]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDRMStatusHeader4.h
fixed coding conventions
[u/mrichter/AliRoot.git] / TOF / AliTOFDRMStatusHeader4.h
index bb528eeca30c18fe9b500d203f289a1533283675..d2a90b7563d676e81949627d377d223acffab8fb 100644 (file)
 class AliTOFDRMStatusHeader4
 {
  public:
-  UInt_t GetSlotID() {return fSlotID;};
-  UInt_t GetTemperature() {return fTemperature;};
-  UInt_t GetMBZ1() {return fMBZ1;};
-  UInt_t GetACKBit() {return fACKBit;};
-  UInt_t GetSensAD() {return fSensAD;};
-  UInt_t GetMBZ2() {return fMBZ2;};
-  UInt_t GetUNDEFINED() {return fUNDEFINED;};
-  UInt_t GetWordType() {return fWordType;};
+  UInt_t GetSlotID() const {return fSlotID;};
+  UInt_t GetTemperature() const {return fTemperature;};
+  UInt_t GetMBZ1() const {return fMBZ1;};
+  UInt_t GetACKBit() const {return fACKBit;};
+  UInt_t GetSensAD() const {return fSensAD;};
+  UInt_t GetMBZ2() const {return fMBZ2;};
+  UInt_t GetUNDEFINED() const {return fUNDEFINED;};
+  UInt_t GetWordType() const {return fWordType;};
  private:
   UInt_t fSlotID:      4;
   UInt_t fTemperature: 10;