]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterFinderVS.h
Remove obselete members and methods (Ch. Finck)
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterFinderVS.h
index 7e72fa8680cfc58b5c6c3ffb43e72be0a324dcb4..d3ccb5c38378c44a7a58790b69df1dd008a158c7 100644 (file)
@@ -55,8 +55,6 @@ class AliMUONClusterFinderVS : public TObject
     virtual void AddRawCluster(AliMUONRawCluster& cluster);
 //  Set tracks for debugging    
     virtual void SetTracks(Int_t t1, Int_t t2) {fTrack[0]=t1; fTrack[1]=t2;}
-//  debug level
-    void SetDebugLevel(Int_t level) {fDebugLevel = level;}
     void SetGhostChi2Cut(Float_t cut) {fGhostChi2Cut = cut;}
 // get raw cluster pointer 
     TClonesArray*  GetRawClusters() {return fRawClusters;}
@@ -112,7 +110,6 @@ class AliMUONClusterFinderVS : public TObject
     // Selected track for debugging
     Int_t                    fTrack[2];        // Only digits with main contributions from these tracks are
     // considered 
-    Int_t                    fDebugLevel;      // prinout control
     
     //  Return pointer to raw clusters    
     ClassDef(AliMUONClusterFinderVS,2) //Class for clustering and reconstruction of space points