Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 24 additions & 9 deletions MC/config/PWGHF/hybrid/GeneratorHF_Non_Hfe.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
{
"name": "pythia8",
"config": {
"config": "${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/pythia8/generator/pythia8_NonHfe.cfg",
"hooksFileName": "",
"hooksFuncName": "",
"includePartonEvent": true,
"particleFilter": "",
"verbose": 0
"config": "${O2DPG_MC_CONFIG_ROOT}/MC/config/common/pythia8/generator/pythia8_NonHfe.cfg"
},
"triggers": {
"mode": "or",
Expand All @@ -19,9 +14,29 @@
}
]
}
},
{
"name": "boxgenPion",
"config": {
"pdg": 111,
"prange[0]": 0.1,
"prange[1]": 50.0,
"eta[0]": -0.8,
"eta[1]": 0.8,
"number": 1
}
},
{
"name": "boxgenEta",
"config": {
"pdg": 221,
"prange[0]": 0.1,
"prange[1]": 50.0,
"eta[0]": -0.8,
"eta[1]": 0.8,
"number": 1
}
}
],
"fractions": [
1
]
"fractions": [1, 1, 1]
}
19 changes: 0 additions & 19 deletions MC/config/PWGHF/pythia8/generator/pythia8_NonHfe.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,6 @@ SoftQCD:inelastic on # all inelastic processes
ParticleDecays:limitTau0 on
ParticleDecays:tau0Max 10.

### switching on Pythia Mode2
ColourReconnection:mode 1
ColourReconnection:allowDoubleJunRem off
ColourReconnection:m0 0.3
ColourReconnection:allowJunctions on
ColourReconnection:junctionCorrection 1.20
ColourReconnection:timeDilationMode 2
ColourReconnection:timeDilationPar 0.18
StringPT:sigma 0.335
StringZ:aLund 0.36
StringZ:bLund 0.56
StringFlav:probQQtoQ 0.078
StringFlav:ProbStoUD 0.2
StringFlav:probQQ1toQQ0join 0.0275,0.0275,0.0275,0.0275
MultiPartonInteractions:pT0Ref 2.15
BeamRemnants:remnantMode 1
BeamRemnants:saturation 5


### switch off all decay channels
111:onMode = off
221:onMode = off
Expand Down
Loading