]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/MakeTRDZeroMisAlignment.C
Complete implementation of pools, see #88914. From rev. 53550,53557,53568 (Ruben)
[u/mrichter/AliRoot.git] / TRD / MakeTRDZeroMisAlignment.C
index ccfd10a258099ad61ea460e7eacc5cf2e5a5392b..07f10709754dc85a4836e41694ac31ddfd50d9d9 100644 (file)
@@ -7,7 +7,7 @@ void MakeTRDZeroMisAlignment(){
    
   // 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;