Changeset 3789 for trunk/MagicSoft
- Timestamp:
- 04/21/04 15:53:00 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mhbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MBinning.cc
r3788 r3789 64 64 } 65 65 66 MBinning::MBinning(Int_t nbins, Axis_t lo, Axis_t hi, const char *name, const char *opt ="", const char *title=NULL)66 MBinning::MBinning(Int_t nbins, Axis_t lo, Axis_t hi, const char *name, const char *opt, const char *title) 67 67 { 68 68 fName = name ? name : gsDefName.Data(); -
trunk/MagicSoft/Mars/mhbase/MFillH.cc
r3788 r3789 343 343 // status display. 344 344 // 345 void MFillH::SetDrawOption(Option_t *option ="")345 void MFillH::SetDrawOption(Option_t *option) 346 346 { 347 347 fDrawOption = option;
Note:
See TracChangeset
for help on using the changeset viewer.