|
14 | 14 | /// \since Sep/13/2024 |
15 | 15 | /// \brief This task is to caculate V0s and cascades flow by GenericFramework |
16 | 16 |
|
17 | | -#include <CCDB/BasicCCDBManager.h> |
18 | | -#include <vector> |
19 | | -#include <string> |
20 | | -#include <cmath> |
21 | | -#include <memory> |
22 | | -#include "Framework/runDataProcessing.h" |
23 | | -#include "Framework/AnalysisTask.h" |
24 | | -#include "Framework/ASoAHelpers.h" |
25 | | -#include "Framework/RunningWorkflowInfo.h" |
26 | | -#include "Framework/HistogramRegistry.h" |
27 | | -#include "Common/DataModel/EventSelection.h" |
| 17 | +#include "GFW.h" |
| 18 | +#include "GFWCumulant.h" |
| 19 | +#include "GFWPowerArray.h" |
| 20 | +#include "GFWWeights.h" |
| 21 | + |
| 22 | +#include "PWGLF/DataModel/LFStrangenessTables.h" |
| 23 | +#include "PWGMM/Mult/DataModel/Index.h" |
| 24 | + |
| 25 | +#include "Common/Core/EventPlaneHelper.h" |
28 | 26 | #include "Common/Core/TrackSelection.h" |
29 | | -#include "Common/DataModel/TrackSelectionTables.h" |
| 27 | +#include "Common/Core/trackUtilities.h" |
30 | 28 | #include "Common/DataModel/Centrality.h" |
| 29 | +#include "Common/DataModel/EventSelection.h" |
| 30 | +#include "Common/DataModel/Multiplicity.h" |
31 | 31 | #include "Common/DataModel/PIDResponse.h" |
32 | 32 | #include "Common/DataModel/PIDResponseITS.h" |
33 | | -#include "Common/DataModel/Multiplicity.h" |
34 | | -#include "GFWPowerArray.h" |
35 | | -#include "GFW.h" |
36 | | -#include "GFWCumulant.h" |
37 | | -#include "GFWWeights.h" |
38 | 33 | #include "Common/DataModel/Qvectors.h" |
39 | | -#include "Common/Core/EventPlaneHelper.h" |
40 | | -#include "ReconstructionDataFormats/Track.h" |
| 34 | +#include "Common/DataModel/TrackSelectionTables.h" |
| 35 | + |
41 | 36 | #include "CommonConstants/PhysicsConstants.h" |
42 | | -#include "Common/Core/trackUtilities.h" |
43 | | -#include "PWGLF/DataModel/LFStrangenessTables.h" |
44 | | -#include "PWGMM/Mult/DataModel/Index.h" |
| 37 | +#include "Framework/ASoAHelpers.h" |
| 38 | +#include "Framework/AnalysisTask.h" |
| 39 | +#include "Framework/HistogramRegistry.h" |
| 40 | +#include "Framework/RunningWorkflowInfo.h" |
| 41 | +#include "Framework/runDataProcessing.h" |
| 42 | +#include "ReconstructionDataFormats/Track.h" |
| 43 | +#include <CCDB/BasicCCDBManager.h> |
| 44 | + |
45 | 45 | #include "TList.h" |
46 | | -#include <TProfile.h> |
47 | | -#include <TRandom3.h> |
48 | 46 | #include <TF1.h> |
49 | 47 | #include <TF2.h> |
50 | 48 | #include <TPDGCode.h> |
| 49 | +#include <TProfile.h> |
| 50 | +#include <TRandom3.h> |
| 51 | + |
| 52 | +#include <cmath> |
| 53 | +#include <memory> |
| 54 | +#include <string> |
| 55 | +#include <vector> |
51 | 56 |
|
52 | 57 | using namespace o2; |
53 | 58 | using namespace o2::framework; |
|
0 commit comments