Skip to content

Commit 8530829

Browse files
author
Valerio Di Bella
committed
Formatting fixes
1 parent 4b06f66 commit 8530829

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#define PWGHF_HFC_DATAMODEL_REDUCEDDMESONPAIRSTABLES_H_
2020

2121
#include "PWGHF/DataModel/CandidateReconstructionTables.h"
22+
2223
#include <Framework/ASoA.h>
2324
#include <Framework/AnalysisDataModel.h>
2425

PWGHF/HFC/TableProducer/correlatorDplusDplusReduced.cxx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,28 @@
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"
2021
#include "Zorro.h"
2122
#include "ZorroSummary.h"
23+
2224
#include "PWGHF/Core/CentralityEstimation.h"
23-
#include "RecoDecay.h"
2425
#include "PWGHF/Core/DecayChannels.h"
2526
#include "PWGHF/Core/HfHelper.h"
2627
#include "PWGHF/DataModel/CandidateReconstructionTables.h"
2728
#include "PWGHF/DataModel/CandidateSelectionTables.h"
2829
#include "PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h"
30+
2931
#include "Common/DataModel/Centrality.h"
3032

31-
#include <Framework/AnalysisHelpers.h>
32-
#include <Framework/Configurable.h>
3333
#include <CCDB/BasicCCDBManager.h>
3434
#include <Framework/ASoA.h>
3535
#include <Framework/AnalysisDataModel.h>
36+
#include <Framework/AnalysisHelpers.h>
37+
#include <Framework/AnalysisTask.h>
38+
#include <Framework/Configurable.h>
3639
#include <Framework/Expressions.h>
3740
#include <Framework/HistogramRegistry.h>
3841
#include <Framework/InitContext.h>
39-
#include <Framework/AnalysisTask.h>
4042
#include <Framework/runDataProcessing.h>
4143

4244
#include <cstdint>

PWGHF/HFC/Tasks/taskCorrelationDplusDplusReduced.cxx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@
2121
#include "PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h"
2222

2323
#include "Framework/runDataProcessing.h"
24-
#include <Framework/Configurable.h>
2524
#include <Framework/ASoA.h>
25+
#include <Framework/AnalysisTask.h>
26+
#include <Framework/Configurable.h>
2627
#include <Framework/Expressions.h>
27-
#include <Framework/HistogramSpec.h>
2828
#include <Framework/HistogramRegistry.h>
29+
#include <Framework/HistogramSpec.h>
2930
#include <Framework/InitContext.h>
31+
3032
#include <cstdlib>
31-
#include <Framework/AnalysisTask.h>
3233

3334
using namespace o2;
3435
using namespace o2::framework;

0 commit comments

Comments
 (0)