X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSGeoPlot.C;h=ecf9def8052559a85f751c4b270705e1b675ef96;hb=1afa951f28e5a1d66cb0b78bb90e895caebe1579;hp=3ceeab904b2e0148013e8f0a050c0aa4da89bd4c;hpb=880d6abe35e4eda0655e306b5b20987ed93f20fc;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSGeoPlot.C b/ITS/AliITSGeoPlot.C index 3ceeab904b2..ecf9def8052 100644 --- a/ITS/AliITSGeoPlot.C +++ b/ITS/AliITSGeoPlot.C @@ -101,7 +101,7 @@ Int_t AliITSGeoPlot (Int_t evesel=0, char *opt="All+ClustersV2", TString filenam } else { if(gAlice){ - delete AliRunLoader::GetRunLoader(); + delete AliRunLoader::Instance(); delete gAlice; gAlice=0; } @@ -110,7 +110,7 @@ Int_t AliITSGeoPlot (Int_t evesel=0, char *opt="All+ClustersV2", TString filenam 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 {