- Timestamp:
- 06/14/02 13:18:04 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1361 r1368 1 1 -*-*- END -*-*- 2 2002/06/14: Thomas Bretz 3 4 * mhist/MBinning.cc: 5 - Initialize the binning with 10 edges from 0 to 1 6 7 8 2 9 2002/06/13: Thomas Bretz 3 10 -
trunk/MagicSoft/Mars/mhist/MBinning.cc
r1330 r1368 45 45 fName = name ? name : "MBinning"; 46 46 fTitle = title ? title : "Container describing the binning of an axis"; 47 48 SetEdges(10, 0, 1); 47 49 } 48 50
Note:
See TracChangeset
for help on using the changeset viewer.