File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1313// mimics Run1&2 version https://github.com/alisw/AliPhysics/blob/master/PWGLF/SPECTRA/ChargedHadrons/MultDepSpec/AliMultDepSpecAnalysisTask.cxx
1414// and is compatible with postprocessing https://gitlab.cern.ch/mkruger/unfoldingframework
1515
16- #include " Framework/HistogramRegistry.h"
17- #include " ReconstructionDataFormats/Track.h"
18- #include " Framework/runDataProcessing.h"
19- #include " Framework/AnalysisTask.h"
20- #include " Framework/O2DatabasePDGPlugin.h"
21- #include " Common/DataModel/EventSelection.h"
22- #include " Common/DataModel/Centrality.h"
23- #include " Common/DataModel/TrackSelectionTables.h"
2416#include " Common/Core/TrackSelection.h"
2517#include " Common/Core/TrackSelectionDefaults.h"
18+ #include " Common/DataModel/Centrality.h"
19+ #include " Common/DataModel/EventSelection.h"
20+ #include " Common/DataModel/TrackSelectionTables.h"
21+
22+ #include " Framework/AnalysisTask.h"
23+ #include " Framework/HistogramRegistry.h"
24+ #include " Framework/O2DatabasePDGPlugin.h"
25+ #include " Framework/runDataProcessing.h"
26+ #include " ReconstructionDataFormats/Track.h"
27+
2628#include " TDatabasePDG.h"
2729
2830using namespace o2 ;
You can’t perform that action at this time.
0 commit comments