X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSClusterFinder.h;fp=ITS%2FAliITSClusterFinder.h;h=6c9cfa91b92d603d6a0913e318954016665cbae2;hb=93f82b23802d427ab80fa9fbc6d1398d8441e7f2;hp=5e4ac22b9e37e5d6aacb0d2e5ed2e07f5e29fe9a;hpb=1b564e48131ad20bdc8d2f2643405b54590b4451;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSClusterFinder.h b/ITS/AliITSClusterFinder.h index 5e4ac22b9e3..6c9cfa91b92 100644 --- a/ITS/AliITSClusterFinder.h +++ b/ITS/AliITSClusterFinder.h @@ -49,17 +49,17 @@ class AliITSClusterFinder :public TObject{ return fResponse;} virtual AliITSsegmentation * GetSeg(){// Returns fSegmentation return fSegmentation;} - virtual Int_t GetNRawClusters(){ // returns fNRawClusters + virtual Int_t GetNRawClusters() const { // returns fNRawClusters return fNRawClusters;} AliITSMap *Map() {// map return fMap;} - virtual Int_t GetNperMax(){ // returns fNperMax + virtual Int_t GetNperMax() const { // returns fNperMax return fNperMax;} - virtual Int_t GetDeclusterFlag(){ // returns fDeclusterFlag + virtual Int_t GetDeclusterFlag() const { // returns fDeclusterFlag return fDeclusterFlag;} - virtual Int_t GetClusterSize(){ // returns fClusterSize + virtual Int_t GetClusterSize() const { // returns fClusterSize return fClusterSize;} - virtual Int_t GetNPeaks(){ // returns fNPeaks + virtual Int_t GetNPeaks() const { // returns fNPeaks return fNPeaks;} // virtual void AddCluster(Int_t branch, AliITSRawCluster *c); @@ -102,10 +102,10 @@ class AliITSClusterFinder :public TObject{ // set the fitting methods in the derived classes // data members +protected: TClonesArray *fDigits; //! digits Int_t fNdigits; //! num of digits - protected: AliITSresponse *fResponse; //! response AliITSsegmentation *fSegmentation; //!segmentation Int_t fNRawClusters; //! in case we split the cluster