|
9 | 9 | // granted to it by virtue of its status as an Intergovernmental Organization |
10 | 10 | // or submit itself to any jurisdiction. |
11 | 11 |
|
| 12 | +#include "PWGJE/DataModel/EMCALClusters.h" |
| 13 | + |
| 14 | +#include "Common/DataModel/Centrality.h" |
| 15 | +#include "Common/DataModel/EventSelection.h" |
| 16 | + |
| 17 | +#include "CommonDataFormat/InteractionRecord.h" |
| 18 | +#include "DataFormatsEMCAL/AnalysisCluster.h" |
| 19 | +#include "DataFormatsEMCAL/Cell.h" |
| 20 | +#include "DataFormatsEMCAL/Constants.h" |
| 21 | +#include "EMCALBase/Geometry.h" |
| 22 | +#include "EMCALCalib/BadChannelMap.h" |
| 23 | +#include "Framework/ASoA.h" |
| 24 | +#include "Framework/AnalysisDataModel.h" |
| 25 | +#include "Framework/AnalysisTask.h" |
| 26 | +#include "Framework/HistogramRegistry.h" |
| 27 | +#include "Framework/runDataProcessing.h" |
| 28 | + |
12 | 29 | #include <climits> |
13 | 30 | #include <cstdlib> |
14 | 31 | #include <map> |
|
17 | 34 | #include <string> |
18 | 35 | #include <vector> |
19 | 36 |
|
20 | | -#include "Framework/runDataProcessing.h" |
21 | | -#include "Framework/AnalysisTask.h" |
22 | | -#include "Framework/AnalysisDataModel.h" |
23 | | -#include "Framework/ASoA.h" |
24 | | -#include "Framework/HistogramRegistry.h" |
25 | | - |
26 | | -#include "Common/DataModel/EventSelection.h" |
27 | | -#include "Common/DataModel/Centrality.h" |
28 | | -#include "Common/DataModel/PIDResponse.h" |
29 | | - |
30 | | -#include "EMCALBase/Geometry.h" |
31 | | -#include "EMCALCalib/BadChannelMap.h" |
32 | | -#include "PWGJE/DataModel/EMCALClusters.h" |
33 | | -#include "DataFormatsEMCAL/Cell.h" |
34 | | -#include "DataFormatsEMCAL/Constants.h" |
35 | | -#include "DataFormatsEMCAL/AnalysisCluster.h" |
36 | | - |
37 | | -#include "CommonDataFormat/InteractionRecord.h" |
38 | | - |
39 | 37 | // \struct ClusterTutorial |
40 | 38 | /// \brief Skeleton task for EMCal cluster tutorial |
41 | 39 | /// \author Florian Jonas <florian.jonas@cern.ch>, Oak Ridge National Laoratory; Joshua König <joshua.konig@cern.ch>, Goethe-University Frankfurt; Marvin Hemmer <marvin.hemmer@cern.ch>, Goethe-University Frankfurt |
|
0 commit comments