Skip to content

Commit 208910d

Browse files
authored
Add Lambda and anti-Lambda entries to resonance list
1 parent 922c7bd commit 208910d

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

MC/config/PWGLF/pythia8/generator/resonancelistgun_exotic.json renamed to MC/config/PWGLF/pythia8/generator/resonancelistgun_exoticAll.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,28 @@
120120
"rapidityMax": 1.2,
121121
"genDecayed": true
122122
},
123+
"Lambda(1520)0" : {
124+
"pdg": 102134,
125+
"n": 1,
126+
"ptMin": 0.0,
127+
"ptMax": 20,
128+
"etaMin": -1.2,
129+
"etaMax": 1.2,
130+
"rapidityMin": -1.2,
131+
"rapidityMax": 1.2,
132+
"genDecayed": true
133+
},
134+
"anti-Lambda(1520)0" : {
135+
"pdg": -102134,
136+
"n": 1,
137+
"ptMin": 0.0,
138+
"ptMax": 20,
139+
"etaMin": -1.2,
140+
"etaMax": 1.2,
141+
"rapidityMin": -1.2,
142+
"rapidityMax": 1.2,
143+
"genDecayed": true
144+
},
123145
"Xi(1820)0": {
124146
"pdg": 123314,
125147
"n": 1,
@@ -164,4 +186,4 @@
164186
"rapidityMax": 1.2,
165187
"genDecayed": true
166188
}
167-
}
189+
}

0 commit comments

Comments
 (0)