]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONLocalStruct.h
Trigger data word reformatted with sign of deviation, some clean-up (Philippe C....
[u/mrichter/AliRoot.git] / MUON / AliMUONLocalStruct.h
index 696ce1896eb34a9ad12052ae5a6ec1ec8e93e15e..585ef91b7a691e9b5c18a04e3550ed88bcc48803 100644 (file)
@@ -55,7 +55,9 @@ public:
             /// Return Upos
    UChar_t  GetYPos() const {return fData[4] >> 10 &  0xF;}
             /// Return Xdev
-   UChar_t  GetXDev() const {return fData[4] >> 5  &  0x1F;}
+//   UChar_t  GetXDev() const {return fData[4] >> 5  &  0x1F;}
+   UChar_t  GetSXDev() const {return fData[4] >> 9  &  0x1;}
+   UChar_t  GetXDev() const {return fData[4] >> 5  &  0xF;}
             /// Return TriggerX
    Bool_t   GetTriggerX() const {return ((GetXDev() >> 4  & 0x1) && !(GetXDev() & 0xF));}
             /// Return Xpos