Changeset 2003


Ignore:
Timestamp:
04/24/03 12:53:49 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2002 r2003  
    2727   * mhist/MHCerPhotEvt.cc:
    2828     - removed ratio from Fill
     29
     30   * mhist/MH.h:
     31     - fixed a bug in the overloading of DrawClone
    2932
    3033
  • 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.