Ignore:
Timestamp:
04/25/05 15:30:46 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhvstime
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhvstime/MHPixVsTime.cc

    r4891 r6977  
    206206// Return histogram of TGraph
    207207//
    208 TH1 *MHPixVsTime::GetHistByName(const TString name)
     208TH1 *MHPixVsTime::GetHistByName(const TString name) const
    209209{
    210210    return fGraph->GetHistogram();
  • trunk/MagicSoft/Mars/mhvstime/MHPixVsTime.h

    r4891 r6977  
    5252    void SetTitle(const char *title);
    5353
    54     TH1 *GetHistByName(const TString name="");
     54    TH1 *GetHistByName(const TString name="") const;
    5555    TGraph *GetGraph() { return fGraph; }
    5656
  • trunk/MagicSoft/Mars/mhvstime/MHSectorVsTime.cc

    r4893 r6977  
    231231// Return fHistogram from TGraph
    232232//
    233 TH1 *MHSectorVsTime::GetHistByName(const TString name)
     233TH1 *MHSectorVsTime::GetHistByName(const TString name) const
    234234{
    235235    return fGraph->GetHistogram();
  • trunk/MagicSoft/Mars/mhvstime/MHSectorVsTime.h

    r4891 r6977  
    6464    void SetAreaIndex(const TArrayI &a)  { fAreaIndex=a; }
    6565
    66     TH1 *GetHistByName(const TString name="");
     66    TH1 *GetHistByName(const TString name="") const;
    6767    //TGraph *GetGraph() { return fGraph; }
    6868
Note: See TracChangeset for help on using the changeset viewer.