|
15 | 15 | // the conflict with the old data model. |
16 | 16 |
|
17 | 17 | // other includes |
18 | | -#include "Framework/ASoAHelpers.h" |
19 | | -#include "Framework/AnalysisDataModel.h" |
20 | | -#include "Framework/AnalysisHelpers.h" |
21 | | -#include "Framework/AnalysisTask.h" |
22 | | -#include "Framework/Configurable.h" |
23 | | -#include "Framework/WorkflowSpec.h" |
| 18 | +#include <THashList.h> |
| 19 | +#include <TList.h> |
| 20 | +#include <TString.h> |
| 21 | +#include "CCDB/BasicCCDBManager.h" |
| 22 | +#include "DataFormatsParameters/GRPObject.h" |
24 | 23 | #include "Framework/runDataProcessing.h" |
| 24 | +#include "Framework/AnalysisTask.h" |
| 25 | +#include "Framework/AnalysisDataModel.h" |
| 26 | +#include "Framework/ASoAHelpers.h" |
25 | 27 | #include "PWGDQ/DataModel/ReducedInfoTables.h" |
| 28 | +#include "PWGDQ/Core/VarManager.h" |
| 29 | +#include "PWGDQ/Core/HistogramManager.h" |
| 30 | +#include "PWGDQ/Core/MixingHandler.h" |
| 31 | +#include "PWGDQ/Core/AnalysisCut.h" |
| 32 | +#include "PWGDQ/Core/AnalysisCompositeCut.h" |
| 33 | +#include "PWGDQ/Core/HistogramsLibrary.h" |
| 34 | +#include "PWGDQ/Core/CutsLibrary.h" |
| 35 | +#include "PWGDQ/Core/MixingLibrary.h" |
| 36 | +#include "DataFormatsParameters/GRPMagField.h" |
| 37 | +#include "Field/MagneticField.h" |
| 38 | +#include "TGeoGlobalMagField.h" |
| 39 | +#include "DetectorsBase/Propagator.h" |
| 40 | +#include "DetectorsBase/GeometryManager.h" |
| 41 | +#include "ITSMFTBase/DPLAlpideParam.h" |
| 42 | +#include "Common/CCDB/EventSelectionParams.h" |
26 | 43 |
|
27 | 44 | struct MultPVConverter000_001 { |
28 | 45 | Produces<o2::aod::ReducedEventsMultPV_001> multPV_001; |
|
0 commit comments