Skip to content

Commit 50648ff

Browse files
authored
[Common] Change default MatLUT
thanks to @mvolkl
1 parent f46209e commit 50648ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Tools/StandardCCDBLoader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace common
4242
struct 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"};

0 commit comments

Comments
 (0)