Skip to content

Commit 6cd3538

Browse files
authored
Added Lambda1520 PDG code to PhysicsConstants.h (#14377)
* Added Lambda1520 PDG code to PhysicsConstants.h * Added Lambda1520 PDG - following standard procedure * rollback the changes * Added Lambda1520 to the header * Update PhysicsConstants.h * Updated block with output * Update kLambda1520_Py * Added kLambda1520_Py * Updated
1 parent a69009b commit 6cd3538

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Common/Constants/include/CommonConstants/PhysicsConstants.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ enum Pdg {
8888
kHyperHydrogen4 = 1010010040,
8989
kHyperHelium4 = 1010020040,
9090
kHyperHelium5 = 1010020050,
91-
kHyperHelium4Sigma = 1110020040
91+
kHyperHelium4Sigma = 1110020040,
92+
kLambda1520_Py = 102134
9293
};
9394

9495
/// \brief Declarations of masses for additional particles
@@ -150,6 +151,7 @@ constexpr double MassHyperHydrogen4 = 3.922434;
150151
constexpr double MassHyperHelium4 = 3.921728;
151152
constexpr double MassHyperHelium5 = 4.839961;
152153
constexpr double MassHyperHelium4Sigma = 3.995;
154+
constexpr double MassLambda1520_Py = 1.5195;
153155

154156
/// \brief Declarations of masses for particles in ROOT PDG_t
155157
constexpr double MassDown = 0.00467;

Common/Constants/include/CommonConstants/make_pdg_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class Pdg(Enum):
144144
kHyperHelium4 = 1010020040
145145
kHyperHelium5 = 1010020050
146146
kHyperHelium4Sigma = 1110020040
147-
147+
kLambda1520_Py = 102134 # PYTHIA code different from PDG
148148

149149
dbPdg = ROOT.o2.O2DatabasePDG
150150

0 commit comments

Comments
 (0)