]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/AliHMPIDPid.h
temporary dependecy on ANALYSIS
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDPid.h
index b8a4bb91f14338e5f63b6b103932dffddffdec9e..ef070bd7673247f67897cfafdbdf8b9cdd42785a 100644 (file)
@@ -23,7 +23,7 @@ public :
     virtual ~AliHMPIDPid() {;} //dtor
     
     void     FindPid(AliESDtrack *pESD,Double_t nmean,Int_t nsp,Double_t *prob);  //Find PID for tracks
-    Double_t Resolution(Double_t thetaCerTh, AliESDtrack *pTrk);   //Find the sigma for a given ThetaCerTh
+    Double_t Resolution(Int_t iPart, Double_t thetaCerTh, AliESDtrack *pTrk);   //Find the sigma for a given ThetaCerTh
 
 //
 protected: