From 2c85fbc97a8448cd0b452bc993169a485a999c48 Mon Sep 17 00:00:00 2001 From: pcrochet Date: Thu, 6 Mar 2008 13:59:41 +0000 Subject: [PATCH] bug fixed (Valerie) --- MUON/AliMUONLocalStruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MUON/AliMUONLocalStruct.h b/MUON/AliMUONLocalStruct.h index b6274b6e28a..ba1b269a6da 100644 --- a/MUON/AliMUONLocalStruct.h +++ b/MUON/AliMUONLocalStruct.h @@ -92,7 +92,7 @@ public: /// Return local clock UInt_t GetClock() const {return fClk;} /// Return switch - UChar_t GetSwitch() const {return (fEOS >> 1) & 0x3FF;} + UShort_t GetSwitch() const {return (fEOS >> 1) & 0x3FF;} /// Return ComptXY UChar_t GetComptXY() const {return fEOS & 1;} -- 2.43.0