File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ namespace common
4242struct StandardCCDBLoaderConfigurables : o2::framework::ConfigurableGroup {
4343 std::string prefix = " ccdb" ;
4444 o2::framework::Configurable<std::string> ccdburl{" ccdb-url" , " http://alice-ccdb.cern.ch" , " url of the ccdb repository" };
45- o2::framework::Configurable<std::string> lutPath{" lutPath" , " GLO/Param/MatLUT " , " Path of the Lut parametrization" };
45+ o2::framework::Configurable<std::string> lutPath{" lutPath" , " GLO/Param/MatLUTInner " , " Path of the Lut parametrization" };
4646 o2::framework::Configurable<std::string> grpmagPath{" grpmagPath" , " GLO/Config/GRPMagField" , " CCDB path of the GRPMagField object" };
4747 o2::framework::Configurable<std::string> grpPath{" grpPath" , " GLO/GRP/GRP" , " Path of the grp file" };
4848 o2::framework::Configurable<std::string> mVtxPath {" mVtxPath" , " GLO/Calib/MeanVertex" , " Path of the mean vertex file" };
You can’t perform that action at this time.
0 commit comments