From ffe73bae64c3beb8ad99dda238d4391be54bf19c Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 2 Jul 2026 14:48:39 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Strangeness/sigma0builder.cxx | 6 +++--- PWGLF/Tasks/Resonances/k892hadronphoton.cxx | 4 ++-- PWGLF/Tasks/Resonances/k892hadronphotonBkg.cxx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PWGLF/TableProducer/Strangeness/sigma0builder.cxx b/PWGLF/TableProducer/Strangeness/sigma0builder.cxx index 5b2a3e031cb..6a363942d5f 100644 --- a/PWGLF/TableProducer/Strangeness/sigma0builder.cxx +++ b/PWGLF/TableProducer/Strangeness/sigma0builder.cxx @@ -1374,11 +1374,11 @@ struct sigma0builder { if (eventSelections.maxIR >= 0 && interactionRate > eventSelections.maxIR) { return false; } - if (fillHists){ + if (fillHists) { histos.fill(HIST("hEventSelection"), 19 /* Above max IR */); // Fill centrality histogram after event selection histos.fill(HIST("hEventCentrality"), centrality); - } + } return true; } @@ -2807,7 +2807,7 @@ struct sigma0builder { } } - if constexpr (!soa::is_table) {// Don't use EMCal clusters here + if constexpr (!soa::is_table) { // Don't use EMCal clusters here //_______________________________________________ // KStar loop if (fillKStarTables) { diff --git a/PWGLF/Tasks/Resonances/k892hadronphoton.cxx b/PWGLF/Tasks/Resonances/k892hadronphoton.cxx index b24b069c34e..839079331fd 100644 --- a/PWGLF/Tasks/Resonances/k892hadronphoton.cxx +++ b/PWGLF/Tasks/Resonances/k892hadronphoton.cxx @@ -580,12 +580,12 @@ struct k892hadronphoton { return false; } - if (fillHists){ + if (fillHists) { histos.fill(HIST("hEventSelection"), 19 /* Above max IR */); // Fill centrality histogram after event selection histos.fill(HIST("hEventCentrality"), centrality); } - + return true; } diff --git a/PWGLF/Tasks/Resonances/k892hadronphotonBkg.cxx b/PWGLF/Tasks/Resonances/k892hadronphotonBkg.cxx index e45f344472f..93549ebc1c4 100644 --- a/PWGLF/Tasks/Resonances/k892hadronphotonBkg.cxx +++ b/PWGLF/Tasks/Resonances/k892hadronphotonBkg.cxx @@ -386,7 +386,7 @@ struct k892hadronphotonBkg { if (eventSelections.maxIR >= 0 && interactionRate > eventSelections.maxIR) { return false; } - if (fillHists){ + if (fillHists) { histos.fill(HIST("hEventSelection"), 19 /* Above max IR */); // Fill centrality histogram after event selection histos.fill(HIST("hEventCentrality"), centrality);