X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCseed.h;h=2082ee49b9451861e698a0556c17c53fc84a26f4;hb=6a6ba9a28ffe11bc1d7cb69b44013fee8864d725;hp=d076f92df47843557324b1c5317b27b08f23f632;hpb=8a92e133db63932a908e868852daf090a230c068;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCseed.h b/TPC/AliTPCseed.h index d076f92df47..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];}