Changeset 9891 for trunk/Mars


Ignore:
Timestamp:
08/24/10 21:59:06 (14 years ago)
Author:
tbretz
Message:
Fixed the 1D histograms in MJTrainCuts.
Location:
trunk/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Changelog

    r9889 r9891  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2010/08/24 Thomas Bretz
     22
     23   * mjtrain/MJTrainCuts.cc:
     24     - removed the SetDrawOption from the 1D histogram
     25
     26
    2027
    2128 2010/08/24 Reiner Rohlfs
  • trunk/Mars/mjtrain/MJTrainCuts.cc

    r9873 r9891  
    225225        h.SetAutoRange(kFALSE, kFALSE, kFALSE);
    226226        h.InitTitle(title);
    227         h.SetDrawOption("colz");
    228227    }
    229228
Note: See TracChangeset for help on using the changeset viewer.