]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFLTMORData.h
#101318: Patch for various problems in AliROOT
[u/mrichter/AliRoot.git] / TOF / AliTOFLTMORData.h
index ce1f7a255d120ae56c266ce090f7878bb254ab09..96531ffbe789d414fdd7168d35cf6e9846376ea8 100644 (file)
 class AliTOFLTMORData
 {
  public:
-  UInt_t GetORValue1() {return fORValue1;};
-  UInt_t GetORValue2() {return fORValue2;};
-  UInt_t GetORValue3() {return fORValue3;};
-  UInt_t GetMBZ() {return fMBZ;};
+  UInt_t GetORValue1() const {return fORValue1;};
+  UInt_t GetORValue2() const {return fORValue2;};
+  UInt_t GetORValue3() const {return fORValue3;};
+  UInt_t GetMBZ() const {return fMBZ;};
  private:
   UInt_t fORValue1: 10;
   UInt_t fORValue2: 10;