Skip to content

Commit a764f86

Browse files
authored
Update the number of injected particle for PbPb (#1608)
1 parent 7b3f445 commit a764f86

File tree

4 files changed

+222
-2
lines changed

4 files changed

+222
-2
lines changed

MC/config/PWGLF/ini/GeneratorLF_Resonances_PbPb5360_injection.ini

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

55
# [GeneratorPythia8]
66
# config=${O2_ROOT}/share/Generators/egconfig/pythia8_hi.cfg

MC/config/PWGLF/ini/GeneratorLF_Resonances_PbPb5360_trigger.ini

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

55
[GeneratorPythia8]
66
config=${O2_ROOT}/share/Generators/egconfig/pythia8_hi.cfg
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"Lambda(1520)0" : {
3+
"pdg": 102134,
4+
"n": 10,
5+
"ptMin": 0.0,
6+
"ptMax": 20,
7+
"etaMin": -1.2,
8+
"etaMax": 1.2,
9+
"genDecayed": true
10+
},
11+
"anti-Lambda(1520)0" : {
12+
"pdg": -102134,
13+
"n": 10,
14+
"ptMin": 0.0,
15+
"ptMax": 20,
16+
"etaMin": -1.2,
17+
"etaMax": 1.2,
18+
"genDecayed": true
19+
},
20+
"Xi(1820)0" : {
21+
"pdg": 123314,
22+
"n": 10,
23+
"ptMin": 0.0,
24+
"ptMax": 20,
25+
"etaMin": -1.2,
26+
"etaMax": 1.2,
27+
"genDecayed": true
28+
},
29+
"Anti-Xi(1820)0" : {
30+
"pdg": -123314,
31+
"n": 10,
32+
"ptMin": 0.0,
33+
"ptMax": 20,
34+
"etaMin": -1.2,
35+
"etaMax": 1.2,
36+
"genDecayed": true
37+
},
38+
"Xi(1820)-" : {
39+
"pdg": 123324,
40+
"n": 10,
41+
"ptMin": 0.0,
42+
"ptMax": 20,
43+
"etaMin": -1.2,
44+
"etaMax": 1.2,
45+
"genDecayed": true
46+
},
47+
"Xi(1820)+" : {
48+
"pdg": -123324,
49+
"n": 10,
50+
"ptMin": 0.0,
51+
"ptMax": 20,
52+
"etaMin": -1.2,
53+
"etaMax": 1.2,
54+
"genDecayed": true
55+
}
56+
}
Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
{
2+
"K(892)+" : {
3+
"pdg": 323,
4+
"n": 10,
5+
"ptMin": 0.0,
6+
"ptMax": 20,
7+
"etaMin": -1.2,
8+
"etaMax": 1.2,
9+
"genDecayed": true
10+
},
11+
"K(892)-" : {
12+
"pdg": -323,
13+
"n": 10,
14+
"ptMin": 0.0,
15+
"ptMax": 20,
16+
"etaMin": -1.2,
17+
"etaMax": 1.2,
18+
"genDecayed": true
19+
},
20+
"f_0(980)" : {
21+
"pdg": 9010221,
22+
"n": 10,
23+
"ptMin": 0.0,
24+
"ptMax": 20,
25+
"etaMin": -1.2,
26+
"etaMax": 1.2,
27+
"genDecayed": true
28+
},
29+
"rho(770)0" : {
30+
"pdg": 113,
31+
"n": 10,
32+
"ptMin": 0.0,
33+
"ptMax": 20,
34+
"etaMin": -1.2,
35+
"etaMax": 1.2,
36+
"genDecayed": true
37+
},
38+
"rho(770)+" : {
39+
"pdg": 213,
40+
"n": 10,
41+
"ptMin": 0.0,
42+
"ptMax": 20,
43+
"etaMin": -1.2,
44+
"etaMax": 1.2,
45+
"genDecayed": true
46+
},
47+
"rho(770)-" : {
48+
"pdg": -213,
49+
"n": 10,
50+
"ptMin": 0.0,
51+
"ptMax": 20,
52+
"etaMin": -1.2,
53+
"etaMax": 1.2,
54+
"genDecayed": true
55+
},
56+
"Sigma(1385)-" : {
57+
"pdg": 3114,
58+
"n": 10,
59+
"ptMin": 0.0,
60+
"ptMax": 20,
61+
"etaMin": -1.2,
62+
"etaMax": 1.2,
63+
"genDecayed": true
64+
},
65+
"anti-Sigma(1385)+" : {
66+
"pdg": -3114,
67+
"n": 10,
68+
"ptMin": 0.0,
69+
"ptMax": 20,
70+
"etaMin": -1.2,
71+
"etaMax": 1.2,
72+
"genDecayed": true
73+
},
74+
"Sigma(1385)+" : {
75+
"pdg": 3224,
76+
"n": 10,
77+
"ptMin": 0.0,
78+
"ptMax": 20,
79+
"etaMin": -1.2,
80+
"etaMax": 1.2,
81+
"genDecayed": true
82+
},
83+
"anti-Sigma(1385)-" : {
84+
"pdg": -3224,
85+
"n": 10,
86+
"ptMin": 0.0,
87+
"ptMax": 20,
88+
"etaMin": -1.2,
89+
"etaMax": 1.2,
90+
"genDecayed": true
91+
},
92+
"Xi(1530)0" : {
93+
"pdg": 3324,
94+
"n": 10,
95+
"ptMin": 0.0,
96+
"ptMax": 20,
97+
"etaMin": -1.2,
98+
"etaMax": 1.2,
99+
"genDecayed": true
100+
},
101+
"anti-Xi(1530)0" : {
102+
"pdg": -3324,
103+
"n": 10,
104+
"ptMin": 0.0,
105+
"ptMax": 20,
106+
"etaMin": -1.2,
107+
"etaMax": 1.2,
108+
"genDecayed": true
109+
},
110+
"K1(1270)+": {
111+
"pdg": 10323,
112+
"n": 10,
113+
"ptMin": 0.0,
114+
"ptMax": 20,
115+
"etaMin": -1.2,
116+
"etaMax": 1.2,
117+
"genDecayed": true
118+
},
119+
"K1(1270)-": {
120+
"pdg": -10323,
121+
"n": 10,
122+
"ptMin": 0.0,
123+
"ptMax": 20,
124+
"etaMin": -1.2,
125+
"etaMax": 1.2,
126+
"genDecayed": true
127+
},
128+
"Delta++" : {
129+
"pdg": 2224,
130+
"n": 10,
131+
"ptMin": 0.0,
132+
"ptMax": 20,
133+
"etaMin": -1.2,
134+
"etaMax": 1.2,
135+
"genDecayed": true
136+
},
137+
"anti-Delta++" : {
138+
"pdg": -2224,
139+
"n": 10,
140+
"ptMin": 0.0,
141+
"ptMax": 20,
142+
"etaMin": -1.2,
143+
"etaMax": 1.2,
144+
"genDecayed": true
145+
},
146+
"Delta0" : {
147+
"pdg": 2114,
148+
"n": 10,
149+
"ptMin": 0.0,
150+
"ptMax": 20,
151+
"etaMin": -1.2,
152+
"etaMax": 1.2,
153+
"genDecayed": true
154+
},
155+
"anti-Delta0" : {
156+
"pdg": -2114,
157+
"n": 10,
158+
"ptMin": 0.0,
159+
"ptMax": 20,
160+
"etaMin": -1.2,
161+
"etaMax": 1.2,
162+
"genDecayed": true
163+
}
164+
}

0 commit comments

Comments
 (0)