Skip to content

Commit 55ce5b1

Browse files
authored
MC production for glueball study (#2211)
1 parent fd508bf commit 55ce5b1

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

MC/config/PWGLF/ini/GeneratorLF_Resonances_pp_exotic.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[GeneratorExternal]
22
fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator_pythia8_LF_rapidity.C
3-
funcName=generateLFRapidity("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/resonancelistgun_exotic.json", true, 4)
3+
funcName=generateLFRapidity("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/gluelistgun.json", true, 4)
44

55
# [GeneratorPythia8] # if triggered then this will be used as the background event
66
# config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/pythia8_inel_136tev.cfg
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"f_2(1270)": {
3+
"pdg": 225,
4+
"n": 1,
5+
"ptMin": 0.0,
6+
"ptMax": 20,
7+
"etaMin": -1.2,
8+
"etaMax": 1.2,
9+
"rapidityMin": -1.2,
10+
"rapidityMax": 1.2,
11+
"genDecayed": true
12+
},
13+
"f_0(1710)": {
14+
"pdg": 10331,
15+
"n": 1,
16+
"ptMin": 0.0,
17+
"ptMax": 20,
18+
"etaMin": -1.2,
19+
"etaMax": 1.2,
20+
"rapidityMin": -1.2,
21+
"rapidityMax": 1.2,
22+
"genDecayed": true
23+
},
24+
"f_2(1525)": {
25+
"pdg": 335,
26+
"n": 1,
27+
"ptMin": 0.0,
28+
"ptMax": 20,
29+
"etaMin": -1.2,
30+
"etaMax": 1.2,
31+
"rapidityMin": -1.2,
32+
"rapidityMax": 1.2,
33+
"genDecayed": true
34+
},
35+
"a_2(1230)": {
36+
"pdg": 115,
37+
"n": 1,
38+
"ptMin": 0.0,
39+
"ptMax": 20,
40+
"etaMin": -1.2,
41+
"etaMax": 1.2,
42+
"rapidityMin": -1.2,
43+
"rapidityMax": 1.2,
44+
"genDecayed": true
45+
}
46+
}

0 commit comments

Comments
 (0)