]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDRMEventCRC.h
some coverity fixes
[u/mrichter/AliRoot.git] / TOF / AliTOFDRMEventCRC.h
index 0c2565b0306ea1356c935f150f53d8ce85292e61..2f243a3a2b5a1806b2af998bdcc90824e700f453 100644 (file)
 class AliTOFDRMEventCRC
 {
  public:
-  UInt_t GetSlotID() {return fSlotID;};
-  UInt_t GetEventCRC() {return fEventCRC;};
-  UInt_t GetUNDEFINED() {return fUNDEFINED;};
-  UInt_t GetWordType() {return fWordType;};
+  UInt_t GetSlotID() const {return fSlotID;};
+  UInt_t GetEventCRC() const {return fEventCRC;};
+  UInt_t GetUNDEFINED() const {return fUNDEFINED;};
+  UInt_t GetWordType() const {return fWordType;};
  private:
   UInt_t fSlotID:    4;
   UInt_t fEventCRC:  16;