X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSClusterFinder.h;h=8afe5aeac64d38dbfb7a9fb50b918860bedf3567;hb=0ff6d0b8a484743d451cf7a610ae8e36eeb96687;hp=adda62389259eb26e9d36a34bdb000ed3caa74c9;hpb=00a7cc50a892d6950eb32c6eb20b2088fed1e164;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSClusterFinder.h b/ITS/AliITSClusterFinder.h index adda6238925..8afe5aeac64 100644 --- a/ITS/AliITSClusterFinder.h +++ b/ITS/AliITSClusterFinder.h @@ -19,7 +19,6 @@ class AliITSMap; class AliITSresponse; class AliITSsegmentation; class AliITSRawCluster; -class AliITSgeom; class AliITSdigit; class AliITSRecPoint; class AliITSDetTypeRec; @@ -112,10 +111,6 @@ class AliITSClusterFinder :public TObject{ void InitGeometry(); protected: - // methods - AliITSClusterFinder(const AliITSClusterFinder &source); // copy constructor - // assignment operator - AliITSClusterFinder& operator=(const AliITSClusterFinder &source); // data members Int_t fDebug; //! Debug flag/level @@ -134,13 +129,15 @@ class AliITSClusterFinder :public TObject{ Int_t fClusterSize; //! ClusterSize Int_t fNPeaks; //! NPeaks // Data members needed to fill AliCluster objects - Float_t fYshift[2200]; // y-shifts of detector local coor. systems - Float_t fZshift[2200]; // z-shifts of detector local coor. systems Int_t fNdet[2200]; // detector index Int_t fNlayer[2200]; // detector layer + AliITSClusterFinder(const AliITSClusterFinder &source); // copy constructor + // assignment operator + AliITSClusterFinder& operator=(const AliITSClusterFinder &source); + - ClassDef(AliITSClusterFinder,6) //Class for clustering and reconstruction of space points + ClassDef(AliITSClusterFinder,7) //Class for clustering and reconstruction of space points }; // Input and output functions for standard C++ input/output. ostream &operator<<(ostream &os,AliITSClusterFinder &source);