Skip to content

Commit b05a704

Browse files
Add PDG code and mass of Bc meson (#14175)
* Add PDG code and mass of Bc * Update make_pdg_header.py with Bc meson * Update PhysicsConstants.h * Update PhysicsConstants.h
1 parent 062fbe6 commit b05a704

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Common/Constants/include/CommonConstants/PhysicsConstants.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ enum Pdg {
3434
kB0 = 511,
3535
kB0Bar = -511,
3636
kBPlus = 521,
37+
kBCPlus = 541,
3738
kBS = 531,
3839
kBSBar = -531,
3940
kD0 = 421,
@@ -84,6 +85,7 @@ enum Pdg {
8485
constexpr double MassB0 = 5.27966;
8586
constexpr double MassB0Bar = 5.27966;
8687
constexpr double MassBPlus = 5.27934;
88+
constexpr double MassBCPlus = 6.27447;
8789
constexpr double MassBS = 5.36692;
8890
constexpr double MassBSBar = 5.36692;
8991
constexpr double MassD0 = 1.86484;

Common/Constants/include/CommonConstants/make_pdg_header.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class Pdg(Enum):
8989
kB0 = 511
9090
kB0Bar = -511
9191
kBPlus = 521
92+
kBCPlus = 541
9293
kBS = 531
9394
kBSBar = -531
9495
kD0 = 421

0 commit comments

Comments
 (0)