Skip to content

Commit 2f695e8

Browse files
committed
Please consider the following formatting changes
1 parent 82f0069 commit 2f695e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,14 +1366,14 @@ struct derivedlambdakzeroanalysis {
13661366
// Negative track
13671367
if (v0Selections.requireNegHasTOF) {
13681368
if (v0.negativeHasTOF() && std::fabs(v0.tofNSigmaALaPr()) < v0Selections.tofPidNsigmaCutLaPr)
1369-
BITSET(bitMap, selTOFNSigmaNegativeProtonLambda);
1369+
BITSET(bitMap, selTOFNSigmaNegativeProtonLambda);
13701370
if (v0.negativeHasTOF() && std::fabs(v0.tofNSigmaLaPi()) < v0Selections.tofPidNsigmaCutLaPi)
13711371
BITSET(bitMap, selTOFNSigmaNegativePionLambda);
13721372
if (v0.negativeHasTOF() && std::fabs(v0.tofNSigmaK0PiMinus()) < v0Selections.tofPidNsigmaCutK0Pi)
13731373
BITSET(bitMap, selTOFNSigmaNegativePionK0Short);
13741374
} else { // only apply TOF requirement if available
13751375
if (!v0.negativeHasTOF() || std::fabs(v0.tofNSigmaALaPr()) < v0Selections.tofPidNsigmaCutLaPr)
1376-
BITSET(bitMap, selTOFNSigmaNegativeProtonLambda);
1376+
BITSET(bitMap, selTOFNSigmaNegativeProtonLambda);
13771377
if (!v0.negativeHasTOF() || std::fabs(v0.tofNSigmaLaPi()) < v0Selections.tofPidNsigmaCutLaPi)
13781378
BITSET(bitMap, selTOFNSigmaNegativePionLambda);
13791379
if (!v0.negativeHasTOF() || std::fabs(v0.tofNSigmaK0PiMinus()) < v0Selections.tofPidNsigmaCutK0Pi)

0 commit comments

Comments
 (0)