Skip to content

Commit 8f899e1

Browse files
author
Valerio Di Bella
committed
format header
1 parent 8530829 commit 8f899e1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

PWGHF/HFC/TableProducer/correlatorDplusDplusReduced.cxx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,16 @@
1717
/// \author Valerio DI BELLA <valerio.di.bella@cern.ch>, IPHC Strasbourg
1818
/// Based on the code of Alexandre Bigot <alexandre.bigot@cern.ch>, IPHC Strasbourg
1919

20-
#include "RecoDecay.h"
21-
#include "Zorro.h"
22-
#include "ZorroSummary.h"
23-
2420
#include "PWGHF/Core/CentralityEstimation.h"
2521
#include "PWGHF/Core/DecayChannels.h"
2622
#include "PWGHF/Core/HfHelper.h"
2723
#include "PWGHF/DataModel/CandidateReconstructionTables.h"
2824
#include "PWGHF/DataModel/CandidateSelectionTables.h"
2925
#include "PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h"
3026

27+
#include "Common/Core/RecoDecay.h"
28+
#include "Common/Core/Zorro.h"
29+
#include "Common/Core/ZorroSummary.h"
3130
#include "Common/DataModel/Centrality.h"
3231

3332
#include <CCDB/BasicCCDBManager.h>

PWGHF/HFC/Tasks/taskCorrelationDplusDplusReduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
#include "PWGHF/Core/DecayChannels.h"
2121
#include "PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h"
2222

23-
#include "Framework/runDataProcessing.h"
2423
#include <Framework/ASoA.h>
2524
#include <Framework/AnalysisTask.h>
2625
#include <Framework/Configurable.h>
2726
#include <Framework/Expressions.h>
2827
#include <Framework/HistogramRegistry.h>
2928
#include <Framework/HistogramSpec.h>
3029
#include <Framework/InitContext.h>
30+
#include <Framework/runDataProcessing.h>
3131

3232
#include <cstdlib>
3333

0 commit comments

Comments
 (0)