Skip to content

Commit 9b34b88

Browse files
author
Zuzanna Chochulska
committed
Corrections for the PR part 14
1 parent 24a0250 commit 9b34b88

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackPhi.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,7 @@ struct FemtoUniversePairTaskTrackPhi {
253253
} else {
254254
if (hasTOF) { // if TOF is available, use combine nsigma
255255
return std::hypot(nsigmaTOFK, nsigmaTPCK) < kNSigmaStandard;
256-
} else // if TOF is not available, use TPC nsigma only
257-
{
256+
} else { // if TOF is not available, use TPC nsigma
258257
return std::abs(nsigmaTPCK) < kNSigmaStandard;
259258
}
260259
}

0 commit comments

Comments
 (0)