We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310f1a6 commit ead9fb3Copy full SHA for ead9fb3
1 file changed
MC/config/PWGHF/ini/GeneratorHF_Non_Hfe.ini
@@ -1,8 +1,11 @@
1
### The external generator derives from GeneratorPythia8.
2
[GeneratorExternal]
3
-fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/external/generator/generator_pythia8_gaptriggered_nonhfe.C
4
-funcName=GeneratorPythia8GapTriggeredPionAndEta(5, -1.5, 1.5, -1.0, 1.0, {11})
5
+fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/trigger/selectNonHfe.C
+
6
+# Function name and its arguments
7
+# Arguments: pdgPartForAccCut, rapidityMin, rapidityMax, minNb
8
+funcName=selectPionEtaWithinAcc(111, -1.5, 1.5, 1)
9
[GeneratorPythia8]
10
config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/pythia8/generator/pythia8_NonHfe.cfg
11
includePartonEvent=true
0 commit comments