Skip to content

Commit

Permalink
[PWGLF] fix PID (AliceO2Group#9149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikim1290 authored Dec 28, 2024
1 parent 0527ec6 commit 9316a78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions PWGLF/Tasks/Resonances/f0980pbpbanalysis.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ struct f0980pbpbanalysis {
bool PIDSelected(const TrackType track)
{
if (cfgUSETOF) {
if (!track.hasTOF()) {
return 0;
}
if (std::fabs(track.tofNSigmaPi()) > cMaxTOFnSigmaPion) {
return 0;
}
Expand Down

0 comments on commit 9316a78

Please sign in to comment.