]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/rec/AliHLTMisc.cxx
Extacting the OCDB in a separate module. The detectors have write permission in the...
[u/mrichter/AliRoot.git] / HLT / rec / AliHLTMisc.cxx
index f419acb460db1f4df16bb1a841ac1f6762bd79dd..5d002c5d223a9d703d4c0b037a64b6d09c0467b8 100644 (file)
@@ -38,7 +38,7 @@ int AliHLTMiscInitCDB(const char* cdbpath)
       pCDB->SetDefaultStorage(cdbpath);
       log.Logging(kHLTLogDebug, "InitCDB", "CDB handling", "CDB instance 0x%x", pCDB);
     } else if (!pCDB->IsDefaultStorageSet()) {
-      const char* cdbUri="local://$ALICE_ROOT";
+      const char* cdbUri="local://$ALICE_ROOT/OCDB";
       pCDB->SetDefaultStorage(cdbUri);
       pCDB->SetRun(0);
       log.Logging(kHLTLogInfo, "InitCDB", "CDB handling", "set default URI: %s", cdbUri);