]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterFinderVS.h
Standeard io streamers added to make debugging et al. easier.
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterFinderVS.h
index ee3fbcb913452a73144e6260f30c2f87dbdd7e84..6d432dfc867013bbdeed6bfbbeb3c0f71959226b 100644 (file)
@@ -58,9 +58,12 @@ class AliMUONClusterFinderVS : public TObject
     virtual Bool_t TestTrack(Int_t t);
 //  Assignment operator
     AliMUONClusterFinderVS & operator = (const AliMUONClusterFinderVS& rhs);
+//  debug level
+    void SetDebugLevel(Int_t level) {fDebugLevel = level;}
+    void SetGhostChi2Cut(Float_t cut) {fGhostChi2Cut = cut;}
 
  protected:
-    AliMUONClusterInput*    fInput;              // AliMUONClusterInput instance
+    AliMUONClusterInput*    fInput;              // AliMUONClusterInput instance
     AliMUONHitMapA1*        fHitMap[2];          // Hit Maps for cathode 1 and 2
     AliSegmentation*        fSeg[2];             // Segmentations for cathode 1 and 2
     
@@ -68,6 +71,9 @@ class AliMUONClusterFinderVS : public TObject
     Int_t                   fDeclusterFlag;      // flag for declusterin
     Int_t                   fClusterSize;        // cluster size 
     Int_t                   fNperMax;            // Maximum number of pads per peak
+    Float_t                 fGhostChi2Cut;       // Cut in charge matching chi2
+                                                // (2 degrees of freedom)
+                                                 // Used by ghost removal
 // Current decluster result    
     Int_t                   fMul[2];             // current multiplicity
     Int_t                   fNPeaks;             // number of local maxima
@@ -98,6 +104,8 @@ 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,1) //Class for clustering and reconstruction of space points
 };