Skip to content

Commit 1d6c0e5

Browse files
authored
Update kLambda1520_Py
1 parent 26b3a49 commit 1d6c0e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/Constants/include/CommonConstants/PhysicsConstants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ enum Pdg {
8989
kHyperHelium4 = 1010020040,
9090
kHyperHelium5 = 1010020050,
9191
kHyperHelium4Sigma = 1110020040,
92-
kLambda1520 = 102134
92+
kLambda1520_Py = 102134
9393
};
9494

9595
/// \brief Declarations of masses for additional particles
@@ -151,7 +151,7 @@ constexpr double MassHyperHydrogen4 = 3.922434;
151151
constexpr double MassHyperHelium4 = 3.921728;
152152
constexpr double MassHyperHelium5 = 4.839961;
153153
constexpr double MassHyperHelium4Sigma = 3.995;
154-
constexpr double MassLambda1520 = 1.5195;
154+
constexpr double MassLambda1520_Py = 1.5195;
155155

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

0 commit comments

Comments
 (0)