Index: trunk/Mars/Changelog
===================================================================
--- trunk/Mars/Changelog	(revision 9891)
+++ trunk/Mars/Changelog	(revision 9892)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2010/08/25 Thomas Bretz
+
+   * mjtrain/MJTrainCuts.cc:
+     - fixed the SetDrawOption for the 2D histogram
+
+
 
  2010/08/24 Thomas Bretz
Index: trunk/Mars/mjtrain/MJTrainCuts.cc
===================================================================
--- trunk/Mars/mjtrain/MJTrainCuts.cc	(revision 9891)
+++ trunk/Mars/mjtrain/MJTrainCuts.cc	(revision 9892)
@@ -219,5 +219,5 @@
         h.InitName(Form("%s%d;%d", name, fNx, fNx));
     }
-    void SetupHist(MHn &h, const char *name, const char *title) const
+    virtual void SetupHist(MHn &h, const char *name, const char *title) const
     {
         SetupName(h, name);
@@ -290,4 +290,10 @@
     {
         h.InitName(Form("%s%d:%d;%d;%d", name, fNx, fNy, fNx, fNy));
+    }
+
+    void SetupHist(MHn &h, const char *name, const char *title) const
+    {
+        HistSet1D::SetupHist(h, name, title);
+        h.SetDrawOption("colz");
     }
 
