We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5e20f commit c711285Copy full SHA for c711285
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx
@@ -59,7 +59,7 @@ void NoiseCalibratorSpec::init(InitContext& ic)
59
mPathDcs = ic.options().get<std::string>("path-DCS");
60
mOutputType = ic.options().get<std::string>("send-to-server");
61
mNoiseMapForDcs.clear();
62
- api.init("http://alice-ccdb.cern.ch");
+ api.init(o2::base::NameConf::getCCDBServer());
63
}
64
65
void NoiseCalibratorSpec::run(ProcessingContext& pc)
0 commit comments