]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONLocalStruct.h
mixing example
[u/mrichter/AliRoot.git] / MUON / AliMUONLocalStruct.h
index b6274b6e28a4dc7d7971e92e69fb649441100831..ba1b269a6daf3c837f8947d679077b5939e43c26 100644 (file)
@@ -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;}