]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/MakeITSMilleSuperModules.C
load AddTaskEmcalJet.C
[u/mrichter/AliRoot.git] / ITS / MakeITSMilleSuperModules.C
index c11ad76e43ec6adc15093eed7abfcdc9c9fe301d..5e881544d59d2964ce04836fda92582b392f2623 100644 (file)
@@ -26,7 +26,7 @@ void MakeITSMilleSuperModules(char *geomfile="geometry.root") {
   if (!geomfile) { // look for default geometry
     // 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;