Changeset 2003 for trunk/MagicSoft/Mars
- Timestamp:
- 04/24/03 12:53:49 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2002 r2003 27 27 * mhist/MHCerPhotEvt.cc: 28 28 - removed ratio from Fill 29 30 * mhist/MH.h: 31 - fixed a bug in the overloading of DrawClone 29 32 30 33 -
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.