Changeset 15265
- Timestamp:
- 04/05/13 17:58:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r15245 r15265 1684 1684 TH1 *h = (TH1*)c->FindObject("TimeFrame"); 1685 1685 1686 if (sdata.fT riggerRate<0)1686 if (sdata.fTimeStamp<=fTriggerRates.fTimeStamp) 1687 1687 { 1688 1688 fGraphFtmRate.Set(0); … … 1691 1691 1692 1692 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"); 1694 1694 h->GetXaxis()->SetTitle("Time"); 1695 1695 … … 1709 1709 if (t1-t0>300) 1710 1710 { 1711 h->GetXaxis()->SetTimeFormat("%Hh%M' ");1711 h->GetXaxis()->SetTimeFormat("%Hh%M'%F1995-01-01 00:00:00 GMT"); 1712 1712 h->GetXaxis()->SetTitle("Time"); 1713 1713 } … … 2277 2277 graph.SetPointError(n, 0, rms); 2278 2278 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"); 2280 2280 2281 2281 c->Modified(); … … 3712 3712 h->GetYaxis()->CenterTitle(); 3713 3713 h->GetXaxis()->SetTimeDisplay(true); 3714 h->GetXaxis()->SetTimeFormat("%Mh%S' ");3714 h->GetXaxis()->SetTimeFormat("%Mh%S'%F1995-01-01 00:00:00 GMT"); 3715 3715 h->GetXaxis()->SetLabelSize(0.025); 3716 3716 h->GetYaxis()->SetLabelSize(0.025);
Note:
See TracChangeset
for help on using the changeset viewer.