Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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 6 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 = 24124,
kLambdaCPlus2880 = 24126,
kLambdaCPlus2940 = 4125,
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 3 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 = 24124
kLambdaCPlus2880 = 24126
kLambdaCPlus2940 = 4125
kOmegaC0 = 4332
kK0Star892 = 313
kKPlusStar892 = 323
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.