From 44509f59ebf3f94088112df6d136c16b2a3f9a64 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 17 Mar 2026 16:46:46 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx b/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx index 54147124254..3c60e611701 100644 --- a/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx +++ b/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx @@ -329,7 +329,7 @@ struct StudyPnch { if (isINELgt0(multgen) && isINELgt0(multrec)) { histos.fill(HIST("hMultiplicityMCgen"), multgen); histos.fill(HIST("hResponseMatrix"), multrec, multgen); - } + } } } @@ -350,7 +350,7 @@ struct StudyPnch { if (isINELgt0(multAll)) { histos.fill(HIST("hMultiplicityMCgenAll"), multAll); } - + bool atLeastOne = false; auto numcontributors = -999; for (const auto& RecCol : RecCols) { @@ -369,7 +369,7 @@ struct StudyPnch { histos.fill(HIST("MCEventHist"), 2); auto multSel = countGenTracks(GenParticles, mcCollision); if (isINELgt0(multSel)) { - histos.fill(HIST("hMultiplicityMCgenSel"), multSel); + histos.fill(HIST("hMultiplicityMCgenSel"), multSel); } } }