From 4133c0aaa75f1d4539fd64d981748ef73cbf8871 Mon Sep 17 00:00:00 2001 From: hristov Date: Mon, 16 Feb 2004 15:03:45 +0000 Subject: [PATCH] Removing NEwIO warnings --- MUON/AliMUON.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MUON/AliMUON.cxx b/MUON/AliMUON.cxx index b6a3b26262c..11889722b15 100644 --- a/MUON/AliMUON.cxx +++ b/MUON/AliMUON.cxx @@ -237,6 +237,7 @@ Int_t AliMUON::DistancetoPrimitive(Int_t , Int_t ) void AliMUON::SetTreeAddress() { GetMUONData()->SetLoader(fLoader); + GetMUONData()->MakeBranch("D,RC"); GetMUONData()->SetTreeAddress("H,D,RC"); fHits = GetMUONData()->Hits(); // Added by Ivana to use the methods FisrtHit, NextHit of AliDetector } @@ -447,7 +448,7 @@ AliLoader* AliMUON::MakeLoader(const char* topfoldername) } //_______________________________________________________________________ -void AliMUON::Trigger(Int_t nev){ +void AliMUON::Trigger(Int_t /*nev*/){ // call the Trigger Algorithm and fill TreeR Int_t singlePlus[3] = {0,0,0}; -- 2.31.1