Changeset 15265


Ignore:
Timestamp:
04/05/13 17:58:19 (12 years ago)
Author:
tbretz
Message:
Adapted the display of the rate graph to the changed in the trgger rates reports.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r15245 r15265  
    16841684        TH1 *h = (TH1*)c->FindObject("TimeFrame");
    16851685
    1686         if (sdata.fTriggerRate<0)
     1686        if (sdata.fTimeStamp<=fTriggerRates.fTimeStamp)
    16871687        {
    16881688            fGraphFtmRate.Set(0);
     
    16911691
    16921692            h->SetBins(1, tm, tm+60);
    1693             h->GetXaxis()->SetTimeFormat("%M'%S\"");
     1693            h->GetXaxis()->SetTimeFormat("%M'%S\"%F1995-01-01 00:00:00 GMT");
    16941694            h->GetXaxis()->SetTitle("Time");
    16951695
     
    17091709        if (t1-t0>300)
    17101710        {
    1711             h->GetXaxis()->SetTimeFormat("%Hh%M'");
     1711            h->GetXaxis()->SetTimeFormat("%Hh%M'%F1995-01-01 00:00:00 GMT");
    17121712            h->GetXaxis()->SetTitle("Time");
    17131713        }
     
    22772277        graph.SetPointError(n, 0, rms);
    22782278
    2279         h->GetXaxis()->SetTimeFormat(now-xmin>300 ? "%Hh%M'" : "%M'%S\"");
     2279        h->GetXaxis()->SetTimeFormat(now-xmin>300 ? "%Hh%M'%F1995-01-01 00:00:00 GMT" : "%M'%S\"%F1995-01-01 00:00:00 GMT");
    22802280
    22812281        c->Modified();
     
    37123712        h->GetYaxis()->CenterTitle();
    37133713        h->GetXaxis()->SetTimeDisplay(true);
    3714         h->GetXaxis()->SetTimeFormat("%Mh%S'");
     3714        h->GetXaxis()->SetTimeFormat("%Mh%S'%F1995-01-01 00:00:00 GMT");
    37153715        h->GetXaxis()->SetLabelSize(0.025);
    37163716        h->GetYaxis()->SetLabelSize(0.025);
Note: See TracChangeset for help on using the changeset viewer.