|
8 | 8 | // In applying this license CERN does not waive the privileges and immunities |
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 | #ifndef PWGLF_DATAMODEL_LFSTRANGENESSTABLES_H_ |
12 | 13 | #define PWGLF_DATAMODEL_LFSTRANGENESSTABLES_H_ |
13 | 14 |
|
14 | | -#include <cmath> |
15 | | -#include <vector> |
16 | | -#include "Framework/AnalysisDataModel.h" |
| 15 | +#include "PWGLF/DataModel/EPCalibrationTables.h" |
| 16 | +#include "PWGLF/DataModel/SPCalibrationTables.h" |
| 17 | +#include "PWGUD/DataModel/UDTables.h" |
| 18 | + |
17 | 19 | #include "Common/Core/RecoDecay.h" |
18 | | -#include "CommonConstants/PhysicsConstants.h" |
| 20 | +#include "Common/DataModel/Centrality.h" |
19 | 21 | #include "Common/DataModel/EventSelection.h" |
| 22 | +#include "Common/DataModel/McCollisionExtra.h" // IWYU pragma: keep (FIXME: not used, remove asap) |
20 | 23 | #include "Common/DataModel/Multiplicity.h" |
21 | | -#include "Common/DataModel/Centrality.h" |
22 | 24 | #include "Common/DataModel/Qvectors.h" |
23 | | -#include "Common/DataModel/McCollisionExtra.h" |
24 | | -#include "PWGLF/DataModel/EPCalibrationTables.h" |
25 | | -#include "PWGLF/DataModel/SPCalibrationTables.h" |
26 | | -#include "PWGUD/DataModel/UDTables.h" |
| 25 | + |
| 26 | +#include <CommonConstants/PhysicsConstants.h> |
| 27 | +#include <Framework/ASoA.h> |
| 28 | +#include <Framework/AnalysisDataModel.h> |
| 29 | +#include <Framework/DataTypes.h> |
| 30 | +#include <Framework/Expressions.h> |
| 31 | + |
| 32 | +#include <array> |
| 33 | +#include <cmath> |
| 34 | +#include <cstdint> |
| 35 | +#include <vector> |
27 | 36 |
|
28 | 37 | namespace o2::aod |
29 | 38 | { |
|
0 commit comments