From 90a2591ead6d1dfe99ab3aa1312ce8a8168b10f0 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 15 Nov 2025 14:32:05 +0000 Subject: [PATCH] Please consider the following formatting changes --- ALICE3/ML/alice3-mlresponse3prong.h | 2 +- ALICE3/TableProducer/alice3-decayfinder.cxx | 22 +++------------------ 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/ALICE3/ML/alice3-mlresponse3prong.h b/ALICE3/ML/alice3-mlresponse3prong.h index f7689566358..68eba7139a1 100644 --- a/ALICE3/ML/alice3-mlresponse3prong.h +++ b/ALICE3/ML/alice3-mlresponse3prong.h @@ -227,4 +227,4 @@ class Alice3MlResponse3Prong : public MlResponse #undef CHECK_AND_FILL_ML_ALICE3_HFHELPER #undef CHECK_AND_FILL_ML_ALICE3_OBJECT_SIGNED -#endif // ALICE3_ML_ALICE3_MLRESPONSE3PRONG_H_ \ No newline at end of file +#endif // ALICE3_ML_ALICE3_MLRESPONSE3PRONG_H_ diff --git a/ALICE3/TableProducer/alice3-decayfinder.cxx b/ALICE3/TableProducer/alice3-decayfinder.cxx index 65b8d3e832a..c3593bdcdd6 100644 --- a/ALICE3/TableProducer/alice3-decayfinder.cxx +++ b/ALICE3/TableProducer/alice3-decayfinder.cxx @@ -17,24 +17,7 @@ // HF decays. Work in progress: use at your own risk! // -#include -#include -#include -#include -#include -#include -#include -#include - -#include "Framework/runDataProcessing.h" -#include "Framework/RunningWorkflowInfo.h" -#include "Framework/AnalysisTask.h" -#include "Framework/AnalysisDataModel.h" -#include "Framework/ASoAHelpers.h" -#include "DCAFitter/DCAFitterN.h" -#include "ReconstructionDataFormats/Track.h" -#include "Common/Core/RecoDecay.h" -#include "Common/Core/trackUtilities.h" +#include "PWGHF/Utils/utilsAnalysis.h" #include "ALICE3/DataModel/A3DecayFinderTables.h" #include "ALICE3/DataModel/OTFPIDTrk.h" @@ -45,7 +28,6 @@ #include "Common/Core/TrackSelection.h" #include "Common/Core/trackUtilities.h" #include "Common/DataModel/TrackSelectionTables.h" -#include "PWGHF/Utils/utilsAnalysis.h" #include "CCDB/BasicCCDBManager.h" #include "DCAFitter/DCAFitterN.h" @@ -61,12 +43,14 @@ #include "Framework/runDataProcessing.h" #include "ReconstructionDataFormats/Track.h" +#include #include #include #include #include #include #include +#include using namespace o2; using namespace o2::analysis;