Skip to content

Commit ac6b522

Browse files
authored
Update GeneratorHF_Non_Hfe.json
Flat pion and eta distributions are added to enhance statistics at high transverse momentum.
1 parent 30358fa commit ac6b522

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

MC/config/PWGHF/hybrid/GeneratorHF_Non_Hfe.json

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
{
44
"name": "pythia8",
55
"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
6+
"config": "${O2DPG_MC_CONFIG_ROOT}/MC/config/common/pythia8/generator/pythia8_NonHfe.cfg"
127
},
138
"triggers": {
149
"mode": "or",
@@ -19,9 +14,29 @@
1914
}
2015
]
2116
}
17+
},
18+
{
19+
"name": "boxgenPion",
20+
"config": {
21+
"pdg": 111,
22+
"prange[0]": 0.1,
23+
"prange[1]": 50.0,
24+
"eta[0]": -0.8,
25+
"eta[1]": 0.8,
26+
"number": 1
27+
}
28+
},
29+
{
30+
"name": "boxgenEta",
31+
"config": {
32+
"pdg": 221,
33+
"prange[0]": 0.1,
34+
"prange[1]": 50.0,
35+
"eta[0]": -0.8,
36+
"eta[1]": 0.8,
37+
"number": 1
38+
}
2239
}
2340
],
24-
"fractions": [
25-
1
26-
]
41+
"fractions": [1, 1, 1]
2742
}

0 commit comments

Comments
 (0)