Skip to content

Commit 24a0250

Browse files
author
Zuzanna Chochulska
committed
Corrections for the PR part 13
1 parent de3b7ac commit 24a0250

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
@@ -250,8 +250,7 @@ struct FemtoUniversePairTaskTrackPhi {
250250
if (confTrackUseRun3PIDforKaons) {
251251
if (mom < kMomCutLow) {
252252
return std::abs(nsigmaTPCK) < kNSigmaStandard;
253-
}
254-
if (mom >= kMomCutLow) {
253+
} else {
255254
if (hasTOF) { // if TOF is available, use combine nsigma
256255
return std::hypot(nsigmaTOFK, nsigmaTPCK) < kNSigmaStandard;
257256
} else // if TOF is not available, use TPC nsigma only

0 commit comments

Comments
 (0)