]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/MakeTRDFullMisAlignment.C
If not needed do not create the histograms in the neutral meson selection task
[u/mrichter/AliRoot.git] / TRD / MakeTRDFullMisAlignment.C
index dd8ed5a6827e363f60f28d908423965cc3ee6e17..0c5bf98008ca636c0f70ff9cc3cfd2480c3e7ace 100644 (file)
@@ -7,7 +7,7 @@ void MakeTRDFullMisAlignment(){
 
   // 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;