File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Common/Constants/include/CommonConstants Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ enum Pdg {
8383 kTriton = 1000010030 ,
8484 kHelium3 = 1000020030 ,
8585 kAlpha = 1000020040 ,
86+ kLithium4 = 1000030040 ,
8687 kHyperTriton = 1010010030 ,
8788 kHyperHydrogen4 = 1010010040 ,
8889 kHyperHelium4 = 1010020040 ,
@@ -143,10 +144,11 @@ constexpr double MassDeuteron = 1.87561294257;
143144constexpr double MassTriton = 2.80892113298 ;
144145constexpr double MassHelium3 = 2.80839160743 ;
145146constexpr double MassAlpha = 3.7273794066 ;
146- constexpr double MassHyperTriton = 2.99131 ;
147- constexpr double MassHyperHydrogen4 = 3.9226 ;
148- constexpr double MassHyperHelium4 = 3.9217 ;
149- constexpr double MassHyperHelium5 = 4.841 ;
147+ constexpr double MassLithium4 = 3.7513 ;
148+ constexpr double MassHyperTriton = 2.991134 ;
149+ constexpr double MassHyperHydrogen4 = 3.922434 ;
150+ constexpr double MassHyperHelium4 = 3.921728 ;
151+ constexpr double MassHyperHelium5 = 4.839961 ;
150152constexpr double MassHyperHelium4Sigma = 3.995 ;
151153
152154// / \brief Declarations of masses for particles in ROOT PDG_t
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ class Pdg(Enum):
138138 kTriton = 1000010030
139139 kHelium3 = 1000020030
140140 kAlpha = 1000020040
141+ kLithium4 = 1000030040
141142 kHyperTriton = 1010010030
142143 kHyperHydrogen4 = 1010010040
143144 kHyperHelium4 = 1010020040
You can’t perform that action at this time.
0 commit comments