X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TOF%2FAliTOFLTMORData.h;h=96531ffbe789d414fdd7168d35cf6e9846376ea8;hp=ce1f7a255d120ae56c266ce090f7878bb254ab09;hb=c2aad3ae1100f4f7bc489afceea36a03dfce5163;hpb=5b4ed716c7369afb50fc61c9cfd50a0ead48fc3a diff --git a/TOF/AliTOFLTMORData.h b/TOF/AliTOFLTMORData.h index ce1f7a255d1..96531ffbe78 100644 --- a/TOF/AliTOFLTMORData.h +++ b/TOF/AliTOFLTMORData.h @@ -17,10 +17,10 @@ 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;