Skip to content

Commit cb336fb

Browse files
committed
[Common] Add eta and eta' to PhysicsConstants.h
- Add Eta and EtaPrime meson to the PhysicsConstants.h with PDG value and mass
1 parent 1f95ef5 commit cb336fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Common/Constants/include/CommonConstants/PhysicsConstants.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ namespace o2::constants::physics
3131
/// \note Follow kCamelCase naming convention
3232
/// \link https://root.cern/doc/master/TPDGCode_8h.html
3333
enum Pdg {
34+
kEta = 221,
35+
kEtaPrime = 331,
3436
kB0 = 511,
3537
kB0Bar = -511,
3638
kBPlus = 521,
@@ -93,6 +95,8 @@ enum Pdg {
9395
};
9496

9597
/// \brief Declarations of masses for additional particles
98+
constexpr double MassEta = 0.547862;
99+
constexpr double MassEtaPrime = 0.95778;
96100
constexpr double MassB0 = 5.27966;
97101
constexpr double MassB0Bar = 5.27966;
98102
constexpr double MassBPlus = 5.27934;

0 commit comments

Comments
 (0)