]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEERBase/AliTPCPIDResponse.h
Updates in order to enable the '2D' PID for the TRD developed by Daniel Lohner.
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliTPCPIDResponse.h
index 8101f432ab713480651542b2f528d551ae34137b..94673a0c26ec632bf265296f889ecc8c39192696 100644 (file)
@@ -49,6 +49,9 @@ public:
   }
 
   Double_t GetMIP() const { return fMIP;} 
+  Float_t  GetRes0()  const { return fRes0;  }
+  Float_t  GetResN2() const { return fResN2; }
+
 private:
   Float_t fMIP;          // dEdx for MIP
   Float_t fRes0;         // relative dEdx resolution  rel sigma = fRes0*sqrt(1+fResN2/npoint)