X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TPC%2FMakeTPCResMisAlignment.C;h=2462b0d983438f7e0e560b52cca3a19580639053;hp=617486c98f57c9ad7064ecb270b3b1cc1a33ed66;hb=1db5efb514799c5f4886693484ee9fcdd5e72261;hpb=a24be56b08ef731a32c600e49534f4c4beb9370c diff --git a/TPC/MakeTPCResMisAlignment.C b/TPC/MakeTPCResMisAlignment.C index 617486c98f5..2462b0d9834 100644 --- a/TPC/MakeTPCResMisAlignment.C +++ b/TPC/MakeTPCResMisAlignment.C @@ -5,7 +5,7 @@ void MakeTPCResMisAlignment(){ // 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;