File tree Expand file tree Collapse file tree
PWGCF/MultiparticleCorrelations/Tasks Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3332o2physics_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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments