Skip to content

Commit a8e801a

Browse files
authored
Add a2(1230) exotic resonance candidate (#1803)
1 parent 8585daa commit a8e801a

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

MC/config/PWGLF/ini/tests/GeneratorLF_Resonances_pp_exotic.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ int External()
1313
20223, // f_1(1285)
1414
20333, // f_1(1420)
1515
335, // f_2(1525)
16+
115, // a_2(1230)
1617
10323, // K1(1270)+
1718
-10323, // K1(1270)-bar
1819
123314, // Xi(1820)-
@@ -28,6 +29,7 @@ int External()
2829
{310, -321, 211}, // f_1(1285)
2930
{310, -321, 211}, // f_1(1420)
3031
{310, 310}, // f_2(1525)
32+
{310, 310}, // a_2(1230)
3133
{321, 211}, // K1(1270)+
3234
{-321, -211}, // K1(1270)-bar
3335
{2212, 211}, // Delta(1232)+

MC/config/PWGLF/pythia8/generator/resonancelistgun_exotic.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
"etaMax": 1.2,
6363
"genDecayed": true
6464
},
65+
"a_2(1230)" : {
66+
"pdg": 115,
67+
"n": 1,
68+
"ptMin": 0.0,
69+
"ptMax": 20,
70+
"etaMin": -1.2,
71+
"etaMax": 1.2,
72+
"genDecayed": true
73+
},
6574
"K1(1270)+": {
6675
"pdg": 10323,
6776
"n": 1,

MC/config/PWGLF/pythia8/generator/resonancelistgun_exotic_pbpb.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
"etaMax": 1.2,
6363
"genDecayed": true
6464
},
65+
"a_2(1230)" : {
66+
"pdg": 115,
67+
"n": 1,
68+
"ptMin": 0.0,
69+
"ptMax": 20,
70+
"etaMin": -1.2,
71+
"etaMax": 1.2,
72+
"genDecayed": true
73+
},
6574
"K1(1270)+": {
6675
"pdg": 10323,
6776
"n": 10,

0 commit comments

Comments
 (0)