]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - GRP/UpdateCDBIdealGeom.C
Extacting the OCDB in a separate module. The detectors have write permission in the...
[u/mrichter/AliRoot.git] / GRP / UpdateCDBIdealGeom.C
index 5f65de31b27d86e7d7f85f170cc8df371fd10e9f..7482fb17fc3a2cdfda667cfcc221c40916ccd2b1 100644 (file)
@@ -22,7 +22,7 @@ void UpdateCDBIdealGeom(const char* cdbUri, const char* cfgFile){
   // 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
   AliCDBStorage* storage = 0;
-  if(!cdb->IsDefaultStorageSet()) cdb->SetDefaultStorage("local://$ALICE_ROOT");
+  if(!cdb->IsDefaultStorageSet()) cdb->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   storage = cdb->GetStorage(cdbUri);
   if(!storage) 
   {