File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed
Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 88// In applying this license CERN does not waive the privileges and immunities
99// granted to it by virtue of its status as an Intergovernmental Organization
1010// or submit itself to any jurisdiction.
11+
1112#ifndef PWGLF_DATAMODEL_LFSTRANGENESSTABLES_H_
1213#define PWGLF_DATAMODEL_LFSTRANGENESSTABLES_H_
1314
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+
1719#include " Common/Core/RecoDecay.h"
18- #include " CommonConstants/PhysicsConstants .h"
20+ #include " Common/DataModel/Centrality .h"
1921#include " Common/DataModel/EventSelection.h"
22+ #include " Common/DataModel/McCollisionExtra.h" // IWYU pragma: keep (FIXME: not used, remove asap)
2023#include " Common/DataModel/Multiplicity.h"
21- #include " Common/DataModel/Centrality.h"
2224#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/AnalysisDataModel.h>
28+ #include < Framework/DataTypes.h>
29+
30+ #include < array>
31+ #include < cmath>
32+ #include < cstdint>
33+ #include < vector>
2734
2835namespace o2 ::aod
2936{
You can’t perform that action at this time.
0 commit comments