diff --git a/Detectors/FIT/macros/fetchLUT.C b/Detectors/FIT/macros/fetchLUT.C index ef095530b4006..67cc5d60b014f 100644 --- a/Detectors/FIT/macros/fetchLUT.C +++ b/Detectors/FIT/macros/fetchLUT.C @@ -29,7 +29,7 @@ R__LOAD_LIBRARY(libO2DataFormatsFIT) void saveToCSV(const std::vector& lut, string_view path); void saveToRoot(std::shared_ptr> lut, string_view path); -void fetchLUT(const std::string ccdbUrl="alice-ccdb.cern.ch", const std::string detector="FT0", long timestamp = -1, const std::string fileName = "o2_lut.root") +void fetchLUT(const std::string ccdbUrl = "alice-ccdb.cern.ch", const std::string detector = "FT0", long timestamp = -1, const std::string fileName = "o2_lut.root") { o2::ccdb::CcdbApi ccdbApi; ccdbApi.init(ccdbUrl);