|
13 | 13 | /// \author Yuto Nishida <yuto.nishida@cern.ch> |
14 | 14 | /// \brief Task for measuring the dependence of the jet shape function rho(r) on the distance r from the jet axis. |
15 | 15 |
|
16 | | -#include "PWGJE/Core/FastJetUtilities.h" |
17 | 16 | #include "PWGJE/Core/JetDerivedDataUtilities.h" |
18 | | -#include "PWGJE/Core/JetUtilities.h" |
19 | 17 | #include "PWGJE/DataModel/Jet.h" |
20 | | -#include "PWGLF/DataModel/mcCentrality.h" |
| 18 | +#include "PWGJE/DataModel/JetReducedData.h" |
| 19 | +#include "PWGJE/DataModel/JetSubtraction.h" |
21 | 20 |
|
22 | 21 | #include "Common/Core/RecoDecay.h" |
23 | | -#include "Common/Core/TrackSelection.h" |
24 | | -#include "Common/Core/TrackSelectionDefaults.h" |
25 | | -#include "Common/DataModel/EventSelection.h" |
| 22 | +#include "Common/DataModel/PIDResponseTOF.h" |
| 23 | +#include "Common/DataModel/PIDResponseTPC.h" |
26 | 24 | #include "Common/DataModel/TrackSelectionTables.h" |
27 | 25 |
|
28 | | -#include "Framework/ASoA.h" |
29 | | -#include "Framework/AnalysisDataModel.h" |
30 | | -#include "Framework/AnalysisTask.h" |
31 | | -#include "Framework/HistogramRegistry.h" |
32 | | -#include "Framework/runDataProcessing.h" |
| 26 | +#include <CommonConstants/MathConstants.h> |
| 27 | +#include <Framework/ASoA.h> |
| 28 | +#include <Framework/AnalysisDataModel.h> |
| 29 | +#include <Framework/AnalysisTask.h> |
| 30 | +#include <Framework/Configurable.h> |
| 31 | +#include <Framework/HistogramRegistry.h> |
| 32 | +#include <Framework/HistogramSpec.h> |
| 33 | +#include <Framework/InitContext.h> |
| 34 | +#include <Framework/runDataProcessing.h> |
33 | 35 |
|
34 | 36 | #include <TPDGCode.h> |
35 | 37 | #include <TRandom3.h> |
36 | 38 |
|
37 | 39 | #include <cmath> |
| 40 | +#include <cstddef> |
38 | 41 | #include <string> |
39 | 42 | #include <vector> |
40 | 43 |
|
|
0 commit comments