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

Commit c7021f2

Browse filesBrowse files
author
Mattia Faggin
committed
Add SigmaC(2520).
1 parent 0f9450e commit c7021f2
Copy full SHA for c7021f2

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Collapse file

‎Common/Constants/include/CommonConstants/PhysicsConstants.h‎

Copy file name to clipboardExpand all lines: Common/Constants/include/CommonConstants/PhysicsConstants.h
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ enum Pdg {
6363
kPhi = 333,
6464
kSigmaC0 = 4112,
6565
kSigmaCPlusPlus = 4222,
66+
kSigmaCStar0 = 4114, // SigmaC0(2520)
67+
kSigmaCStarPlusPlus = 4224, // SigmaC++(2520)
6668
kX3872 = 9920443,
6769
kXi0 = 3322,
6870
kXiB0 = 5232,
@@ -113,6 +115,8 @@ constexpr double MassKPlusStar892 = 0.89167;
113115
constexpr double MassPhi = 1.019461;
114116
constexpr double MassSigmaC0 = 2.45375;
115117
constexpr double MassSigmaCPlusPlus = 2.45397;
118+
constexpr double MassSigmaCStar0 = 2.51848;
119+
constexpr double MassSigmaCStarPlusPlus = 2.51841;
116120
constexpr double MassX3872 = 3.87165;
117121
constexpr double MassXi0 = 1.31486;
118122
constexpr double MassXiB0 = 5.7919;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.