Skip to content

Commit 8156096

Browse files
fmazzascFrancesco Mazzaschi
andauthored
Add sigmapi resonance config (#2067)
Co-authored-by: Francesco Mazzaschi <fmazzasc@alipap1.cern.ch>
1 parent 0c5f7c5 commit 8156096

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[GeneratorExternal]
2+
fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator_pythia8_LF.C
3+
funcName=generateLF("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/sigmapi_resonances_gun.json", true, 4)
4+
5+
[DecayerPythia8] # after for transport code!
6+
config[0]=${O2DPG_MC_CONFIG_ROOT}/MC/config/common/pythia8/decayer/base.cfg
7+
config[1]=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/resonances.cfg
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"lambda(1405)" : {
3+
"pdg": 102132,
4+
"n": 2,
5+
"ptMin": 0.0,
6+
"ptMax": 10,
7+
"etaMin": -1.2,
8+
"etaMax": 1.2,
9+
"genDecayed": true
10+
},
11+
"lambda(1520)" : {
12+
"pdg": 102134,
13+
"n": 2,
14+
"ptMin": 0.0,
15+
"ptMax": 10,
16+
"etaMin": -1.2,
17+
"etaMax": 1.2,
18+
"genDecayed": true
19+
},
20+
"sigma(1385)" : {
21+
"pdg": 3214,
22+
"n": 2,
23+
"ptMin": 0.0,
24+
"ptMax": 10,
25+
"etaMin": -1.2,
26+
"etaMax": 1.2,
27+
"genDecayed": true
28+
}
29+
}

0 commit comments

Comments
 (0)