File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Common/Constants/include/CommonConstants Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,9 @@ enum Pdg {
9292 kHyperHelium4 = 1010020040 ,
9393 kHyperHelium5 = 1010020050 ,
9494 kHyperHelium4Sigma = 1110020040 ,
95- kLambda1520_Py = 102134
95+ kLambda1520_Py = 102134 ,
96+ kK1_1270_0 = 10313 ,
97+ kK1_1270Plus = 10323
9698};
9799
98100// / \brief Declarations of masses for additional particles
@@ -158,6 +160,8 @@ constexpr double MassHyperHelium4 = 3.921728;
158160constexpr double MassHyperHelium5 = 4.839961 ;
159161constexpr double MassHyperHelium4Sigma = 3.995 ;
160162constexpr double MassLambda1520_Py = 1.5195 ;
163+ constexpr double MassK1_1270_0 = 1.253 ;
164+ constexpr double MassK1_1270Plus = 1.272 ;
161165
162166// / \brief Declarations of masses for particles in ROOT PDG_t
163167constexpr double MassDown = 0.00467 ;
Original file line number Diff line number Diff line change @@ -151,6 +151,8 @@ class Pdg(Enum):
151151 kHyperHelium5 = 1010020050
152152 kHyperHelium4Sigma = 1110020040
153153 kLambda1520_Py = 102134 # PYTHIA code different from PDG
154+ kK1_1270_0 = 10313
155+ kK1_1270Plus = 10323
154156
155157
156158dbPdg = o2 .O2DatabasePDG
You can’t perform that action at this time.
0 commit comments