Skip to content

Commit 2ca4a18

Browse files
authored
Update StandardCCDBLoader.h
1 parent 27dd239 commit 2ca4a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Common/Tools/StandardCCDBLoader.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ struct StandardCCDBLoaderConfigurables : o2::framework::ConfigurableGroup {
4343
o2::framework::Configurable<std::string> ccdburl{"ccdb-url", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};
4444
o2::framework::Configurable<std::string> lutPath{"lutPath", "GLO/Param/MatLUT", "Path of the Lut parametrization"};
4545
o2::framework::Configurable<std::string> grpmagPath{"grpmagPath", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object"};
46+
o2::framework::Configurable<std::string> grpPath{"grpPath", "GLO/GRP/GRP", "Path of the grp file"};
4647
o2::framework::Configurable<std::string> mVtxPath{"mVtxPath", "GLO/Calib/MeanVertex", "Path of the mean vertex file"};
4748
};
4849

0 commit comments

Comments
 (0)