From 5c35eb05e17dc4635c7117f5e233b1fcf9002f53 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 28 Jul 2025 14:46:32 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/PID/pidTPCModule.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/TableProducer/PID/pidTPCModule.h b/Common/TableProducer/PID/pidTPCModule.h index cdc6775fb7d..04806355473 100644 --- a/Common/TableProducer/PID/pidTPCModule.h +++ b/Common/TableProducer/PID/pidTPCModule.h @@ -544,8 +544,8 @@ class pidTPCModule // faster counting for (const auto& track : tracks) { - if(track.hasTPC()){ - if(track.collisionId()>-1){ + if (track.hasTPC()) { + if (track.collisionId() > -1) { pidmults[track.collisionId()]++; } totalTPCtracks++; @@ -726,7 +726,7 @@ class pidTPCModule } int multTPCtoUse = 1; - if(trk.has_collision()){ + if (trk.has_collision()) { multTPCtoUse = pidmults[trk.collisionId()]; } auto makePidTablesDefault = [&trk, &tpcSignalToEvaluatePID, &cols, &multTPCtoUse, &network_prediction, &count_tracks, &tracksForNet_size, this](const int flagFull, auto& tableFull, const int flagTiny, auto& tableTiny, const o2::track::PID::ID pid) {