X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=GRP%2FUpdateCDBCTPConfig.C;h=77fb9ebc874ea92b1ebb1f1fce83067b75aeb2a3;hb=320923dcdbdfd51e2a95d4abc9930150add73341;hp=1bb6d3c84548d1989e0d907488296bd8773dced8;hpb=bf24c65f849c87d967671b4cd1af857136ec12a2;p=u%2Fmrichter%2FAliRoot.git diff --git a/GRP/UpdateCDBCTPConfig.C b/GRP/UpdateCDBCTPConfig.C index 1bb6d3c8454..77fb9ebc874 100644 --- a/GRP/UpdateCDBCTPConfig.C +++ b/GRP/UpdateCDBCTPConfig.C @@ -7,7 +7,7 @@ void UpdateCDBCTPConfig(const char *CTPcfg, const char* cdbUri, const char* cfgF AliCDBManager* cdb = AliCDBManager::Instance(); // we set the default storage to the repository because some dets require // already at the time of geometry creation to find calibration objects in the cdb - if(!cdb->IsDefaultStorageSet()) cdb->SetDefaultStorage("local://$ALICE_ROOT"); + if(!cdb->IsDefaultStorageSet()) cdb->SetDefaultStorage("local://$ALICE_ROOT/OCDB"); AliCDBStorage* storage = cdb->GetStorage(cdbUri); cdb->SetRun(0); AliCDBId id("GRP/CTP/Config",0,AliCDBRunRange::Infinity());