Skip to content

Commit 55530df

Browse files
authored
Flat π⁰ and η Distribution for High- pT Statistics (#2318)
* Update GeneratorHF_Non_Hfe.json Flat pion and eta distributions are added to enhance statistics at high transverse momentum. * Update pythia8_NonHfe.cfg Remove CR mode2 * Update GeneratorHF_Non_Hfe.json * Remove number parameter * Update GeneratorHF_Non_Hfe.json
1 parent f401783 commit 55530df

2 files changed

Lines changed: 22 additions & 28 deletions

File tree

MC/config/PWGHF/hybrid/GeneratorHF_Non_Hfe.json

Lines changed: 22 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,27 @@
1914
}
2015
]
2116
}
17+
},
18+
{
19+
"name": "boxgen",
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+
}
27+
},
28+
{
29+
"name": "boxgen",
30+
"config": {
31+
"pdg": 221,
32+
"prange[0]": 0.1,
33+
"prange[1]": 50.0,
34+
"eta[0]": -0.8,
35+
"eta[1]": 0.8
36+
}
2237
}
2338
],
24-
"fractions": [
25-
1
26-
]
39+
"fractions": [1, 1, 1]
2740
}

MC/config/PWGHF/pythia8/generator/pythia8_NonHfe.cfg

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,6 @@ SoftQCD:inelastic on # all inelastic processes
1414
ParticleDecays:limitTau0 on
1515
ParticleDecays:tau0Max 10.
1616

17-
### switching on Pythia Mode2
18-
ColourReconnection:mode 1
19-
ColourReconnection:allowDoubleJunRem off
20-
ColourReconnection:m0 0.3
21-
ColourReconnection:allowJunctions on
22-
ColourReconnection:junctionCorrection 1.20
23-
ColourReconnection:timeDilationMode 2
24-
ColourReconnection:timeDilationPar 0.18
25-
StringPT:sigma 0.335
26-
StringZ:aLund 0.36
27-
StringZ:bLund 0.56
28-
StringFlav:probQQtoQ 0.078
29-
StringFlav:ProbStoUD 0.2
30-
StringFlav:probQQ1toQQ0join 0.0275,0.0275,0.0275,0.0275
31-
MultiPartonInteractions:pT0Ref 2.15
32-
BeamRemnants:remnantMode 1
33-
BeamRemnants:saturation 5
34-
35-
3617
### switch off all decay channels
3718
111:onMode = off
3819
221:onMode = off

0 commit comments

Comments
 (0)