We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db20fc commit c366c48Copy full SHA for c366c48
1 file changed
PWGHF/HFC/Utils/utilsCorrelations.h
@@ -96,7 +96,7 @@ bool passPIDSelection(Atrack const& track, SpeciesContainer const mPIDspecies,
96
auto const& pid = mPIDspecies->at(speciesIndex);
97
auto nSigmaTPC = o2::aod::pidutils::tpcNSigma(pid, track);
98
99
- if (tofForced && !track.hasTOF()) {
+ if ((track.pt() > ptThreshold) && !track.hasTOF()) {
100
return false;
101
}
102
0 commit comments