Skip to content

Commit 0cc2e9b

Browse files
committed
Please consider the following formatting changes
1 parent 2f87de4 commit 0cc2e9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/nucleibalance.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,7 @@ struct Lambdastarproxy {
19571957
// This bypasses the extra explicit ITS/TPC/DCA/chi2 cuts below.
19581958
if (lstarOnlyGlobalTrackCuts.value != 0) {
19591959
return true;
1960-
}
1960+
}
19611961

19621962
if constexpr (requires { trk.itsNCls(); }) {
19631963
if (lstarITSNClusters.value > 0 && trk.itsNCls() < lstarITSNClusters.value) {
@@ -2434,8 +2434,8 @@ struct Lambdastarproxy {
24342434
}
24352435

24362436
bool passFinalCandidatePID(float pt, float nsTPC, float nsTOF, bool hasTof,
2437-
float tpcCut, float tofCut, float circularCut,
2438-
float ptRef, bool isDeuteron = false) const
2437+
float tpcCut, float tofCut, float circularCut,
2438+
float ptRef, bool isDeuteron = false) const
24392439
{
24402440
// Strategy 1: analysis-note style circular TPC+TOF cut
24412441
if (lstarPidStrategy.value == PidStrategyCircularTPCAndTOF) {

0 commit comments

Comments
 (0)