diff --git a/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx b/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx index 88bfe0d527d..f74b90da6c3 100644 --- a/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx +++ b/PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx @@ -1117,7 +1117,7 @@ struct ThreeParticleCorrelations { if (track.dcaZ() > trackSelGroup.dcaZ) { return false; } - + if (!track.hasTOF()) { return false; }