]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bug fixed (Valerie)
authorpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 31 Jan 2008 13:03:54 +0000 (13:03 +0000)
committerpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 31 Jan 2008 13:03:54 +0000 (13:03 +0000)
MUON/AliMUONLocalStruct.h

index 8a4a55da427e30f1988fba8a02d69acc9b4b6995..b6274b6e28a4dc7d7971e92e69fb649441100831 100644 (file)
@@ -92,9 +92,9 @@ public:
             /// Return local clock
    UInt_t  GetClock()   const {return fClk;}
             /// Return switch
-   UChar_t GetSwitch()  const {return (fEOS >> 2) & 0x3FF;}
+   UChar_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) ?