]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDRMGlobalHeader.h
Improved memory usage (Ruben Shahoyan).
[u/mrichter/AliRoot.git] / TOF / AliTOFDRMGlobalHeader.h
index 4d8fbe500dd9422663a85b85ef1543407bdd42f4..75dab82e492be6aa0aa2f549da081598df4d5607 100644 (file)
 class AliTOFDRMGlobalHeader
 {
  public:
-  UInt_t GetSlotID() {return fSlotID;};
-  UInt_t GetEventWords() {return fEventWords;};
-  UInt_t GetDRMID() {return fDRMID;};
-  UInt_t GetWordType() {return fWordType;};
+  UInt_t GetSlotID() const {return fSlotID;};
+  UInt_t GetEventWords() const {return fEventWords;};
+  UInt_t GetDRMID() const {return fDRMID;};
+  UInt_t GetWordType() const {return fWordType;};
  private:
   UInt_t fSlotID:     4;
   UInt_t fEventWords: 17;