File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments