|
20 | 20 | /// \author Marco Bianchi (mbianchi@cern.ch) |
21 | 21 | /// \brief Task to produce nuclei flow tree QC |
22 | 22 |
|
23 | | -#include <cmath> |
24 | | -#include <memory> |
25 | | -#include <string> |
26 | | -#include <vector> |
27 | | - |
28 | | -#include "Math/Vector4D.h" |
29 | | - |
30 | | -#include "CCDB/BasicCCDBManager.h" |
| 23 | +#include "PWGLF/DataModel/EPCalibrationTables.h" |
31 | 24 |
|
| 25 | +#include "Common/Core/EventPlaneHelper.h" |
32 | 26 | #include "Common/Core/trackUtilities.h" |
33 | 27 | #include "Common/DataModel/Centrality.h" |
34 | | -#include "Common/DataModel/Multiplicity.h" |
35 | 28 | #include "Common/DataModel/EventSelection.h" |
36 | | -#include "Common/Core/EventPlaneHelper.h" |
37 | | -#include "PWGLF/DataModel/EPCalibrationTables.h" |
| 29 | +#include "Common/DataModel/Multiplicity.h" |
38 | 30 | #include "Common/DataModel/Qvectors.h" |
39 | 31 |
|
| 32 | +#include "CCDB/BasicCCDBManager.h" |
40 | 33 | #include "DataFormatsParameters/GRPMagField.h" |
41 | 34 | #include "DataFormatsParameters/GRPObject.h" |
42 | 35 | #include "DataFormatsTPC/BetheBlochAleph.h" |
43 | 36 | #include "DetectorsBase/GeometryManager.h" |
44 | 37 | #include "DetectorsBase/Propagator.h" |
45 | | - |
| 38 | +#include "Framework/ASoAHelpers.h" |
46 | 39 | #include "Framework/AnalysisDataModel.h" |
47 | 40 | #include "Framework/AnalysisTask.h" |
48 | | -#include "Framework/ASoAHelpers.h" |
49 | 41 | #include "Framework/HistogramRegistry.h" |
50 | 42 | #include "Framework/runDataProcessing.h" |
51 | 43 |
|
| 44 | +#include "Math/Vector4D.h" |
52 | 45 | #include "TRandom3.h" |
53 | 46 |
|
| 47 | +#include <cmath> |
| 48 | +#include <memory> |
| 49 | +#include <string> |
| 50 | +#include <vector> |
| 51 | + |
54 | 52 | using namespace o2; |
55 | 53 | using namespace o2::framework; |
56 | 54 | using namespace o2::framework::expressions; |
|
0 commit comments