Skip to content

Commit 4b06f66

Browse files
author
Valerio Di Bella
committed
Adding required headers
1 parent d02d64a commit 4b06f66

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#define PWGHF_HFC_DATAMODEL_REDUCEDDMESONPAIRSTABLES_H_
2020

2121
#include "PWGHF/DataModel/CandidateReconstructionTables.h"
22+
#include <Framework/ASoA.h>
23+
#include <Framework/AnalysisDataModel.h>
2224

2325
namespace o2::aod
2426
{

PWGHF/HFC/TableProducer/correlatorDplusDplusReduced.cxx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,29 @@
1717
/// \author Valerio DI BELLA <[email protected]>, IPHC Strasbourg
1818
/// Based on the code of Alexandre Bigot <[email protected]>, IPHC Strasbourg
1919

20+
#include "Zorro.h"
21+
#include "ZorroSummary.h"
22+
#include "PWGHF/Core/CentralityEstimation.h"
23+
#include "RecoDecay.h"
2024
#include "PWGHF/Core/DecayChannels.h"
2125
#include "PWGHF/Core/HfHelper.h"
26+
#include "PWGHF/DataModel/CandidateReconstructionTables.h"
2227
#include "PWGHF/DataModel/CandidateSelectionTables.h"
2328
#include "PWGHF/HFC/DataModel/ReducedDMesonPairsTables.h"
29+
#include "Common/DataModel/Centrality.h"
2430

31+
#include <Framework/AnalysisHelpers.h>
32+
#include <Framework/Configurable.h>
33+
#include <CCDB/BasicCCDBManager.h>
34+
#include <Framework/ASoA.h>
35+
#include <Framework/AnalysisDataModel.h>
36+
#include <Framework/Expressions.h>
37+
#include <Framework/HistogramRegistry.h>
38+
#include <Framework/InitContext.h>
39+
#include <Framework/AnalysisTask.h>
2540
#include <Framework/runDataProcessing.h>
2641

42+
#include <cstdint>
2743
#include <vector>
2844

2945
using namespace o2;

PWGHF/HFC/Tasks/taskCorrelationDplusDplusReduced.cxx

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

2323
#include "Framework/runDataProcessing.h"
24+
#include <Framework/Configurable.h>
25+
#include <Framework/ASoA.h>
26+
#include <Framework/Expressions.h>
27+
#include <Framework/HistogramSpec.h>
28+
#include <Framework/HistogramRegistry.h>
29+
#include <Framework/InitContext.h>
30+
#include <cstdlib>
31+
#include <Framework/AnalysisTask.h>
2432

2533
using namespace o2;
2634
using namespace o2::framework;

0 commit comments

Comments
 (0)