]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITStrackerV2.h
Bug fix
[u/mrichter/AliRoot.git] / ITS / AliITStrackerV2.h
index 23689f7fb01cdba9b0d4041807edde08c100490d..8277a3b65580b44ef04f91afab28e22757cc553e 100644 (file)
@@ -9,12 +9,11 @@
 //           Origin: Iouri Belikov, CERN, Jouri.Belikov@cern.ch 
 //-------------------------------------------------------------------------
 #include "AliTracker.h"
-#include "AliITSrecoV2.h"
+#include "AliITSRecoParam.h"
 #include "AliITStrackV2.h"
 
 class AliITSRecPoint;
-class AliESD;
-class AliITSgeom;
+class AliESDEvent;
 class TTree;
 
 
@@ -22,7 +21,7 @@ class TTree;
 class AliITStrackerV2 : public AliTracker {
 public:
   AliITStrackerV2();
-  AliITStrackerV2(const AliITSgeom *geom);
+  AliITStrackerV2(const Char_t *geom);
   ~AliITStrackerV2(){}
   AliCluster *GetCluster(Int_t index) const;
   AliITSRecPoint *GetCluster(Int_t l, Int_t c) const {
@@ -33,9 +32,9 @@ public:
   }   
   Int_t LoadClusters(TTree *cf);
   void UnloadClusters();
-  Int_t Clusters2Tracks(AliESD *event);
-  Int_t PropagateBack(AliESD *event);
-  Int_t RefitInward(AliESD *event);
+  Int_t Clusters2Tracks(AliESDEvent *event);
+  Int_t PropagateBack(AliESDEvent *event);
+  Int_t RefitInward(AliESDEvent *event);
   Bool_t RefitAt(Double_t x, AliITStrackV2 *seed, 
                  const AliITStrackV2 *t, Bool_t extra=kFALSE);
   void SetupFirstPass(Int_t *flags, Double_t *cuts=0);