X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONLocalStruct.h;h=ba1b269a6daf3c837f8947d679077b5939e43c26;hb=ff672838dfa47233e0209e2ca2f4e213c2474b22;hp=8a4a55da427e30f1988fba8a02d69acc9b4b6995;hpb=69d7ac2ece301a87a0c72e6578c998781b5617b8;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONLocalStruct.h b/MUON/AliMUONLocalStruct.h index 8a4a55da427..ba1b269a6da 100644 --- a/MUON/AliMUONLocalStruct.h +++ b/MUON/AliMUONLocalStruct.h @@ -92,9 +92,9 @@ public: /// Return local clock UInt_t GetClock() const {return fClk;} /// Return switch - UChar_t GetSwitch() const {return (fEOS >> 2) & 0x3FF;} + UShort_t GetSwitch() const {return (fEOS >> 1) & 0x3FF;} /// Return ComptXY - UChar_t GetComptXY() const {return fEOS & 3;} + UChar_t GetComptXY() const {return fEOS & 1;} /// Return XY1 UShort_t GetXY1(Int_t n) const {return (n % 2 == 0) ?