]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/AliHMPIDPid.h
add few ebe dihadron and jet correlation to be compared to normal dihadron correlation
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDPid.h
index 6ec3d89e846900c9a1eb140f90941378d3a9076f..ef070bd7673247f67897cfafdbdf8b9cdd42785a 100644 (file)
@@ -22,8 +22,8 @@ public :
              AliHMPIDPid();    //ctor
     virtual ~AliHMPIDPid() {;} //dtor
     
-    void     FindPid(AliESDtrack *pESD,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
+    void     FindPid(AliESDtrack *pESD,Double_t nmean,Int_t nsp,Double_t *prob);  //Find PID for tracks
+    Double_t Resolution(Int_t iPart, Double_t thetaCerTh, AliESDtrack *pTrk);   //Find the sigma for a given ThetaCerTh
 
 //
 protected: