Changeset 2413 for trunk/MagicSoft


Ignore:
Timestamp:
10/20/03 18:00:36 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
2 edited

Legend:

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

    r2412 r2413  
    611611// Also layout the two statistic boxes and a legend.
    612612//
    613 void MH::DrawCopy(const TH1 &hist1, const TH1 &hist2, const TString title)
     613void MH::DrawSameCopy(const TH1 &hist1, const TH1 &hist2, const TString title)
    614614{
    615615    //
     
    700700// Also layout the two statistic boxes and a legend.
    701701//
    702 void MH::Draw(TH1 &hist1, TH1 &hist2, const TString title, TVirtualPad *pad)
     702void MH::DrawSame(TH1 &hist1, TH1 &hist2, const TString title, TVirtualPad *pad)
    703703{
    704704    //
     
    854854    return o;
    855855}
     856
    856857/*
    857858// --------------------------------------------------------------------------
     
    880881}
    881882*/
     883
    882884// --------------------------------------------------------------------------
    883885//
  • trunk/MagicSoft/Mars/mhist/MH.h

    r2412 r2413  
    6363    static Double_t GetBinCenterLog(const TAxis &axe, Int_t nbin);
    6464
    65     static void DrawCopy(const TH1 &hist1, const TH1 &hist2, const TString title);
    66     static void Draw(TH1 &hist1, TH1 &hist2, const TString title, TVirtualPad *pad=NULL);
     65    static void DrawSameCopy(const TH1 &hist1, const TH1 &hist2, const TString title);
     66    static void DrawSame(TH1 &hist1, TH1 &hist2, const TString title, TVirtualPad *pad=NULL);
    6767
    6868    TObject *Clone(const char *name="") const;
    69 
    70     // FIXME: Rename Draw-->Draw2 and remove this workaround...
    71     void Draw(Option_t *o="") { MParContainer::Draw(o); }
    7269
    7370    TObject *DrawClone(Option_t *opt, Int_t w, Int_t h) const
Note: See TracChangeset for help on using the changeset viewer.