File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Common/Constants/include/CommonConstants Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ enum Pdg {
5656 kXiB0 = 5232 ,
5757 kXiCCPlusPlus = 4422 ,
5858 kXiCPlus = 4232 ,
59- kXiCZero = 4132 ,
6059 kXiC0 = 4132 ,
6160 kDeuteron = 1000010020 ,
6261 kTriton = 1000010030 ,
@@ -93,7 +92,6 @@ constexpr double MassXi0 = 1.31486;
9392constexpr double MassXiB0 = 5.7924 ;
9493constexpr double MassXiCCPlusPlus = 3.59798 ;
9594constexpr double MassXiCPlus = 2.4679 ;
96- constexpr double MassXiCZero = 2.471 ;
9795constexpr double MassXiC0 = 2.471 ;
9896constexpr double MassDeuteron = 1.87561294257 ;
9997constexpr double MassTriton = 2.80892113298 ;
Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ class Pdg(Enum):
111111 kXiB0 = 5232
112112 kXiCCPlusPlus = 4422
113113 kXiCPlus = 4232
114- kXiCZero = 4132
115114 kXiC0 = 4132
116115 kDeuteron = 1000010020
117116 kTriton = 1000010030
You can’t perform that action at this time.
0 commit comments