Ignore:
Timestamp:
09/26/06 11:45:32 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhvstime/MHPixVsTime.cc

    r7091 r7971  
    224224    TString str(opt);
    225225
     226    // This is not done automatically anymore since root 5.12/00
     227    // and it is necessary to force a proper update of the axis.
    226228    TH1 *h = fGraph->GetHistogram();
     229    if (h)
     230    {
     231        delete h;
     232        fGraph->SetHistogram(0);
     233        h = fGraph->GetHistogram();
     234    }
    227235
    228236    h->SetXTitle("Time");
Note: See TracChangeset for help on using the changeset viewer.