From 8e721be976521ab4a8546c1fe1a96c4526ea0071 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 14 Jan 2026 11:32:05 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h | 1 + .../HFC/TableProducer/correlatorDplusDplusReduced.cxx | 10 ++++++---- PWGHF/HFC/Tasks/taskCorrelationDplusDplusReduced.cxx | 7 ++++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h b/PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h index fc3d3177e78..c6bda4958cc 100644 --- a/PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h +++ b/PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h @@ -19,6 +19,7 @@ #define PWGHF_HFC_DATAMODEL_REDUCEDDMESONPAIRSTABLES_H_ #include "PWGHF/DataModel/CandidateReconstructionTables.h" + #include #include diff --git a/PWGHF/HFC/TableProducer/correlatorDplusDplusReduced.cxx b/PWGHF/HFC/TableProducer/correlatorDplusDplusReduced.cxx index a4dd58289c1..5d6cfac9c23 100644 --- a/PWGHF/HFC/TableProducer/correlatorDplusDplusReduced.cxx +++ b/PWGHF/HFC/TableProducer/correlatorDplusDplusReduced.cxx @@ -17,26 +17,28 @@ /// \author Valerio DI BELLA , IPHC Strasbourg /// Based on the code of Alexandre Bigot , IPHC Strasbourg +#include "RecoDecay.h" #include "Zorro.h" #include "ZorroSummary.h" + #include "PWGHF/Core/CentralityEstimation.h" -#include "RecoDecay.h" #include "PWGHF/Core/DecayChannels.h" #include "PWGHF/Core/HfHelper.h" #include "PWGHF/DataModel/CandidateReconstructionTables.h" #include "PWGHF/DataModel/CandidateSelectionTables.h" #include "PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h" + #include "Common/DataModel/Centrality.h" -#include -#include #include #include #include +#include +#include +#include #include #include #include -#include #include #include diff --git a/PWGHF/HFC/Tasks/taskCorrelationDplusDplusReduced.cxx b/PWGHF/HFC/Tasks/taskCorrelationDplusDplusReduced.cxx index c9d2dd92229..97796fa203b 100644 --- a/PWGHF/HFC/Tasks/taskCorrelationDplusDplusReduced.cxx +++ b/PWGHF/HFC/Tasks/taskCorrelationDplusDplusReduced.cxx @@ -21,14 +21,15 @@ #include "PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h" #include "Framework/runDataProcessing.h" -#include #include +#include +#include #include -#include #include +#include #include + #include -#include using namespace o2; using namespace o2::framework;