From cb2946747809a6bc32bbc09d7a75190c5d25c600 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 19 Nov 2025 07:58:01 +0000 Subject: [PATCH] Please consider the following formatting changes --- ALICE3/TableProducer/hfSelector3Prong.cxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ALICE3/TableProducer/hfSelector3Prong.cxx b/ALICE3/TableProducer/hfSelector3Prong.cxx index 638c5ab340c..c93bc0a9642 100644 --- a/ALICE3/TableProducer/hfSelector3Prong.cxx +++ b/ALICE3/TableProducer/hfSelector3Prong.cxx @@ -14,19 +14,18 @@ /// /// \author Marcello Di Costanzo , Polytechnic University of Turin and INFN Turin +#include "PWGHF/Core/SelectorCuts.h" +#include "PWGHF/DataModel/CandidateReconstructionTables.h" +#include "PWGHF/DataModel/CandidateSelectionTables.h" + #include "ALICE3/DataModel/A3DecayFinderTables.h" #include "ALICE3/DataModel/OTFPIDTrk.h" #include "ALICE3/DataModel/OTFRICH.h" #include "ALICE3/DataModel/OTFTOF.h" #include "ALICE3/DataModel/RICH.h" +#include "ALICE3/ML/MlResponse3Prong.h" #include "ALICE3/Utils/utilsHfAlice3.h" #include "ALICE3/Utils/utilsSelectionsAlice3.h" -#include "ALICE3/ML/MlResponse3Prong.h" - -#include "PWGHF/Core/SelectorCuts.h" -#include "PWGHF/DataModel/CandidateReconstructionTables.h" -#include "PWGHF/DataModel/CandidateSelectionTables.h" - #include "Common/Core/TrackSelectorPID.h" #include "Common/DataModel/PIDResponseCombined.h"