|
17 | 17 | /// \author Marcello Di Costanzo <marcello.di.costanzo@cern.ch>, Politecnico and INFN Torino |
18 | 18 | /// \author Luca Aglietta <luca.aglietta@unito.it>, Università and INFN Torino |
19 | 19 |
|
20 | | -#include <string> |
21 | | -#include <memory> |
| 20 | +#include "PWGHF/Core/CentralityEstimation.h" |
| 21 | +#include "PWGHF/Utils/utilsEvSelHf.h" |
| 22 | +#include "PWGLF/DataModel/LFStrangenessPIDTables.h" |
| 23 | +#include "PWGLF/DataModel/LFStrangenessTables.h" |
22 | 24 |
|
23 | | -#include "TPDGCode.h" |
| 25 | +#include "Common/CCDB/ctpRateFetcher.h" |
| 26 | +#include "Common/DataModel/Centrality.h" |
| 27 | +#include "Common/DataModel/EventSelection.h" |
| 28 | +#include "Common/DataModel/Multiplicity.h" |
| 29 | +#include "Common/DataModel/PIDResponse.h" |
| 30 | +#include "Common/DataModel/TrackSelectionTables.h" |
24 | 31 |
|
25 | 32 | #include "CCDB/BasicCCDBManager.h" |
26 | 33 | #include "Framework/AnalysisTask.h" |
27 | | -#include "Framework/runDataProcessing.h" |
28 | 34 | #include "Framework/HistogramRegistry.h" |
| 35 | +#include "Framework/runDataProcessing.h" |
29 | 36 |
|
30 | | -#include "Common/CCDB/ctpRateFetcher.h" |
31 | | -#include "Common/DataModel/PIDResponse.h" |
32 | | -#include "Common/DataModel/Centrality.h" |
33 | | -#include "Common/DataModel/Multiplicity.h" |
34 | | -#include "Common/DataModel/EventSelection.h" |
35 | | -#include "Common/DataModel/TrackSelectionTables.h" |
36 | | -#include "PWGLF/DataModel/LFStrangenessTables.h" |
37 | | -#include "PWGLF/DataModel/LFStrangenessPIDTables.h" |
38 | | -#include "PWGHF/Utils/utilsEvSelHf.h" |
39 | | -#include "PWGHF/Core/CentralityEstimation.h" |
| 37 | +#include "TPDGCode.h" |
| 38 | + |
| 39 | +#include <memory> |
| 40 | +#include <string> |
40 | 41 | using namespace o2; |
41 | 42 | using namespace o2::framework; |
42 | 43 | using namespace o2::framework::expressions; |
|
0 commit comments