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);