Skip to content

Commit

Permalink
fig pdg code of Sigma-
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljeans committed Apr 16, 2024
1 parent 313bcde commit f881f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tracking/KinkFinder/src/KinkFinder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ void KinkFinder::processEvent( LCEvent * evt ) {
probSigma > probHyperon){
kinkij.mass = mSigma;
kinkij.pdgCode = 3222;
if(charge[i]<0)kinkij.pdgCode = 3222;
if(charge[i]<0)kinkij.pdgCode = -3222;
}
if(probHyperon > probPion &&
probHyperon > probKaon &&
Expand Down

0 comments on commit f881f7b

Please sign in to comment.