Skip to content

Commit c0d3d3a

Browse files
author
Pengchong Hu
committed
fix for build and headfiles
1 parent 8655b0a commit c0d3d3a

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

PWGCF/MultiparticleCorrelations/Tasks/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ o2physics_add_dpl_workflow(multiharmonic-correlations
2828
SOURCES multiharmonicCorrelations.cxx
2929
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
3030
COMPONENT_NAME Analysis)
31-
<<<<<<< HEAD
3231

3332
o2physics_add_dpl_workflow(multiparticle-cumulants
3433
SOURCES multiparticleCumulants.cxx
3534
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
3635
COMPONENT_NAME Analysis)
37-
=======
38-
>>>>>>> fb3e94cf1176f17e0ef923e20450f3148807bddf

PWGCF/MultiparticleCorrelations/Tasks/multiharmonicCorrelations.cxx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,27 @@
1515
#include "Common/DataModel/TrackSelectionTables.h" // needed for aod::TracksDCA table
1616

1717
#include <CCDB/BasicCCDBManager.h>
18+
#include <CommonConstants/MathConstants.h>
1819
#include <Framework/AnalysisDataModel.h>
20+
#include <Framework/AnalysisHelpers.h>
1921
#include <Framework/AnalysisTask.h>
20-
#include <Framework/DataTypes.h>
22+
#include <Framework/Configurable.h>
23+
#include <Framework/InitContext.h>
24+
#include <Framework/OutputObjHeader.h>
2125
#include <Framework/runDataProcessing.h>
2226

27+
#include <TCollection.h>
28+
#include <TFile.h>
2329
#include <TComplex.h>
2430
#include <TGrid.h>
25-
#include <TH1D.h>
31+
#include <TH1.h>
32+
#include <TH2.h>
33+
#include <TList.h>
34+
#include <TObject.h>
35+
#include <TString.h>
2636
#include <TSystem.h>
2737

38+
#include <cstdint>
2839
#include <cstring>
2940
#include <string>
3041
#include <vector>

0 commit comments

Comments
 (0)