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
Merged
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
4 changes: 4 additions & 0 deletions 4 Common/Constants/include/CommonConstants/PhysicsConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ enum Pdg {
kPhi = 333,
kSigmaC0 = 4112,
kSigmaCPlusPlus = 4222,
kSigmaCStar0 = 4114,
kSigmaCStarPlusPlus = 4224,
vkucera marked this conversation as resolved.
Show resolved Hide resolved
kX3872 = 9920443,
kXi0 = 3322,
kXiB0 = 5232,
Expand Down Expand Up @@ -113,6 +115,8 @@ constexpr double MassKPlusStar892 = 0.89167;
constexpr double MassPhi = 1.019461;
constexpr double MassSigmaC0 = 2.45375;
constexpr double MassSigmaCPlusPlus = 2.45397;
constexpr double MassSigmaCStar0 = 2.51848;
constexpr double MassSigmaCStarPlusPlus = 2.51841;
constexpr double MassX3872 = 3.87165;
constexpr double MassXi0 = 1.31486;
constexpr double MassXiB0 = 5.7919;
Expand Down
2 changes: 2 additions & 0 deletions 2 Common/Constants/include/CommonConstants/make_pdg_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ class Pdg(Enum):
kPhi = 333
kSigmaC0 = 4112
kSigmaCPlusPlus = 4222
kSigmaCStar0 = 4114
kSigmaCStarPlusPlus = 4224
kX3872 = 9920443
kXi0 = 3322
kXiB0 = 5232
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.