]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFLTMADCData.h
added 0OMU trigger definition
[u/mrichter/AliRoot.git] / TOF / AliTOFLTMADCData.h
index 8d51cef9ccf9a1a390ac7eba06900138e8cad32e..1ba6ed26e766284d4f934c7b6a48584831fc7a4a 100644 (file)
 class AliTOFLTMADCData
 {
  public:
-  UInt_t GetADCValue1() {return fADCValue1;};
-  UInt_t GetADCValue2() {return fADCValue2;};
-  UInt_t GetADCValue3() {return fADCValue3;};
-  UInt_t GetMBZ() {return fMBZ;};
+  UInt_t GetADCValue1() const {return fADCValue1;};
+  UInt_t GetADCValue2() const {return fADCValue2;};
+  UInt_t GetADCValue3() const {return fADCValue3;};
+  UInt_t GetMBZ() const {return fMBZ;};
  private:
   UInt_t fADCValue1: 10;
   UInt_t fADCValue2: 10;