|
13 | 13 | /// \brief Task for the analysis of forward PID with MFT |
14 | 14 | /// \author Luca Micheletti <luca.micheletti@to.infn.it>, INFN |
15 | 15 |
|
16 | | -#include <iostream> |
17 | | -#include <vector> |
18 | | -#include <string> |
19 | | -#include <memory> |
20 | | -#include <algorithm> |
21 | | -#include <TH1F.h> |
22 | | -#include <TH3F.h> |
23 | | -#include <THashList.h> |
24 | | -#include <TList.h> |
25 | | -#include <TString.h> |
26 | | -#include "CCDB/BasicCCDBManager.h" |
27 | | -#include "DataFormatsParameters/GRPObject.h" |
28 | | -#include "Framework/runDataProcessing.h" |
29 | | -#include "Framework/AnalysisTask.h" |
30 | | -#include "Framework/AnalysisDataModel.h" |
31 | | -#include "Framework/ASoAHelpers.h" |
32 | | -#include "PWGDQ/DataModel/ReducedInfoTables.h" |
33 | | -#include "PWGDQ/Core/VarManager.h" |
| 16 | +#include "PWGDQ/Core/AnalysisCompositeCut.h" |
| 17 | +#include "PWGDQ/Core/AnalysisCut.h" |
| 18 | +#include "PWGDQ/Core/CutsLibrary.h" |
34 | 19 | #include "PWGDQ/Core/HistogramManager.h" |
35 | | -#include "PWGDQ/Core/MixingHandler.h" |
| 20 | +#include "PWGDQ/Core/HistogramsLibrary.h" |
36 | 21 | #include "PWGDQ/Core/MCSignal.h" |
37 | 22 | #include "PWGDQ/Core/MCSignalLibrary.h" |
38 | | -#include "PWGDQ/Core/AnalysisCut.h" |
39 | | -#include "PWGDQ/Core/AnalysisCompositeCut.h" |
40 | | -#include "PWGDQ/Core/HistogramsLibrary.h" |
41 | | -#include "PWGDQ/Core/CutsLibrary.h" |
| 23 | +#include "PWGDQ/Core/MixingHandler.h" |
42 | 24 | #include "PWGDQ/Core/MixingLibrary.h" |
| 25 | +#include "PWGDQ/Core/VarManager.h" |
| 26 | +#include "PWGDQ/DataModel/ReducedInfoTables.h" |
| 27 | + |
| 28 | +#include "Common/CCDB/EventSelectionParams.h" |
| 29 | + |
| 30 | +#include "CCDB/BasicCCDBManager.h" |
43 | 31 | #include "DataFormatsParameters/GRPMagField.h" |
44 | | -#include "Field/MagneticField.h" |
45 | | -#include "TGeoGlobalMagField.h" |
46 | | -#include "DetectorsBase/Propagator.h" |
| 32 | +#include "DataFormatsParameters/GRPObject.h" |
47 | 33 | #include "DetectorsBase/GeometryManager.h" |
| 34 | +#include "DetectorsBase/Propagator.h" |
| 35 | +#include "Field/MagneticField.h" |
| 36 | +#include "Framework/ASoAHelpers.h" |
| 37 | +#include "Framework/AnalysisDataModel.h" |
| 38 | +#include "Framework/AnalysisTask.h" |
| 39 | +#include "Framework/runDataProcessing.h" |
48 | 40 | #include "ITSMFTBase/DPLAlpideParam.h" |
49 | | -#include "Common/CCDB/EventSelectionParams.h" |
| 41 | + |
| 42 | +#include "TGeoGlobalMagField.h" |
| 43 | +#include <TH1F.h> |
| 44 | +#include <TH3F.h> |
| 45 | +#include <THashList.h> |
| 46 | +#include <TList.h> |
| 47 | +#include <TString.h> |
| 48 | + |
| 49 | +#include <algorithm> |
| 50 | +#include <iostream> |
| 51 | +#include <memory> |
| 52 | +#include <string> |
| 53 | +#include <vector> |
50 | 54 |
|
51 | 55 | using namespace o2; |
52 | 56 | using namespace o2::framework; |
|
0 commit comments