Changeset 2321 for trunk/MagicSoft
- Timestamp:
- 08/27/03 10:08:41 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2320 r2321 1 1 -*-*- END OF LINE -*-*- 2 3 2003/08/27: Thomas Bretz 4 5 * mhist/MH3.cc: 6 - fixed missing UseCurrentStyle for newer root versions 7 8 2 9 3 10 2003/08/26: Thomas Bretz -
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.