X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONLocalStruct.h;h=ba1b269a6daf3c837f8947d679077b5939e43c26;hb=bd0e81530434e60f06036a2ee112634aced4fe4d;hp=b6274b6e28a4dc7d7971e92e69fb649441100831;hpb=e445ce575f7623ee9398b501692b36169fed8e27;p=u%2Fmrichter%2FAliRoot.git 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;}