Skip to content

Commit 2a8aa17

Browse files
authored
Update ini file for cascades in jets (#2458)
1 parent 5afa943 commit 2a8aa17

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
### Cascades in jets - pp collisions at 5.36 TeV
2+
13
[GeneratorExternal]
4+
# Generate jet-biased Pythia8 events and require the presence of one cascade species
25
fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator_pythia8_LF.C
3-
# funcName=generateLFTriggered("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/strangeparticlelist.gun", 0)
4-
funcName=generateLFTriggered("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/strangeparticlelist.gun", 4)
6+
funcName=generateLFTriggered("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/strangeparticlelist.gun", 2)
57

6-
[GeneratorPythia8] # if triggered then this will be used as the background event
8+
[GeneratorPythia8]
9+
# Underlying pp event: HardQCD production with jet-pT bias and rope hadronization
710
config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/pythia8_jet_ropes_536tev.cfg
11+
includePartonEvent=false
812

913
[DecayerPythia8]
10-
config[0]=${O2DPG_MC_CONFIG_ROOT}/MC/config/common/pythia8/decayer/base.cfg
14+
# Standard Pythia8 decay configuration
15+
config[0]=${O2DPG_MC_CONFIG_ROOT}/MC/config/common/pythia8/decayer/base.cfg

MC/config/PWGLF/pythia8/generator/pythia8_jet_ropes_536tev.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ParticleDecays:limitTau0 = on
1212
ParticleDecays:tau0Max = 10.
1313

1414
### phase space cuts
15-
PhaseSpace:pTHatMin = 8
15+
PhaseSpace:pTHatMin = 5
1616
PhaseSpace:pTHatMax = 600
1717
PhaseSpace:bias2Selection = on
1818
PhaseSpace:bias2SelectionPow = 4

0 commit comments

Comments
 (0)