]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDarcHeader.h
New raw-reader class which deals with events taken from shared memory via the DATE...
[u/mrichter/AliRoot.git] / MUON / AliMUONDarcHeader.h
index 18185c0fb619e8de79c497185e83997e5a81d7bf..c8d879f88174e99c7a07c43a96e23a58b1d5e50d 100644 (file)
@@ -39,13 +39,14 @@ public:
    //GlobalFlag:1, CTP trig:1, DAQ:1, Reg pattern:8;
 
             /// Return event type
-   Bool_t  GetEventType()  const {return (fWord &  0x40000000);}
+   //Bool_t  GetEventType()  const {return (fWord &  0x40000000);}
+   Bool_t  GetEventType() const;
             /// Return Darc type
-   UChar_t GetDarcType()   const {return (UChar_t)(fWord >> 27) &  0x7;}
+   UChar_t GetDarcType()   const {return (UChar_t)(fWord >> 24) &  0x7;}
             /// Return serial number
-   UChar_t GetSerialNb()   const {return (UChar_t)(fWord >> 23) &  0xF;}
+   UChar_t GetSerialNb()   const {return (UChar_t)(fWord >> 20) &  0xF;}
             /// Return version
-   UChar_t GetVersion()    const {return (UChar_t)(fWord >> 15) &  0xFF;}
+   UChar_t GetVersion()    const {return (UChar_t)(fWord >> 13) &  0xFF;}
             /// Return VME trig
    Bool_t  GetVMETrig()    const {return (fWord &  0x800);}
             /// Return global flag