X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=macros%2FMakeAllDETsZeroMisAlignment.C;h=27342c6a8b4d2b17cf2d4fe470424a798d0c1ab5;hb=66b7af3215a3a680e090fd5cdf3b161ab668ff8b;hp=1e328793114b09a132a59f6db4f76f093194b1e9;hpb=05b5ef6a52b8191ed84e053575d67fc5a325b4e8;p=u%2Fmrichter%2FAliRoot.git diff --git a/macros/MakeAllDETsZeroMisAlignment.C b/macros/MakeAllDETsZeroMisAlignment.C index 1e328793114..27342c6a8b4 100644 --- a/macros/MakeAllDETsZeroMisAlignment.C +++ b/macros/MakeAllDETsZeroMisAlignment.C @@ -14,7 +14,7 @@ void MakeAllDETsZeroMisAlignment(Char_t* CDBstorage = "local://$HOME/ZeroMisAlig }else{ gSystem->Setenv("TOCDB","kTRUE"); gSystem->Setenv("STORAGE",strStorage.Data()); - gSystem->Setenv("ARVERSION",ALIROOT_SVN_BRANCH); + gSystem->Setenv("ARVERSION",ALIROOT_BRANCH); } if(partialGeom){ gSystem->Setenv("REALSETUP","kTRUE"); @@ -25,7 +25,7 @@ void MakeAllDETsZeroMisAlignment(Char_t* CDBstorage = "local://$HOME/ZeroMisAlig // Load geometry from CDB updating it if we are producing the // alignment objects for the 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); if(strStorage.IsNull()){ //if we produce the objects into a file