]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderV2.h
Splitting of the ITS libraries (M.Masera & E.Crescio)
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderV2.h
index 653f911efe9245bfa886a00e070ca06e38842d86..04602a9b5e8f76dd33106de950039ec52665dd3d 100644 (file)
@@ -9,24 +9,19 @@
 ////////////////////////////////////////////////////////////////////  
 #include "AliITSClusterFinder.h" 
 
-
-
-class AliITS;
 class AliITSclusterV2;
 class AliRawReader;
+class AliITSgeom;
 
 class AliITSClusterFinderV2 : public AliITSClusterFinder {
 public:
-  AliITSClusterFinderV2();
+  AliITSClusterFinderV2(AliITSgeom* geom);
   virtual ~AliITSClusterFinderV2() {;}
 
   void SetEvent(Int_t event) { fEvent=event; }
-  virtual void RawdataToClusters(AliRawReader* /*rawReader*/,TClonesArray** /*clusters*/){
+  virtual void RawdataToClusters(AliRawReader* /*rawReader*/,TClonesArray** /*clusters*/) {
     Warning("RawdataToClusters","Method not implemented in this class ");}
-  virtual Int_t  Hits2Clusters(TTree *in, TTree *out);
-
-
-
+  
 protected:
   class Ali1Dcluster {
   public: