Changeset 2321 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 08/27/03 10:08:41 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH3.cc
r2300 r2321 116 116 117 117 if (fHist) 118 { 118 119 fHist->SetDirectory(NULL); 120 fHist->UseCurrentStyle(); 121 } 119 122 120 123 fScale[0] = 1; … … 140 143 fTitle = Form(gsDefTitle.Data(), 1); 141 144 145 fHist->UseCurrentStyle(); 142 146 fHist->SetDirectory(NULL); 143 147 fHist->SetYTitle("Counts"); … … 166 170 fTitle = Form(gsDefTitle.Data(), 2); 167 171 172 fHist->UseCurrentStyle(); 168 173 fHist->SetDirectory(NULL); 169 174 fHist->SetZTitle("Counts"); … … 192 197 fTitle = Form(gsDefTitle.Data(), 3); 193 198 199 fHist->UseCurrentStyle(); 194 200 fHist->SetDirectory(NULL); 195 201
Note:
See TracChangeset
for help on using the changeset viewer.