]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Method to extract the TPC space-points added
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Feb 2006 13:50:00 +0000 (13:50 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Feb 2006 13:50:00 +0000 (13:50 +0000)
TPC/AliTPCtrackerMI.h

index 17cc3c59c82dc75369cd447ad3061971a331cacd..ad2987e98157761fb8e30386a404170b9120a122 100644 (file)
@@ -28,7 +28,7 @@ class AliESD;
 class TTree;
 class AliESDkink;
 class TTreeSRedirector;
-
+class AliTrackPoint;
 
 class AliTPCtrackerMI : public AliTracker {
 public:
@@ -75,7 +75,8 @@ public:
    
    Int_t FollowProlongation(AliTPCseed& t, Int_t rf=0, Int_t step=1);
    Int_t FollowProlongationFast(AliTPCseed& t, Int_t rf=0, Int_t step=1);
-   
+   Bool_t GetTrackPoint(Int_t index, AliTrackPoint &p ) const; 
+
    Int_t FollowBackProlongation(AliTPCseed& t, Int_t rf);
    Int_t FollowToNext(AliTPCseed& t, Int_t nr);
    Int_t FollowToNextFast(AliTPCseed& t, Int_t nr);