|
13 | 13 | /// \brief Analysis of strangeness production in UPC collisions |
14 | 14 | /// \author Roman Nepeivoda (roman.nepeivoda@cern.ch) |
15 | 15 |
|
16 | | -#include <bitset> |
17 | | -#include <TFile.h> |
18 | | -#include <TH2F.h> |
19 | | -#include <TProfile.h> |
20 | | -#include <TPDGCode.h> |
21 | | -#include <vector> |
22 | | -#include <algorithm> |
23 | | -#include <cmath> |
24 | | -#include <string> |
25 | | -#include <limits> |
| 16 | +#include "PWGLF/DataModel/LFStrangenessPIDTables.h" |
| 17 | +#include "PWGLF/DataModel/LFStrangenessTables.h" |
| 18 | +#include "PWGLF/Utils/strangenessMasks.h" |
| 19 | +#include "PWGUD/Core/SGSelector.h" |
26 | 20 |
|
27 | | -#include "Framework/runDataProcessing.h" |
28 | | -#include "Framework/AnalysisTask.h" |
29 | | -#include "Framework/AnalysisDataModel.h" |
30 | | -#include "Framework/ASoAHelpers.h" |
31 | | -#include "Framework/O2DatabasePDGPlugin.h" |
32 | | -#include "ReconstructionDataFormats/Track.h" |
33 | 21 | #include "Common/Core/RecoDecay.h" |
34 | | -#include "Common/Core/trackUtilities.h" |
35 | | -#include "PWGLF/DataModel/LFStrangenessTables.h" |
36 | | -#include "PWGLF/DataModel/LFStrangenessPIDTables.h" |
37 | 22 | #include "Common/Core/TrackSelection.h" |
38 | | -#include "Common/DataModel/TrackSelectionTables.h" |
39 | | -#include "Common/DataModel/EventSelection.h" |
| 23 | +#include "Common/Core/trackUtilities.h" |
40 | 24 | #include "Common/DataModel/Centrality.h" |
| 25 | +#include "Common/DataModel/EventSelection.h" |
41 | 26 | #include "Common/DataModel/PIDResponse.h" |
| 27 | +#include "Common/DataModel/TrackSelectionTables.h" |
| 28 | + |
| 29 | +#include "Framework/ASoAHelpers.h" |
| 30 | +#include "Framework/AnalysisDataModel.h" |
| 31 | +#include "Framework/AnalysisTask.h" |
| 32 | +#include "Framework/O2DatabasePDGPlugin.h" |
42 | 33 | #include "Framework/StaticFor.h" |
43 | | -#include "PWGUD/Core/SGSelector.h" |
44 | | -#include "PWGLF/Utils/strangenessMasks.h" |
| 34 | +#include "Framework/runDataProcessing.h" |
| 35 | +#include "ReconstructionDataFormats/Track.h" |
| 36 | + |
| 37 | +#include <TFile.h> |
| 38 | +#include <TH2F.h> |
| 39 | +#include <TPDGCode.h> |
| 40 | +#include <TProfile.h> |
| 41 | + |
| 42 | +#include <algorithm> |
| 43 | +#include <bitset> |
| 44 | +#include <cmath> |
| 45 | +#include <limits> |
| 46 | +#include <string> |
| 47 | +#include <vector> |
45 | 48 |
|
46 | 49 | using namespace o2; |
47 | 50 | using namespace o2::framework; |
|
0 commit comments