Changeset 7971 for trunk/MagicSoft/Mars/mpointing/MHPointing.cc
- Timestamp:
- 09/26/06 11:45:32 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MHPointing.cc
r7842 r7971 214 214 void MHPointing::DrawGraph(TGraph &g, const char *y) const 215 215 { 216 // This is not done automatically anymore since root 5.12/00 217 // and it is necessary to force a proper update of the axis. 216 218 TH1 *h = g.GetHistogram(); 219 if (h) 220 { 221 delete h; 222 g.SetHistogram(0); 223 h = g.GetHistogram(); 224 } 217 225 if (h) 218 226 {
Note:
See TracChangeset
for help on using the changeset viewer.