Skip to content

Commit cbda9fd

Browse files
committed
Fix the charge of He5Lambda (#239)
(cherry picked from commit cdb168e)
1 parent 9f4b622 commit cbda9fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

StRoot/StarClassLibrary/StHyperNuclei.hh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private:
8484
StHe5Lambda(const string &aName="He5Lambda",
8585
double mass =4.83978 *GeV,
8686
double width=0.0*MeV, /* TODO */
87-
double charge=+3 *eplus,
87+
double charge=+2 *eplus,
8888
int iSpin=0,
8989
int iParity=0,
9090
int iConjugation=0,
@@ -166,7 +166,7 @@ private:
166166
StHe5LambdaBar(const string &aName="He5LambdaBar",
167167
double mass =4.83978 *GeV,
168168
double width=0.0*MeV, /* TODO */
169-
double charge=-3 *eplus,
169+
double charge=-2 *eplus,
170170
int iSpin=0,
171171
int iParity=0,
172172
int iConjugation=0,

0 commit comments

Comments
 (0)