Changeset 7033 for trunk/MagicSoft/Mars/mhvstime
- Timestamp:
- 05/13/05 19:26:28 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mhvstime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc
r5756 r7033 121 121 // -------------------------------------------------------------------------- 122 122 // 123 // Call SetMinimum of fGraph 124 // 125 void MHVsTime::SetMinimum(Double_t min) 126 { 127 if (fGraph) 128 fGraph->SetMinimum(0); 129 } 130 131 // -------------------------------------------------------------------------- 132 // 123 133 // Return the data members used by the data chain to be used in 124 134 // MTask::AddBranchToList … … 151 161 fGraph->SetPoint(0, 0, 0); // Dummy point! 152 162 fGraph->SetEditable(); // Used as flag: First point? yes/no 153 154 163 155 164 TString title(fData ? GetRule() : (TString)"Graph"); -
trunk/MagicSoft/Mars/mhvstime/MHVsTime.h
r4891 r7033 45 45 46 46 void SetScale(Double_t scale) { fScale = scale; } 47 void SetMinimum(Double_t min=-1111); 47 48 48 49 Int_t GetNbins() const;
Note:
See TracChangeset
for help on using the changeset viewer.