|
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 <Math/Vector4D.h> |
13 | | -#include <array> |
14 | | -#include <cmath> |
15 | | -#include <chrono> |
16 | | -#include <cstdlib> |
17 | | -#include <iostream> |
18 | | -#include <TFile.h> |
19 | | -#include <TH2F.h> |
20 | | -#include <TProfile.h> |
21 | | -#include <TPDGCode.h> |
22 | | -#include <TDatabasePDG.h> |
23 | | - |
| 12 | +#include "Index.h" |
24 | 13 | #include "bestCollisionTable.h" |
25 | | -#include "CCDB/BasicCCDBManager.h" |
26 | | -#include "Common/Core/RecoDecay.h" |
27 | | -#include "Common/Core/trackUtilities.h" |
| 14 | + |
| 15 | +#include "PWGHF/Core/SelectorCuts.h" |
| 16 | +#include "PWGHF/DataModel/CandidateReconstructionTables.h" |
| 17 | +#include "PWGHF/DataModel/CandidateSelectionTables.h" |
| 18 | +#include "PWGLF/DataModel/LFStrangenessTables.h" |
| 19 | + |
28 | 20 | #include "Common/CCDB/EventSelectionParams.h" |
| 21 | +#include "Common/Core/RecoDecay.h" |
29 | 22 | #include "Common/Core/TrackSelection.h" |
30 | | -#include "Common/DataModel/PIDResponse.h" |
| 23 | +#include "Common/Core/trackUtilities.h" |
31 | 24 | #include "Common/DataModel/Centrality.h" |
32 | 25 | #include "Common/DataModel/EventSelection.h" |
33 | 26 | #include "Common/DataModel/Multiplicity.h" |
34 | 27 | #include "Common/DataModel/TrackSelectionTables.h" |
| 28 | + |
| 29 | +#include "CCDB/BasicCCDBManager.h" |
35 | 30 | #include "CommonConstants/MathConstants.h" |
36 | 31 | #include "Framework/ASoAHelpers.h" |
37 | 32 | #include "Framework/AnalysisDataModel.h" |
|
41 | 36 | #include "Framework/O2DatabasePDGPlugin.h" |
42 | 37 | #include "Framework/RuntimeError.h" |
43 | 38 | #include "Framework/runDataProcessing.h" |
44 | | -#include "Index.h" |
45 | 39 | #include "ReconstructionDataFormats/GlobalTrackID.h" |
46 | 40 | #include "ReconstructionDataFormats/Track.h" |
47 | 41 |
|
48 | | -#include "PWGHF/Core/SelectorCuts.h" |
49 | | -#include "PWGHF/DataModel/CandidateReconstructionTables.h" |
50 | | -#include "PWGHF/DataModel/CandidateSelectionTables.h" |
51 | | -#include "PWGLF/DataModel/LFStrangenessTables.h" |
| 42 | +#include <Math/Vector4D.h> |
| 43 | +#include <TDatabasePDG.h> |
| 44 | +#include <TFile.h> |
| 45 | +#include <TH2F.h> |
| 46 | +#include <TPDGCode.h> |
| 47 | +#include <TProfile.h> |
| 48 | + |
| 49 | +#include <array> |
| 50 | +#include <chrono> |
| 51 | +#include <cmath> |
| 52 | +#include <cstdlib> |
| 53 | +#include <iostream> |
52 | 54 |
|
53 | 55 | using namespace o2; |
54 | 56 | using namespace o2::framework; |
|
0 commit comments