|
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 <string> |
17 | | -#include <vector> |
18 | | -#include <cmath> |
19 | | - |
20 | | -#include "Framework/ASoA.h" |
21 | | -#include "Framework/AnalysisDataModel.h" |
22 | | -#include "Framework/AnalysisTask.h" |
23 | | -#include "Framework/HistogramRegistry.h" |
| 16 | +#include "PWGJE/Core/FastJetUtilities.h" |
| 17 | +#include "PWGJE/Core/JetDerivedDataUtilities.h" |
| 18 | +#include "PWGJE/Core/JetUtilities.h" |
| 19 | +#include "PWGJE/DataModel/Jet.h" |
24 | 20 |
|
25 | 21 | #include "Common/Core/RecoDecay.h" |
26 | 22 | #include "Common/Core/TrackSelection.h" |
27 | 23 | #include "Common/Core/TrackSelectionDefaults.h" |
28 | 24 | #include "Common/DataModel/EventSelection.h" |
29 | 25 | #include "Common/DataModel/TrackSelectionTables.h" |
30 | 26 |
|
31 | | -#include "PWGJE/Core/FastJetUtilities.h" |
32 | | -#include "PWGJE/Core/JetUtilities.h" |
33 | | -#include "PWGJE/Core/JetDerivedDataUtilities.h" |
34 | | -#include "PWGJE/DataModel/Jet.h" |
35 | | - |
| 27 | +#include "Framework/ASoA.h" |
| 28 | +#include "Framework/AnalysisDataModel.h" |
| 29 | +#include "Framework/AnalysisTask.h" |
| 30 | +#include "Framework/HistogramRegistry.h" |
36 | 31 | #include "Framework/runDataProcessing.h" |
37 | 32 |
|
| 33 | +#include <cmath> |
| 34 | +#include <string> |
| 35 | +#include <vector> |
| 36 | + |
38 | 37 | using namespace o2; |
39 | 38 | using namespace o2::framework; |
40 | 39 | using namespace o2::framework::expressions; |
@@ -371,4 +370,3 @@ struct JetShapeTask { |
371 | 370 | }; |
372 | 371 |
|
373 | 372 | WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) { return WorkflowSpec{adaptAnalysisTask<JetShapeTask>(cfgc)}; } |
374 | | - |
0 commit comments