Skip to content

Commit 21c8972

Browse files
committed
Please consider the following formatting changes
1 parent a2e9a28 commit 21c8972

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ struct he3HadronFemto {
440440
candidate.tpcNClsCrossedRows() < crossedRowsToFindableRatio * candidate.tpcNClsFindable() ||
441441
candidate.tpcChi2NCl() > maxChi2NCl ||
442442
candidate.tpcChi2NCl() < settingCutChi2tpcLow ||
443-
candidate.itsChi2NCl() > settingCutChi2NClITS || candidate.dcaXY() > settingCutDCAxy ||
443+
candidate.itsChi2NCl() > settingCutChi2NClITS || candidate.dcaXY() > settingCutDCAxy ||
444444
candidate.dcaZ() > settingCutDCAz) {
445445
return false;
446446
}
@@ -622,8 +622,8 @@ struct he3HadronFemto {
622622
return false;
623623
}
624624

625-
if(he3Hadcand.recoPtHad() < settingCutPtMinHad || he3Hadcand.recoPtHad() > settingCutPtMaxHad) return false;
626-
625+
if (he3Hadcand.recoPtHad() < settingCutPtMinHad || he3Hadcand.recoPtHad() > settingCutPtMaxHad)
626+
return false;
627627

628628
he3Hadcand.signHe3 = trackHe3.sign();
629629
he3Hadcand.signHad = trackHad.sign();

0 commit comments

Comments
 (0)