Skip to content

Commit dbf4421

Browse files
committed
[PWGLF] hybrid generator alternating INEL and jet+rope events
1 parent 8ca8e84 commit dbf4421

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

MC/config/PWGLF/ini/GeneratorLFStrangenessInJetsTriggered_gap4.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator_pythia8_LF.C
33
funcName=generateLFTriggered("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/strangeparticlelist.gun", 4)
44

5-
[GeneratorPythia8] # if triggered then this will be used as the background event
6-
config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/pythia8_jet_ropes_136tev.cfg
5+
[GeneratorHybrid]
6+
configFile=${O2DPG_MC_CONFIG_ROOT}/MC/config/common/external/generator/pythia8_inel_plus_jets_ropes_13p6TeV.json
77

88
[DecayerPythia8]
99
config[0]=${O2DPG_MC_CONFIG_ROOT}/MC/config/common/pythia8/decayer/base.cfg
10+
11+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"generators": [
3+
{
4+
"name": "pythia8",
5+
"config": {
6+
"config": "${O2_ROOT}/share/Generators/egconfig/pythia8_inel.cfg",
7+
"hooksFileName": "",
8+
"hooksFuncName": "",
9+
"includePartonEvent": false,
10+
"particleFilter": "",
11+
"verbose": 0
12+
},
13+
{
14+
"name": "pythia8",
15+
"config": {
16+
"config": "${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/pythia8_jet_ropes_136tev.cfg",
17+
"hooksFileName": "",
18+
"hooksFuncName": "",
19+
"includePartonEvent": false,
20+
"particleFilter": "",
21+
"verbose": 0
22+
}
23+
],
24+
"fractions": [
25+
4,
26+
1
27+
]
28+
}

0 commit comments

Comments
 (0)