X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCclustererMI.h;h=70b5e8d5ba3bd64fcf05e0c5b5c7ab1da512733f;hb=307997c387d0e8fd77b8701532616ffd039753d3;hp=43c750dd84edb37b42a6caabb0d9a3e3446ac909;hpb=1c53abe24c5f70da7045524e204946b440fe5b21;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCclustererMI.h b/TPC/AliTPCclustererMI.h index 43c750dd84e..70b5e8d5ba3 100644 --- a/TPC/AliTPCclustererMI.h +++ b/TPC/AliTPCclustererMI.h @@ -1,6 +1,13 @@ #ifndef ALITPCCLUSTERERMI_H #define ALITPCCLUSTERERMI_H +/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * + * See cxx source for full Copyright notice */ + +/* $Id$ */ + + + //------------------------------------------------------- // TPC clusterer // @@ -14,13 +21,15 @@ class TFile; class AliTPCParam; class AliTPCclusterMI; class AliTPCClustersRow; +class AliRawReader; class AliSimDigits; class TTree; class AliTPCclustererMI : public TObject{ public: - AliTPCclustererMI(); - virtual void Digits2Clusters(const AliTPCParam *par, Int_t eventn=1); + AliTPCclustererMI(const AliTPCParam* par); + virtual void Digits2Clusters(); + virtual void Digits2Clusters(AliRawReader* rawReader); virtual void SetInput(TTree * tree); // set input tree with digits virtual void SetOutput(TTree * tree); //set output tree with private: @@ -35,6 +44,7 @@ private: void AddCluster(AliTPCclusterMI &c); // add the cluster to the array void UnfoldCluster(Int_t * matrix[7], Float_t recmatrix[5][5], Float_t & meani, Float_t & meanj, Float_t & sum, Float_t &overlap ); + void FindClusters();