From a9879974b1d881c205898fb063ee552e75e5a6c1 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 25 Jun 2024 06:33:37 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/trackIndexSkimCreator.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/PWGHF/TableProducer/trackIndexSkimCreator.cxx b/PWGHF/TableProducer/trackIndexSkimCreator.cxx index 09b543755ce..b58999b9a11 100644 --- a/PWGHF/TableProducer/trackIndexSkimCreator.cxx +++ b/PWGHF/TableProducer/trackIndexSkimCreator.cxx @@ -3219,9 +3219,9 @@ struct HfTrackIndexSkimCreatorCascades { registry.fill(HIST("hMassLcToPK0S"), mass2K0sP); } } // loop over V0s - } // loop over tracks - } // loop over collisions - } // processCascades + } // loop over tracks + } // loop over collisions + } // processCascades PROCESS_SWITCH(HfTrackIndexSkimCreatorCascades, processCascades, "Skim HF -> V0 cascades", false); }; @@ -3740,12 +3740,12 @@ struct HfTrackIndexSkimCreatorLfCascades { } } // end 3prong loop - } // end 3prong condition + } // end 3prong condition } // loop over pion - } // loop over cascade - } // loop over collisions - } // processLfCascades + } // loop over cascade + } // loop over collisions + } // processLfCascades PROCESS_SWITCH(HfTrackIndexSkimCreatorLfCascades, processLfCascades, "Skim HF -> LF cascade + bachelor", false); };