]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/MakeITSZeroMisAlignment.C
Fix warnings from Cerello
[u/mrichter/AliRoot.git] / ITS / MakeITSZeroMisAlignment.C
index 4cab933b81ceb05676433f10379a764795467d30..d61b64eef763a93db972bdd6a6823eff25b807e1 100644 (file)
@@ -7,7 +7,7 @@ void MakeITSZeroMisAlignment(){
 
   // Activate CDB storage and load geometry from CDB
   AliCDBManager* cdb = AliCDBManager::Instance();
-  if(!cdb->IsDefaultStorageSet()) cdb->SetDefaultStorage("local://$ALICE_ROOT");
+  if(!cdb->IsDefaultStorageSet()) cdb->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   cdb->SetRun(0);
   
   AliCDBStorage* storage = NULL;