From 1fe3fa3b21f54c6aa698997c8eaa9b91359ab6cc Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 24 Feb 2026 11:16:08 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../Tasks/threeParticleCorrelations.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }