|
15 | 15 | /// \author Luca Aglietta <luca.aglietta@cern.ch>, UniTO Turin |
16 | 16 | /// \author Fabrizio Grosa <fabrizio.grosa@cern.ch>, CERN |
17 | 17 |
|
18 | | -#include <algorithm> |
19 | | -#include <cmath> |
20 | | -#include <map> |
21 | | -#include <string> |
22 | | -#include <vector> |
| 18 | +#include "PWGHF/Core/HfHelper.h" |
| 19 | +#include "PWGHF/D2H/DataModel/ReducedDataModel.h" |
| 20 | +#include "PWGHF/D2H/Utils/utilsRedDataFormat.h" |
| 21 | +#include "PWGHF/DataModel/CandidateReconstructionTables.h" |
| 22 | +#include "PWGHF/DataModel/CandidateSelectionTables.h" |
| 23 | +#include "PWGHF/Utils/utilsBfieldCCDB.h" |
| 24 | +#include "PWGHF/Utils/utilsEvSelHf.h" |
| 25 | +#include "PWGLF/DataModel/LFStrangenessTables.h" |
| 26 | + |
| 27 | +#include "Common/Core/trackUtilities.h" |
| 28 | +#include "Common/DataModel/CollisionAssociationTables.h" |
| 29 | +#include "Common/DataModel/TrackSelectionTables.h" |
23 | 30 |
|
24 | 31 | #include "CommonConstants/PhysicsConstants.h" |
25 | 32 | #include "DCAFitter/DCAFitterN.h" |
|
29 | 36 | #include "Framework/runDataProcessing.h" |
30 | 37 | #include "ReconstructionDataFormats/DCA.h" |
31 | 38 |
|
32 | | -#include "Common/Core/trackUtilities.h" |
33 | | -#include "Common/DataModel/CollisionAssociationTables.h" |
34 | | -#include "Common/DataModel/TrackSelectionTables.h" |
35 | | - |
36 | | -#include "PWGLF/DataModel/LFStrangenessTables.h" |
37 | | - |
38 | | -#include "PWGHF/Core/HfHelper.h" |
39 | | -#include "PWGHF/DataModel/CandidateReconstructionTables.h" |
40 | | -#include "PWGHF/DataModel/CandidateSelectionTables.h" |
41 | | -#include "PWGHF/Utils/utilsBfieldCCDB.h" |
42 | | -#include "PWGHF/Utils/utilsEvSelHf.h" |
43 | | - |
44 | | -#include "PWGHF/D2H/DataModel/ReducedDataModel.h" |
45 | | -#include "PWGHF/D2H/Utils/utilsRedDataFormat.h" |
| 39 | +#include <algorithm> |
| 40 | +#include <cmath> |
| 41 | +#include <map> |
| 42 | +#include <string> |
| 43 | +#include <vector> |
46 | 44 |
|
47 | 45 | using namespace o2; |
48 | 46 | using namespace o2::analysis; |
@@ -2009,4 +2007,3 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) |
2009 | 2007 | { |
2010 | 2008 | return WorkflowSpec{adaptAnalysisTask<HfDataCreatorCharmResoReduced>(cfgc)}; |
2011 | 2009 | } |
2012 | | - |
0 commit comments