]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFLTMPDLData.h
- fix for MC bugs in AliAnalysisTaskGammaCaloConv, fix for trivial bug in AliAnalysis...
[u/mrichter/AliRoot.git] / TOF / AliTOFLTMPDLData.h
index 2208bc1a897374042782a5e24dbdac1ce08fea6d..c107a49aaa6215180d760559c60060894a559d51 100644 (file)
 class AliTOFLTMPDLData
 {
  public:
-  UInt_t GetPDLValue1() {return fPDLValue1;};
-  UInt_t GetPDLValue2() {return fPDLValue2;};
-  UInt_t GetPDLValue3() {return fPDLValue3;};
-  UInt_t GetPDLValue4() {return fPDLValue4;};
+  UInt_t GetPDLValue1() const {return fPDLValue1;};
+  UInt_t GetPDLValue2() const {return fPDLValue2;};
+  UInt_t GetPDLValue3() const {return fPDLValue3;};
+  UInt_t GetPDLValue4() const {return fPDLValue4;};
  private:
   UInt_t fPDLValue1: 8;
   UInt_t fPDLValue2: 8;