From 34e6688b8e6f51e3669d1d6bcf007d9d783f84e6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 16 Oct 2024 20:14:50 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGUD/Tasks/upcEventITSROFcounter.cxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/PWGUD/Tasks/upcEventITSROFcounter.cxx b/PWGUD/Tasks/upcEventITSROFcounter.cxx index 8c2f7ef5c4d..1da6fbfd26c 100644 --- a/PWGUD/Tasks/upcEventITSROFcounter.cxx +++ b/PWGUD/Tasks/upcEventITSROFcounter.cxx @@ -140,7 +140,6 @@ struct UpcEventITSROFcounter { } } - void processCounterPerRun(FullSGUDCollision const& coll) { @@ -150,12 +149,12 @@ struct UpcEventITSROFcounter { gapSide = trueGapSide; } - if (coll.flags() == 0){ - if (gapSide == 2){ + if (coll.flags() == 0) { + if (gapSide == 2) { histos.get(HIST("Runs/hStdModeCollDG"))->Fill(coll.runNumber()); - } else if (gapSide == 1){ + } else if (gapSide == 1) { histos.get(HIST("Runs/hStdModeCollSG1"))->Fill(coll.runNumber()); - } else if (gapSide == 0){ + } else if (gapSide == 0) { histos.get(HIST("Runs/hStdModeCollSG0"))->Fill(coll.runNumber()); } else { histos.get(HIST("Runs/hStdModeCollNG"))->Fill(coll.runNumber()); @@ -171,7 +170,6 @@ struct UpcEventITSROFcounter { histos.get(HIST("Runs/hUpcModeCollNG"))->Fill(coll.runNumber()); } } - } PROCESS_SWITCH(UpcEventITSROFcounter, processCounterPerITSROF, "Counts number of collisions per ITSROF", false);