File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 1414// / \since 10/01/2024
1515// / \brief task to evaluate flow and neutron skin with information from ZDC
1616
17- #include < CCDB/BasicCCDBManager.h>
18- #include < cmath>
19- #include < vector>
20- #include < complex>
21- #include " Framework/runDataProcessing.h"
22- #include " Framework/AnalysisTask.h"
23- #include " Framework/ASoAHelpers.h"
24- #include " Framework/RunningWorkflowInfo.h"
25- #include " Framework/HistogramRegistry.h"
26-
2717#include " Common/CCDB/EventSelectionParams.h"
2818#include " Common/CCDB/TriggerAliases.h"
29- #include " Common/DataModel/EventSelection.h"
30- #include " Common/DataModel/TrackSelectionTables.h"
3119#include " Common/DataModel/Centrality.h"
20+ #include " Common/DataModel/EventSelection.h"
3221#include " Common/DataModel/Multiplicity.h"
3322#include " Common/DataModel/PIDResponse.h"
23+ #include " Common/DataModel/TrackSelectionTables.h"
24+
25+ #include " Framework/ASoAHelpers.h"
26+ #include " Framework/AnalysisTask.h"
27+ #include " Framework/HistogramRegistry.h"
28+ #include " Framework/RunningWorkflowInfo.h"
29+ #include " Framework/runDataProcessing.h"
30+ #include < CCDB/BasicCCDBManager.h>
3431
3532#include " TList.h"
36- #include < TProfile.h>
37- #include < TRandom3.h>
33+ #include < TComplex.h>
3834#include < TF1.h>
35+ #include < TMath.h>
36+ #include < TProfile.h>
3937#include < TProfile2D.h>
4038#include < TRandom3.h>
41- #include < TMath.h>
42- #include < TComplex.h>
39+
40+ #include < cmath>
41+ #include < complex>
42+ #include < vector>
4343using namespace o2 ;
4444using namespace o2 ::framework;
4545using namespace o2 ::framework::expressions;
You can’t perform that action at this time.
0 commit comments