Changeset 2003 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 04/24/03 12:53:49 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH.h
r1992 r2003 60 60 61 61 void Draw(Option_t *o="") { MParContainer::Draw(o); } 62 TObject *DrawClone(Option_t *opt, Int_t w=580, Int_t h=435) const; 62 TObject *DrawClone(Option_t *opt, Int_t w, Int_t h) const; 63 TObject *DrawClone(Option_t *opt="") const 64 { 65 return MH::DrawClone(opt, 580, 435); 66 } 63 67 64 68 static TVirtualPad *GetNewPad(Option_t *opt);
Note:
See TracChangeset
for help on using the changeset viewer.