]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MakeMUONFullMisAlignment.C
Correct range of board numbers, 1-234 (Bogdan)
[u/mrichter/AliRoot.git] / MUON / MakeMUONFullMisAlignment.C
index 448435affa43fbf9d8871f51377d91cbaa4ada00..61677fbd7cfc19b3e9b6daa925d67a20c31ea486 100644 (file)
@@ -49,7 +49,7 @@ void MakeMUONFullMisAlignment()
   
   AliCDBStorage* storage;
   
-  if( gSystem->Getenv("TOCDB") == TString("kTRUE") ){
+  if( TString(gSystem->Getenv("TOCDB")) == TString("kTRUE") ){
     TString Storage = gSystem->Getenv("STORAGE");
     if(!Storage.BeginsWith("local://") && !Storage.BeginsWith("alien://")) {
       Error(macroname,"STORAGE variable set to %s is not valid. Exiting\n",Storage.Data());