]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/MakeFMDFullMisAlignment.C
When Pt is bad defined (ex. no field), the multiple scattering effect is calculated...
[u/mrichter/AliRoot.git] / FMD / MakeFMDFullMisAlignment.C
index f92b52702522f9482cbe6a5a647403c3d77ff4b6..e1144c31230f6f18ee9fa0d1ab1d36eebe6817e5 100644 (file)
@@ -5,7 +5,7 @@ void MakeFMDFullMisAlignment()
 
   // 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);
 
   Bool_t    toCdb   = TString(gSystem->Getenv("TOCDB")) == TString("kTRUE");