]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/MakeTPCResMisAlignment.C
Revert "Revert "#103626: Commit DCal geometry to master" since the files are broken."
[u/mrichter/AliRoot.git] / TPC / MakeTPCResMisAlignment.C
index 617486c98f57c9ad7064ecb270b3b1cc1a33ed66..2462b0d983438f7e0e560b52cca3a19580639053 100644 (file)
@@ -5,7 +5,7 @@ void MakeTPCResMisAlignment(){
 
   // 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;