Skip to content

Commit 902e266

Browse files
committed
Added physics constants for K1(1270)
1 parent 74098a4 commit 902e266

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Common/Constants/include/CommonConstants/PhysicsConstants.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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;
158160
constexpr double MassHyperHelium5 = 4.839961;
159161
constexpr double MassHyperHelium4Sigma = 3.995;
160162
constexpr 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
163167
constexpr double MassDown = 0.00467;

Common/Constants/include/CommonConstants/make_pdg_header.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

156158
dbPdg = o2.O2DatabasePDG

0 commit comments

Comments
 (0)