We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f95ef5 commit 3164b0fCopy full SHA for 3164b0f
Common/Constants/include/CommonConstants/PhysicsConstants.h
@@ -31,6 +31,9 @@ namespace o2::constants::physics
31
/// \note Follow kCamelCase naming convention
32
/// \link https://root.cern/doc/master/TPDGCode_8h.html
33
enum Pdg {
34
+ kEta = 221,
35
+ kOmega = 223,
36
+ kEtaPrime = 331,
37
kB0 = 511,
38
kB0Bar = -511,
39
kBPlus = 521,
@@ -93,6 +96,9 @@ enum Pdg {
93
96
};
94
97
95
98
/// \brief Declarations of masses for additional particles
99
+constexpr double MassEta = 0.547862;
100
+constexpr double MassOmega = 0.78266;
101
+constexpr double MassEtaPrime = 0.95778;
102
constexpr double MassB0 = 5.27966;
103
constexpr double MassB0Bar = 5.27966;
104
constexpr double MassBPlus = 5.27934;
0 commit comments