Changeset 7033 for trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc
- Timestamp:
- 05/13/05 19:26:28 (20 years ago)
- File:
-
- 1 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");
Note:
See TracChangeset
for help on using the changeset viewer.