From 511394853d46ae1083b6263fc06277819d0430ab Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 16 Oct 2024 14:02:28 +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 10f7eee135f..21500de73fb 100644 --- a/PWGLF/Tasks/Nuspex/spectraTOF.cxx +++ b/PWGLF/Tasks/Nuspex/spectraTOF.cxx @@ -1158,7 +1158,7 @@ struct tofSpectra { if (track.tpcChi2NCl() < minChi2PerClusterTPC || track.tpcChi2NCl() > maxChi2PerClusterTPC) { return false; } - + if (!passesCutWoDCA(track)) { return false; }