Skip to content

Commit 158a87b

Browse files
committed
removed isTOFpar flag
1 parent 1cee2eb commit 158a87b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGLF/Tasks/Nuspex/spectraTOF.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2822,7 +2822,6 @@ struct tofSpectra {
28222822
const auto& nsigmaTPCpar = o2::aod::pidutils::tpcNSigma<par>(track);
28232823
const auto& nsigmaTOFpar = o2::aod::pidutils::tofNSigma<par>(track);
28242824
bool isTPCpar = std::abs(nsigmaTPCpar) < trkselOptions.cfgCutNsigma;
2825-
bool isTOFpar = std::abs(nsigmaTOFpar) < trkselOptions.cfgCutNsigma;
28262825
// Precompute rapidity values to avoid redundant calculations
28272826
double rapiditypar = std::abs(track.rapidity(PID::getMass(par)));
28282827
// TPC Selection and histogram filling

0 commit comments

Comments
 (0)