Skip to content

Commit 8007316

Browse files
authored
Merge pull request #3 from alibuild/alibot-cleanup-16668
Please consider the following formatting changes to #16668
2 parents b757395 + 9fc6925 commit 8007316

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
@@ -1956,7 +1956,7 @@ struct Lambdastarproxy {
19561956
// This bypasses the extra explicit ITS/TPC/DCA/chi2 cuts below.
19571957
if (lstarOnlyGlobalTrackCuts.value != 0) {
19581958
return true;
1959-
}
1959+
}
19601960

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

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

0 commit comments

Comments
 (0)