Skip to content

Commit 2f65eef

Browse files
committed
utilsCorrelations.h: Fix wrong mass
1 parent a618ddc commit 2f65eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/Utils/utilsCorrelations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ bool matchCandAndMass(McParticleType const& particle, double& massCand)
173173
}
174174

175175
case BIT(aod::hf_cand_sigmac::DecayType::ScplusplusToPKPiPi): {
176-
massCand = o2::constants::physics::MassSigmaCStarPlusPlus;
176+
massCand = o2::constants::physics::MassSigmaCPlusPlus;
177177
return true;
178178
}
179179

0 commit comments

Comments
 (0)