Skip to content

Commit 4394b69

Browse files
authored
implement flat pT generation for pi0 and eta
1 parent 9d1d64c commit 4394b69

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#### This configuration uses the Hybrid external generator to trigger π⁰/η production within the specified rapidity window
2-
3-
[GeneratorHybrid]
4-
configFile = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/hybrid/GeneratorHF_Non_Hfe.json
1+
#### This configuration uses the Box generator to trigger π⁰/η production within the specified rapidity window
2+
[GeneratorExternal]
3+
fileName = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/trigger/selectbox.C
4+
funcName = generatePythia8Box(0.1, 50.0)
5+
[GeneratorPythia8]
6+
config= ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/pythia8/generator/pythia8_NonHfe.cfg
7+
includePartonEvent=true

0 commit comments

Comments
 (0)