]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/AliFMDMCSharingFilter.cxx
remove buggy histos
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / AliFMDMCSharingFilter.cxx
index 1dca2b693f3b722f71a86e4986e29caec56e41f0..770c7c7fd629bd0262b7abbf34b50e649d940601 100644 (file)
@@ -39,7 +39,6 @@ ClassImp(AliFMDMCSharingFilter)
 ; // This is for Emacs
 #endif 
 
-
 //____________________________________________________________________
 AliFMDMCSharingFilter::AliFMDMCSharingFilter(const char* title)
   : AliFMDSharingFilter(title), 
@@ -249,6 +248,14 @@ AliFMDMCSharingFilter::ScaleHistograms(const TList* dir, Int_t nEvents)
   AliFMDSharingFilter::ScaleHistograms(dir, nEvents);
 }
 
+//____________________________________________________________________
+void
+AliFMDMCSharingFilter::SetDebug(Int_t dbg)
+{
+  AliFMDSharingFilter::SetDebug(dbg);
+  fTrackDensity.SetDebug(dbg > 2);
+}
+
 //____________________________________________________________________
 void
 AliFMDMCSharingFilter::Print(Option_t* option) const