From 0843f7910c0c356e4b8ebd370ffb60f38872a814 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 12 Aug 2024 16:59:19 +0000 Subject: [PATCH] Please consider the following formatting changes --- ALICE3/TableProducer/OTF/onTheFlyTracker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ALICE3/TableProducer/OTF/onTheFlyTracker.cxx b/ALICE3/TableProducer/OTF/onTheFlyTracker.cxx index eec73cd05e3..0995756edf5 100644 --- a/ALICE3/TableProducer/OTF/onTheFlyTracker.cxx +++ b/ALICE3/TableProducer/OTF/onTheFlyTracker.cxx @@ -568,7 +568,7 @@ struct OnTheFlyTracker { float dNdEta = 0.f; // Charged particle multiplicity to use in the efficiency evaluation void process(aod::McCollision const& mcCollision, aod::McParticles const& mcParticles) { - int lastTrackIndex = tracksParCov.lastIndex(); //bookkeep the last added track + int lastTrackIndex = tracksParCov.lastIndex(); // bookkeep the last added track tracksAlice3.clear(); ghostTracksAlice3.clear();