]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterSplitterMLEM.h
Modifed the files to use the constants N_ZROWS_MOD and N_ZCOLUMNS_MOD in replacement
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterSplitterMLEM.h
index 1c7dc5bfdc9f51ef2084f5cd4e4220e9b8b67053..96d9ac629fb1f947396d61b5ec44c1a99b928083 100644 (file)
@@ -73,6 +73,8 @@ public:
   
   
   void UpdatePads(const AliMUONCluster& cluster, Int_t nfit, Double_t *par);
+  /// Set debug level
+  void SetDebug (Int_t debug) { fDebug = debug; }
 
 private:
   /// will not be implemented
@@ -90,6 +92,7 @@ private:
   Int_t fNpar; //!< number of fit parameters
   Double_t fQtot; //!< total charge
   Int_t fnCoupled; //!< number of coupled pixels ?
+  Int_t fDebug; //!< debug level
   
   ClassDef(AliMUONClusterSplitterMLEM,1) // 
 };