File tree Expand file tree Collapse file tree 2 files changed +118
-0
lines changed
MC/config/PWGLF/pythia8/generator Expand file tree Collapse file tree 2 files changed +118
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "Lambda(1520)0" : {
3+ "pdg" : 102134 ,
4+ "n" : 5 ,
5+ "ptMin" : 0.0 ,
6+ "ptMax" : 15 ,
7+ "etaMin" : -1.0 ,
8+ "etaMax" : 1.0 ,
9+ "rapidityMin" : -1.0 ,
10+ "rapidityMax" : 1.0 ,
11+ "genDecayed" : true
12+ },
13+ "anti-Lambda(1520)0" : {
14+ "pdg" : -102134 ,
15+ "n" : 5 ,
16+ "ptMin" : 0.0 ,
17+ "ptMax" : 15 ,
18+ "etaMin" : -1.0 ,
19+ "etaMax" : 1.0 ,
20+ "rapidityMin" : -1.0 ,
21+ "rapidityMax" : 1.0 ,
22+ "genDecayed" : true
23+ },
24+ "Xi(1530)0" : {
25+ "pdg" : 3324 ,
26+ "n" : 5 ,
27+ "ptMin" : 0.0 ,
28+ "ptMax" : 15 ,
29+ "etaMin" : -1.0 ,
30+ "etaMax" : 1.0 ,
31+ "rapidityMin" : -1.0 ,
32+ "rapidityMax" : 1.0 ,
33+ "genDecayed" : true
34+ },
35+ "anti-Xi(1530)0" : {
36+ "pdg" : -3324 ,
37+ "n" : 5 ,
38+ "ptMin" : 0.0 ,
39+ "ptMax" : 15 ,
40+ "etaMin" : -1.0 ,
41+ "etaMax" : 1.0 ,
42+ "rapidityMin" : -1.0 ,
43+ "rapidityMax" : 1.0 ,
44+ "genDecayed" : true
45+ },
46+ "Xi(1820)0" : {
47+ "pdg" : 123314 ,
48+ "n" : 5 ,
49+ "ptMin" : 0.0 ,
50+ "ptMax" : 15 ,
51+ "etaMin" : -1.0 ,
52+ "etaMax" : 1.0 ,
53+ "rapidityMin" : -1.0 ,
54+ "rapidityMax" : 1.0 ,
55+ "genDecayed" : true
56+ },
57+ "Anti-Xi(1820)0" : {
58+ "pdg" : -123314 ,
59+ "n" : 5 ,
60+ "ptMin" : 0.0 ,
61+ "ptMax" : 15 ,
62+ "etaMin" : -1.0 ,
63+ "etaMax" : 1.0 ,
64+ "rapidityMin" : -1.0 ,
65+ "rapidityMax" : 1.0 ,
66+ "genDecayed" : true
67+ },
68+ "Xi(1820)-" : {
69+ "pdg" : 123324 ,
70+ "n" : 5 ,
71+ "ptMin" : 0.0 ,
72+ "ptMax" : 15 ,
73+ "etaMin" : -1.0 ,
74+ "etaMax" : 1.0 ,
75+ "rapidityMin" : -1.0 ,
76+ "rapidityMax" : 1.0 ,
77+ "genDecayed" : true
78+ },
79+ "Xi(1820)+" : {
80+ "pdg" : -123324 ,
81+ "n" : 5 ,
82+ "ptMin" : 0.0 ,
83+ "ptMax" : 15 ,
84+ "etaMin" : -1.0 ,
85+ "etaMax" : 1.0 ,
86+ "rapidityMin" : -1.0 ,
87+ "rapidityMax" : 1.0 ,
88+ "genDecayed" : true
89+ }
90+ }
Original file line number Diff line number Diff line change 1+ # ## Define resonance
2+ ProcessLevel:all = off # will not look for the 'process'
3+
4+ # ## Lambda1520
5+ # id::all = name antiName spinType chargeType colType m0 mWidth mMin mMax tau0
6+ 102134:all = Lambda1520 Lambda1520bar 4 0 0 1.51950 0.01560 1.47 1.60 0
7+ 102134:oneChannel = 1 1.000 0 2212 -321
8+ 102134:onMode = off
9+ 102134:onIfMatch = 2212 -321
10+
11+ # ## Xi1530
12+ # id::all = name antiName spinType chargeType colType m0 mWidth mMin mMax tau0
13+ 3324:all = Xi1530 Xi1530bar 4 0 0 1.53180 0.0091 1.50 1.59 0
14+ 3324:oneChannel = 1 1.000 0 3312 211
15+ 3324:onMode = off
16+ 3324:onIfMatch = 3312 211
17+
18+ # ## Xi1820
19+ 103324:all = Xi1820 Xi1820bar 4 0 0 1.823 0.024 1.75 1.95 0
20+ 103324:oneChannel = 1 1.000 0 3122 310
21+ 103324:onMode = off
22+ 103324:onIfMatch = 3122 310
23+
24+ 103314:all = Xi1820Minus Xi1820Plus 4 -3 0 1.823 0.024 1.75 1.95 0
25+ 103314:oneChannel = 1 1.000 0 3122 -321
26+ 103314:onMode = off
27+ 103314:onIfMatch = 3122 -321
28+
You can’t perform that action at this time.
0 commit comments