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"