Changeset 6977 for trunk/MagicSoft/Mars/mhvstime
- Timestamp:
- 04/25/05 15:30:46 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mhvstime
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhvstime/MHPixVsTime.cc
r4891 r6977 206 206 // Return histogram of TGraph 207 207 // 208 TH1 *MHPixVsTime::GetHistByName(const TString name) 208 TH1 *MHPixVsTime::GetHistByName(const TString name) const 209 209 { 210 210 return fGraph->GetHistogram(); -
trunk/MagicSoft/Mars/mhvstime/MHPixVsTime.h
r4891 r6977 52 52 void SetTitle(const char *title); 53 53 54 TH1 *GetHistByName(const TString name="") ;54 TH1 *GetHistByName(const TString name="") const; 55 55 TGraph *GetGraph() { return fGraph; } 56 56 -
trunk/MagicSoft/Mars/mhvstime/MHSectorVsTime.cc
r4893 r6977 231 231 // Return fHistogram from TGraph 232 232 // 233 TH1 *MHSectorVsTime::GetHistByName(const TString name) 233 TH1 *MHSectorVsTime::GetHistByName(const TString name) const 234 234 { 235 235 return fGraph->GetHistogram(); -
trunk/MagicSoft/Mars/mhvstime/MHSectorVsTime.h
r4891 r6977 64 64 void SetAreaIndex(const TArrayI &a) { fAreaIndex=a; } 65 65 66 TH1 *GetHistByName(const TString name="") ;66 TH1 *GetHistByName(const TString name="") const; 67 67 //TGraph *GetGraph() { return fGraph; } 68 68
Note:
See TracChangeset
for help on using the changeset viewer.