]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCseed.h
Filter out tag files (Marian)
[u/mrichter/AliRoot.git] / TPC / AliTPCseed.h
index 3e567448e8a9a7ebdd0d0a2a063605ceb478fc70..2184e8aa8f34737198c9a77e8bdcd7d303ce5320 100644 (file)
@@ -75,6 +75,7 @@ class AliTPCseed : public AliTPCtrack {
      Float_t  CookShape(Int_t type);
      void CookPID();
      Double_t Bethe(Double_t bg);     // return bethe-bloch
+     Double_t BetheMass(Double_t mass=0.1057);     // return bethe-bloch
      //     void CookdEdx2(Double_t low=0.05, Double_t up=0.70);
      Bool_t IsActive() const { return !(fRemoval);}
      void Desactivate(Int_t reason){ fRemoval = reason;} 
@@ -134,6 +135,8 @@ 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);
+
  private:
      //     AliTPCseed & operator = (const AliTPCseed &)
      //  {::Fatal("= operator","Not Implemented\n");return *this;}
@@ -173,7 +176,7 @@ class AliTPCseed : public AliTPCtrack {
      AliTPCTrackerPoint  fTrackPoints[160];  //track points - array track points
      TBits   fClusterMap;       // bit is 1 if track has a hit on padrow
      TBits   fSharedMap;        // bit is 1 if track shares a hit on padrow
-     ClassDef(AliTPCseed,2)  
+     ClassDef(AliTPCseed,3)  
 };