Ignore:
Timestamp:
04/24/03 12:53:49 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MH.h

    r1992 r2003  
    6060
    6161    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    }
    6367
    6468    static TVirtualPad *GetNewPad(Option_t *opt);
Note: See TracChangeset for help on using the changeset viewer.