From f3a823b91032faad881865acada4d69053a4143c Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 12 Jun 2025 14:35:37 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Nuspex/spectraTOF.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/Nuspex/spectraTOF.cxx b/PWGLF/Tasks/Nuspex/spectraTOF.cxx index dae59adc7f6..4c7a1f6c25e 100644 --- a/PWGLF/Tasks/Nuspex/spectraTOF.cxx +++ b/PWGLF/Tasks/Nuspex/spectraTOF.cxx @@ -2052,7 +2052,7 @@ struct tofSpectra { hDcaXYWrongCollisionPrm[i]->Fill(track.pt(), track.dcaXY()); } } - + if (!passesDCAxyCut(track)) { // Skipping tracks that don't pass the standard cuts return; }