]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing warning if MUON hit branch is not present as required by Federico (Gines)
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Oct 2006 15:40:31 +0000 (15:40 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Oct 2006 15:40:31 +0000 (15:40 +0000)
MUON/AliMUONData.cxx

index 493ca151e31418126ca484f06c9b0197c824b674..2a98aebe9a33731da99268e5b2353331b421bca7 100644 (file)
@@ -976,7 +976,7 @@ void AliMUONData::SetTreeAddress(Option_t* option)
       branch->SetAddress(&fHits);
     }
     else { //can be invoked before branch creation
       branch->SetAddress(&fHits);
     }
     else { //can be invoked before branch creation
-      AliWarning(Form("(%s) Failed for Hits. Can not find branch in tree.",GetName()));
+      //AliWarning(Form("(%s) Failed for Hits. Can not find branch in tree.",GetName()));
     }
   }
   
     }
   }