File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818#include " Common/Core/CollisionTypeHelper.h"
1919
20+ #include < string>
2021#include < fairlogger/Logger.h>
2122
2223#include " DataFormatsParameters/GRPLHCIFData.h"
Original file line number Diff line number Diff line change 1515// / \brief Utility to handle the collision type from the GRP information
1616// /
1717
18+ #ifndef COMMON_CORE_COLLISIONTYPEHELPER_H_
19+ #define COMMON_CORE_COLLISIONTYPEHELPER_H_
20+
1821#include " DataFormatsParameters/GRPLHCIFData.h"
1922
23+ namespace o2 ::parameters
24+ {
25+ class GRPLHCIFData ;
26+ } // namespace o2::parameters
27+
2028// Container for the collision system type
2129struct CollisionSystemType {
2230 // Enum type for the collision system
@@ -32,4 +40,6 @@ struct CollisionSystemType {
3240 static std::string getCollisionSystemName (collType collSys);
3341
3442 static int getCollisionTypeFromGrp (o2::parameters::GRPLHCIFData* grplhcif);
35- };
43+ };
44+
45+ #endif // COMMON_CORE_COLLISIONTYPEHELPER_H_
You can’t perform that action at this time.
0 commit comments