]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinder.h
Fixes to coding conventions violations
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinder.h
index 5e4ac22b9e37e5d6aacb0d2e5ed2e07f5e29fe9a..6c9cfa91b92d603d6a0913e318954016665cbae2 100644 (file)
@@ -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