]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFLTMGlobalHeader.h
update of D0-HFE correlation
[u/mrichter/AliRoot.git] / TOF / AliTOFLTMGlobalHeader.h
index 7554946f3aa97861c9a1a45d58116a4970945a33..a485a3b3a7f580ce0e0763d47b07fe71050fd707 100644 (file)
 class AliTOFLTMGlobalHeader
 {
  public:
-  UInt_t GetSlotID() {return fSlotID;};
-  UInt_t GetEventWords() {return fEventWords;};
-  UInt_t GetCBit() {return fCBit;};
-  UInt_t GetFault() {return fFault;};
-  UInt_t GetUNDEFINED() {return fUNDEFINED;};
-  UInt_t GetWordType() {return fWordType;};
+  UInt_t GetSlotID() const {return fSlotID;};
+  UInt_t GetEventWords() const {return fEventWords;};
+  UInt_t GetCBit() const {return fCBit;};
+  UInt_t GetFault() const {return fFault;};
+  UInt_t GetUNDEFINED() const {return fUNDEFINED;};
+  UInt_t GetWordType() const {return fWordType;};
  private:
   UInt_t fSlotID:     4;
   UInt_t fEventWords: 13;