]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/scripts/FancyHits.C
Extacting the OCDB in a separate module. The detectors have write permission in the...
[u/mrichter/AliRoot.git] / FMD / scripts / FancyHits.C
index d7f880d82a5b23b8fda842cc973e55504cf94065..8acb5fe1f3f15797c45ac65a2cfe1a14c80f2cf7 100644 (file)
@@ -11,7 +11,7 @@ void
 FancyHits()
 {
   AliCDBManager* cdb = AliCDBManager::Instance();
-  cdb->SetDefaultStorage("local://$ALICE_ROOT");
+  cdb->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   gSystem->Load("libFMDutil.so");
   AliFMDFancy* d = new AliFMDFancy;
   d->AddLoad(AliFMDInput::kHits);