X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCseed.h;h=2082ee49b9451861e698a0556c17c53fc84a26f4;hb=abb20887156c6a93f91659663e241f86c10beba6;hp=018fccdad17e9828ed4a19e429456b880844701b;hpb=f845ec0a6cd7bb7c66b36432e9b76ef0ed3a4293;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCseed.h b/TPC/AliTPCseed.h index 018fccdad17..2082ee49b94 100644 --- a/TPC/AliTPCseed.h +++ b/TPC/AliTPCseed.h @@ -77,8 +77,6 @@ class AliTPCseed : public AliTPCtrack { Float_t CookShape(Int_t type); // Float_t CookShape2(Int_t type,Bool_t withQ); void CookPID(); - Double_t Bethe(Double_t bg); // return bethe-bloch - Double_t BetheMass(Double_t mass=0.1057); // return bethe-bloch Bool_t IsActive() const { return !(fRemoval);} void Desactivate(Int_t reason){ fRemoval = reason;} AliTPCclusterMI* GetClusterPointer(Int_t i) const {return fClusterPointer[i];} @@ -139,7 +137,10 @@ class AliTPCseed : public AliTPCtrack { const TBits& GetClusterMap() const { return fClusterMap; }; const TBits& GetSharedMap() const { return fSharedMap; }; - Float_t CookdEdxNorm(Double_t low=0.05, Double_t up=0.70, Int_t type=0, Int_t i1=0, Int_t i2=159, Bool_t shapeNorm=kTRUE, Bool_t posNorm=kFALSE, Int_t padNorm=0); + Float_t CookdEdxNorm(Double_t low=0.05, Double_t up=0.70, Int_t type=0, Int_t i1=0, Int_t i2=159, Bool_t shapeNorm=kTRUE, Int_t posNorm=0, Int_t padNorm=0,Int_t returnVal=0); + + Float_t CookdEdxAnalytical(Double_t low=0.05, Double_t up=0.70, Int_t type=0, Int_t i1=0, Int_t i2=159, Int_t returnVal=0); + static void GetError(AliTPCclusterMI* cluster, AliExternalTrackParam * param, Double_t& erry, Double_t &errz); static void GetShape(AliTPCclusterMI* cluster, AliExternalTrackParam * param,