Skip to content

Commit d2c268a

Browse files
authored
Create GeneratorHF_Non_Hfe.json
1 parent 495bcf9 commit d2c268a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"generators": [
3+
{
4+
"name": "pythia8",
5+
"config": {
6+
"config": "${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/pythia8/generator/pythia8_NonHfe.cfg",
7+
"hooksFileName": "",
8+
"hooksFuncName": "",
9+
"includePartonEvent": true,
10+
"particleFilter": "",
11+
"verbose": 0
12+
},
13+
"triggers": {
14+
"mode": "or",
15+
"specs": [
16+
{
17+
"macro": "${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/trigger/selectNonHfe.C",
18+
"function": "selectPionEtaWithinAcc(\"111;221\",-1.5,1.5,1)"
19+
}
20+
]
21+
}
22+
}
23+
],
24+
"fractions": [
25+
1
26+
]
27+
}

0 commit comments

Comments
 (0)