]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSFindClustersV2.C
minor fix
[u/mrichter/AliRoot.git] / ITS / AliITSFindClustersV2.C
index a38d3fa7a43fb969c5f0c476a9fd439c8248412a..e8cba5ad628258c078d989c024b0211e651a8bd1 100644 (file)
@@ -36,7 +36,7 @@ Int_t AliITSFindClustersV2(char *inputRawData = NULL,TString filename="galice.ro
   // set opt equal to "SPD" or to "SDD" or to "SSD" do build
   // rec points for individual subdetectors 
   if (gAlice) {
-    delete AliRunLoader::GetRunLoader();
+    delete AliRunLoader::Instance();
     delete gAlice;
     gAlice = NULL;
   }
@@ -61,7 +61,7 @@ Int_t AliITSFindClustersV2(char *inputRawData = NULL,TString filename="galice.ro
   AliCDBManager* man = AliCDBManager::Instance();
   if (!man->IsDefaultStorageSet()) {
     printf("Setting a local default storage and run number 0\n");
-    man->SetDefaultStorage("local://$ALICE_ROOT");
+    man->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
     man->SetRun(0);
   }
   else {