@@ -52,6 +52,9 @@ class NameConf : public o2::conf::ConfigurableParamHelper<NameConf>
5252 // Filename of general run parameters from ECS (GRPECS)
5353 static std::string getGRPECSFileName (const std::string_view prefix = STANDARDSIMPREFIX );
5454
55+ // Filename of general run parameters from LHCIF (GRPLHCIF)
56+ static std::string getGRPLHCIFFileName (const std::string_view prefix = STANDARDSIMPREFIX );
57+
5558 // Filename of general run parameters fof B field (GRPMagField)
5659 static std::string getGRPMagFieldFileName (const std::string_view prefix = STANDARDSIMPREFIX );
5760
@@ -133,6 +136,7 @@ class NameConf : public o2::conf::ConfigurableParamHelper<NameConf>
133136 static constexpr std::string_view DIGITS_STRING = " Digits" ; // hardcoded
134137 static constexpr std::string_view GRP_STRING = " grp" ; // hardcoded
135138 static constexpr std::string_view GRPECS_STRING = " grpecs" ; // hardcoded
139+ static constexpr std::string_view GRPLHCIF_STRING = " grplhcif" ; // hardcoded
136140 static constexpr std::string_view GRPMAGFIELD_STRING = " grpMagField" ; // hardcoded
137141 static constexpr std::string_view KINE_STRING = " Kine" ; // hardcoded
138142 static constexpr std::string_view MCHEADER_STRING = " MCHeader" ; // hardcoded
@@ -151,6 +155,7 @@ class NameConf : public o2::conf::ConfigurableParamHelper<NameConf>
151155 // these are configurable paths for some commonly used files
152156 std::string mDirGRP = " none" ; // directory for GRP file ("none" == "")
153157 std::string mDirGRPECS = " none" ; // directory for GRPECS file ("none" == "")
158+ std::string mDirGRPLHCIF = " none" ; // directory for GRPLHCIF file ("none" == "")
154159 std::string mDirGRPMagField = " none" ; // directory for GRPMagField file ("none" == "")
155160 std::string mDirGeom = " none" ; // directory for geometry file
156161 std::string mDirMatLUT = " none" ; // directory for material LUT
0 commit comments