]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFTRMGlobalHeader.h
extra bit for TPC and Global constrained flagging
[u/mrichter/AliRoot.git] / TOF / AliTOFTRMGlobalHeader.h
index 0ae0d551fcd322fd1e5d9fcc86ab42341796034e..4554df83483fe407b60bb206d371bce1fa89b38b 100644 (file)
 class AliTOFTRMGlobalHeader
 {
  public:
-  UInt_t GetSlotID() {return fSlotID;};
-  UInt_t GetEventWords() {return fEventWords;};
-  UInt_t GetACQBits() {return fACQBits;};
-  UInt_t GetLBit() {return fLBit;};
-  UInt_t GetEBit() {return fEBit;};
-  UInt_t GetMBZ() {return fMBZ;};
-  UInt_t GetWordType() {return fWordType;};
+  UInt_t GetSlotID() const {return fSlotID;};
+  UInt_t GetEventWords() const {return fEventWords;};
+  UInt_t GetACQBits() const {return fACQBits;};
+  UInt_t GetLBit() const {return fLBit;};
+  UInt_t GetEBit() const {return fEBit;};
+  UInt_t GetMBZ() const {return fMBZ;};
+  UInt_t GetWordType() const {return fWordType;};
  private:
   UInt_t fSlotID:     4;
   UInt_t fEventWords: 13;