Skip to content

Commit d20de6e

Browse files
committed
Please consider the following formatting changes
1 parent c8b1aa9 commit d20de6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/TableProducer/candidateCreatorXic0Omegac0Qa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ struct HfCandidateCreatorXic0Omegac0Qa {
958958
const KFPTrack kfTrackBach = createKFPTrackFromTrack(bachTrack);
959959

960960
bool isAnti = (bachTrack.signed1Pt() > 0 ? true : false);
961-
int bachCharge= (bachTrack.signed1Pt() > 0 ? +1 : -1);
961+
int bachCharge = (bachTrack.signed1Pt() > 0 ? +1 : -1);
962962

963963
KFParticle kfPos(kfTrack0, (isAnti ? -pdgIdOfV0DauNeg : pdgIdOfV0DauPos));
964964
KFParticle kfNeg(kfTrack1, (isAnti ? -pdgIdOfV0DauPos : pdgIdOfV0DauNeg));

0 commit comments

Comments
 (0)