We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8b1aa9 + d20de6e commit 4fc0b25Copy full SHA for 4fc0b25
1 file changed
PWGHF/TableProducer/candidateCreatorXic0Omegac0Qa.cxx
@@ -958,7 +958,7 @@ struct HfCandidateCreatorXic0Omegac0Qa {
958
const KFPTrack kfTrackBach = createKFPTrackFromTrack(bachTrack);
959
960
bool isAnti = (bachTrack.signed1Pt() > 0 ? true : false);
961
- int bachCharge= (bachTrack.signed1Pt() > 0 ? +1 : -1);
+ int bachCharge = (bachTrack.signed1Pt() > 0 ? +1 : -1);
962
963
KFParticle kfPos(kfTrack0, (isAnti ? -pdgIdOfV0DauNeg : pdgIdOfV0DauPos));
964
KFParticle kfNeg(kfTrack1, (isAnti ? -pdgIdOfV0DauPos : pdgIdOfV0DauNeg));
0 commit comments