|
13 | 13 | /// \file jetChargedV2.cxx |
14 | 14 | /// \brief This file contains the implementation for the Charged Jet v2 analysis in the ALICE experiment |
15 | 15 |
|
16 | | -// ROOT headers |
17 | 16 | #include <TComplex.h> |
18 | 17 | #include <TH1F.h> |
19 | 18 | #include <TH2D.h> |
|
23 | 22 | #include <TRandom3.h> |
24 | 23 | #include <TVector2.h> |
25 | 24 |
|
26 | | -// STL headers |
27 | 25 | #include <algorithm> |
28 | 26 | #include <chrono> |
29 | 27 | #include <cmath> |
30 | 28 | #include <string> |
31 | 29 | #include <vector> |
32 | 30 |
|
33 | | -// O2 Framework |
34 | 31 | #include "Framework/ASoA.h" |
35 | 32 | #include "Framework/ASoAHelpers.h" |
36 | 33 | #include "Framework/AnalysisDataModel.h" |
|
41 | 38 | #include "Framework/StaticFor.h" |
42 | 39 | #include "Framework/runDataProcessing.h" |
43 | 40 |
|
44 | | -// Common and PWG headers |
| 41 | +#include "PWGJE/Core/FastJetUtilities.h" |
| 42 | +#include "PWGJE/Core/JetDerivedDataUtilities.h" |
| 43 | +#include "PWGJE/Core/JetFinder.h" |
| 44 | +#include "PWGJE/Core/JetFindingUtilities.h" |
| 45 | +#include "PWGJE/DataModel/Jet.h" |
| 46 | + |
45 | 47 | #include "Common/Core/EventPlaneHelper.h" |
46 | 48 | #include "Common/Core/TrackSelection.h" |
47 | 49 | #include "Common/Core/TrackSelectionDefaults.h" |
48 | 50 | #include "Common/DataModel/EventSelection.h" |
49 | 51 | #include "Common/DataModel/Qvectors.h" |
50 | 52 | #include "Common/DataModel/TrackSelectionTables.h" |
51 | | -#include "EventFiltering/filterTables.h" |
52 | 53 | #include "CommonConstants/PhysicsConstants.h" |
53 | | - |
54 | | -#include "PWGJE/Core/FastJetUtilities.h" |
55 | | -#include "PWGJE/Core/JetDerivedDataUtilities.h" |
56 | | -#include "PWGJE/Core/JetFinder.h" |
57 | | -#include "PWGJE/Core/JetFindingUtilities.h" |
58 | | -#include "PWGJE/DataModel/Jet.h" |
| 54 | +#include "EventFiltering/filterTables.h" |
59 | 55 |
|
60 | 56 | using namespace o2; |
61 | 57 | using namespace o2::framework; |
|
0 commit comments