From 3a9c878466010fc8b64d2a1fe9d9300818bb87d3 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 25 Mar 2025 18:44:17 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Strangeness/strangenessInJets.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/Tasks/Strangeness/strangenessInJets.cxx b/PWGLF/Tasks/Strangeness/strangenessInJets.cxx index 9cd9ef40f17..d865890d034 100644 --- a/PWGLF/Tasks/Strangeness/strangenessInJets.cxx +++ b/PWGLF/Tasks/Strangeness/strangenessInJets.cxx @@ -1882,7 +1882,7 @@ struct StrangenessInJets { PROCESS_SWITCH(StrangenessInJets, processMCefficiency, "Process MC Efficiency", false); void processGen(o2::aod::McCollisions const& mcCollisions, aod::McParticles const& mcParticles) - { + { for (const auto& mccollision : mcCollisions) { // Selection on z_{vertex} @@ -2035,7 +2035,7 @@ struct StrangenessInJets { break; case -3334: registryMC.fill(HIST("AntiOmega_eta_pt_ue"), particle.pt(), particle.eta()); - break; + break; default: continue; }