- Timestamp:
- 08/25/10 17:26:22 (14 years ago)
- Location:
- trunk/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Changelog
r9891 r9892 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2010/08/25 Thomas Bretz 22 23 * mjtrain/MJTrainCuts.cc: 24 - fixed the SetDrawOption for the 2D histogram 25 26 20 27 21 28 2010/08/24 Thomas Bretz -
trunk/Mars/mjtrain/MJTrainCuts.cc
r9891 r9892 219 219 h.InitName(Form("%s%d;%d", name, fNx, fNx)); 220 220 } 221 v oid SetupHist(MHn &h, const char *name, const char *title) const221 virtual void SetupHist(MHn &h, const char *name, const char *title) const 222 222 { 223 223 SetupName(h, name); … … 290 290 { 291 291 h.InitName(Form("%s%d:%d;%d;%d", name, fNx, fNy, fNx, fNy)); 292 } 293 294 void SetupHist(MHn &h, const char *name, const char *title) const 295 { 296 HistSet1D::SetupHist(h, name, title); 297 h.SetDrawOption("colz"); 292 298 } 293 299
Note:
See TracChangeset
for help on using the changeset viewer.