]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDRMStatusHeader2.h
fixed coding conventions
[u/mrichter/AliRoot.git] / TOF / AliTOFDRMStatusHeader2.h
index 09eade0c0fdd01a6268233811a39763c73e3985f..3c4ee12dad3654e5d8f5c590e9c7b469ba405c78 100644 (file)
 class AliTOFDRMStatusHeader2
 {
  public:
-  UInt_t GetSlotID() {return fSlotID;};
-  UInt_t GetSlotEnableMask() {return fSlotEnableMask;};
-  UInt_t GetMBZ() {return fMBZ;};
-  UInt_t GetFaultID() {return fFaultID;};
-  UInt_t GetRTOBit() {return fRTOBit;};
-  UInt_t GetWordType() {return fWordType;};
+  UInt_t GetSlotID() const {return fSlotID;};
+  UInt_t GetSlotEnableMask() const {return fSlotEnableMask;};
+  UInt_t GetMBZ() const {return fMBZ;};
+  UInt_t GetFaultID() const {return fFaultID;};
+  UInt_t GetRTOBit() const {return fRTOBit;};
+  UInt_t GetWordType() const {return fWordType;};
  private:
   UInt_t fSlotID:         4;
   UInt_t fSlotEnableMask: 11;