|
15 | 15 | /// \author Alberto Caliva (alberto.caliva@cern.ch), Chiara Pinto (chiara.pinto@cern.ch) |
16 | 16 | /// \since February 13, 2025 |
17 | 17 |
|
18 | | -#include <vector> |
19 | | -#include <string> |
20 | | -#include <cmath> |
21 | | -#include <random> |
22 | | -#include <memory> |
| 18 | +#include "PWGJE/Core/JetBkgSubUtils.h" |
| 19 | +#include "PWGJE/Core/JetDerivedDataUtilities.h" |
| 20 | +#include "PWGJE/DataModel/Jet.h" |
| 21 | +#include "PWGJE/DataModel/JetReducedData.h" |
23 | 22 |
|
24 | | -#include <TList.h> |
25 | | -#include <TPDGCode.h> |
26 | | -#include <TRandom.h> |
27 | | -#include <TVector2.h> |
28 | | -#include <TVector3.h> |
29 | | -#include "TGrid.h" |
| 23 | +#include "Common/Core/TrackSelection.h" |
| 24 | +#include "Common/Core/trackUtilities.h" |
| 25 | +#include "Common/DataModel/Centrality.h" |
| 26 | +#include "Common/DataModel/EventSelection.h" |
| 27 | +#include "Common/DataModel/PIDResponse.h" |
| 28 | +#include "Common/DataModel/PIDResponseITS.h" |
| 29 | +#include "Common/DataModel/TrackSelectionTables.h" |
30 | 30 |
|
31 | 31 | #include "CCDB/BasicCCDBManager.h" |
32 | 32 | #include "CCDB/CcdbApi.h" |
33 | | - |
34 | 33 | #include "Framework/ASoA.h" |
35 | 34 | #include "Framework/ASoAHelpers.h" |
36 | 35 | #include "Framework/AnalysisDataModel.h" |
|
40 | 39 | #include "Framework/Logger.h" |
41 | 40 | #include "Framework/RunningWorkflowInfo.h" |
42 | 41 | #include "Framework/runDataProcessing.h" |
43 | | - |
44 | | -#include "Common/Core/TrackSelection.h" |
45 | | -#include "Common/Core/trackUtilities.h" |
46 | | -#include "Common/DataModel/Centrality.h" |
47 | | -#include "Common/DataModel/EventSelection.h" |
48 | | -#include "Common/DataModel/PIDResponse.h" |
49 | | -#include "Common/DataModel/PIDResponseITS.h" |
50 | | -#include "Common/DataModel/TrackSelectionTables.h" |
51 | | - |
52 | 42 | #include "ReconstructionDataFormats/DCA.h" |
53 | 43 | #include "ReconstructionDataFormats/PID.h" |
54 | 44 | #include "ReconstructionDataFormats/Track.h" |
55 | 45 |
|
| 46 | +#include "TGrid.h" |
| 47 | +#include <TList.h> |
| 48 | +#include <TPDGCode.h> |
| 49 | +#include <TRandom.h> |
| 50 | +#include <TVector2.h> |
| 51 | +#include <TVector3.h> |
| 52 | + |
56 | 53 | #include <fastjet/AreaDefinition.hh> |
57 | 54 | #include <fastjet/ClusterSequence.hh> |
58 | 55 | #include <fastjet/ClusterSequenceArea.hh> |
|
62 | 59 | #include <fastjet/tools/JetMedianBackgroundEstimator.hh> |
63 | 60 | #include <fastjet/tools/Subtractor.hh> |
64 | 61 |
|
65 | | -#include "PWGJE/Core/JetBkgSubUtils.h" |
66 | | -#include "PWGJE/Core/JetDerivedDataUtilities.h" |
67 | | -#include "PWGJE/DataModel/Jet.h" |
68 | | -#include "PWGJE/DataModel/JetReducedData.h" |
| 62 | +#include <cmath> |
| 63 | +#include <memory> |
| 64 | +#include <random> |
| 65 | +#include <string> |
| 66 | +#include <vector> |
69 | 67 |
|
70 | 68 | using namespace std; |
71 | 69 | using namespace o2; |
|
0 commit comments