Skip to content

Commit 9316a78

Browse files
authored
[PWGLF] fix PID (#9149)
1 parent 0527ec6 commit 9316a78

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGLF/Tasks/Resonances/f0980pbpbanalysis.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,6 @@ struct f0980pbpbanalysis {
239239
bool PIDSelected(const TrackType track)
240240
{
241241
if (cfgUSETOF) {
242-
if (!track.hasTOF()) {
243-
return 0;
244-
}
245242
if (std::fabs(track.tofNSigmaPi()) > cMaxTOFnSigmaPion) {
246243
return 0;
247244
}

0 commit comments

Comments
 (0)