Skip to content

Commit b742824

Browse files
aimeric-landousawenzel
authored andcommitted
PWWGGAJE - add configuration for pp sim anchored to Pb-Pb @5.36TeV
1 parent c9b657d commit b742824

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### jet-jet production with MB Gap 5
2+
### The external generator derives from GeneratorPythia8.
3+
[GeneratorExternal]
4+
fileName = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_gaptrigger_jets_hook.C
5+
funcName = getGeneratorPythia8GapGenJE(5,"${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_minbias_pp5360GeV.cfg","${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_jet_pp5360GeV.cfg")
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
# ### random
3+
# # if we want to input a spectific seed:
4+
5+
# Random:setSeed = on
6+
# Random:seed = seed
7+
8+
### beams
9+
Beams:idA = 2212 # proton
10+
Beams:idB = 2212 # proton
11+
Beams:eCM = 5360. # GeV
12+
13+
### processes
14+
SoftQCD:inelastic = off
15+
HardQCD:all = on
16+
17+
### decays
18+
ParticleDecays:limitTau0 = on
19+
ParticleDecays:tau0Max = 10.
20+
21+
### phase space cuts
22+
PhaseSpace:pTHatMin = 5
23+
PhaseSpace:pTHatMax = 600
24+
PhaseSpace:bias2Selection = on
25+
PhaseSpace:bias2SelectionPow = 4
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
# ### random
3+
# # if we want to input a spectific seed:
4+
5+
# Random:setSeed = on
6+
# Random:seed = seed
7+
8+
### beams
9+
Beams:idA = 2212 # proton
10+
Beams:idB = 2212 # proton
11+
Beams:eCM = 5360. # GeV
12+
13+
### processes
14+
SoftQCD:inelastic = on
15+
16+
### decays
17+
ParticleDecays:limitTau0 = on
18+
ParticleDecays:tau0Max = 10.

0 commit comments

Comments
 (0)