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/MHSectorVsTime.cc

    r7841 r7971  
    291291    }
    292292
     293    // This is not done automatically anymore since root 5.12/00
     294    // and it is necessary to force a proper update of the axis.
    293295    TH1 *h = fGraph->GetHistogram();
     296    if (h)
     297    {
     298        delete h;
     299        fGraph->SetHistogram(0);
     300        h = fGraph->GetHistogram();
     301    }
    294302
    295303    h->SetXTitle("Time");
Note: See TracChangeset for help on using the changeset viewer.