Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Common/Constants/include/CommonConstants/PhysicsConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ enum Pdg {
kJPsi = 443,
kLambdaB0 = 5122,
kLambdaCPlus = 4122,
kLambdaCPlus2860 = 34122,
kLambdaCPlus2880 = 44122,
kLambdaCPlus2940 = 54122,
kOmegaC0 = 4332,
kK0Star892 = 313,
kKPlusStar892 = 323,
Expand Down Expand Up @@ -129,6 +132,9 @@ constexpr double MassChiC1 = 3.51067;
constexpr double MassJPsi = 3.0969;
constexpr double MassLambdaB0 = 5.6196;
constexpr double MassLambdaCPlus = 2.28646;
constexpr double MassLambdaCPlus2860 = 2.8561;
constexpr double MassLambdaCPlus2880 = 2.8816;
constexpr double MassLambdaCPlus2940 = 2.9396;
constexpr double MassOmegaC0 = 2.6952;
constexpr double MassK0Star892 = 0.89555;
constexpr double MassKPlusStar892 = 0.89167;
Expand Down
3 changes: 3 additions & 0 deletions Common/Constants/include/CommonConstants/make_pdg_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ class Pdg(Enum):
kJPsi = 443
kLambdaB0 = 5122
kLambdaCPlus = 4122
kLambdaCPlus2860 = 34122
kLambdaCPlus2880 = 44122
kLambdaCPlus2940 = 54122
kOmegaC0 = 4332
kK0Star892 = 313
kKPlusStar892 = 323
Expand Down