From 50648ff29d2306061ea9db00a35fe1d42a96b54a Mon Sep 17 00:00:00 2001 From: ddobrigk Date: Wed, 10 Jun 2026 16:00:19 +0200 Subject: [PATCH] [Common] Change default MatLUT thanks to @mvolkl --- Common/Tools/StandardCCDBLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Tools/StandardCCDBLoader.h b/Common/Tools/StandardCCDBLoader.h index 058342ce527..7171c5a849f 100644 --- a/Common/Tools/StandardCCDBLoader.h +++ b/Common/Tools/StandardCCDBLoader.h @@ -42,7 +42,7 @@ namespace common struct StandardCCDBLoaderConfigurables : o2::framework::ConfigurableGroup { std::string prefix = "ccdb"; o2::framework::Configurable ccdburl{"ccdb-url", "http://alice-ccdb.cern.ch", "url of the ccdb repository"}; - o2::framework::Configurable lutPath{"lutPath", "GLO/Param/MatLUT", "Path of the Lut parametrization"}; + o2::framework::Configurable lutPath{"lutPath", "GLO/Param/MatLUTInner", "Path of the Lut parametrization"}; o2::framework::Configurable grpmagPath{"grpmagPath", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object"}; o2::framework::Configurable grpPath{"grpPath", "GLO/GRP/GRP", "Path of the grp file"}; o2::framework::Configurable mVtxPath{"mVtxPath", "GLO/Calib/MeanVertex", "Path of the mean vertex file"};