From 92e5bbf51955086794da51c493c921537cd980b6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 17 Mar 2026 15:36:40 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Upgrades/ALICE3/TRK/macros/test/CheckTracksCA.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/Upgrades/ALICE3/TRK/macros/test/CheckTracksCA.C b/Detectors/Upgrades/ALICE3/TRK/macros/test/CheckTracksCA.C index 7d9ee45b6d646..eccbcf18933b5 100644 --- a/Detectors/Upgrades/ALICE3/TRK/macros/test/CheckTracksCA.C +++ b/Detectors/Upgrades/ALICE3/TRK/macros/test/CheckTracksCA.C @@ -417,7 +417,7 @@ void CheckTracksCA(std::string trackfile = "o2trac_trk.root", } } // end loop over reco tracks - } // end loop over RoFs + } // end loop over RoFs // inclusive efficiencies for Good tracks float effForAllGood = counterAll > 0 ? 100.f * foundAllGood.size() / counterAll : 0.f;