Ignore:
Timestamp:
04/05/06 13:06:12 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r7625 r7627  
    425425    plot.SetDescription("Measures effective on time;T_{eff} [s]", "EffOn");
    426426    plot.Plot("Star.fEffOnTime",               0, 10000, 150);
     427    plot.SetDescription("Relative effective on time;T_{eff}/T_{obs} [ratio]", "RelTime");
     428    plot.Plot("Star.fEffOnTime/Sequences.fRunTime",    0, 1.5, 0.01);
    427429    plot.SetDescription("Datarate [Hz]", "Rate");
    428430    plot.Plot("Star.fDataRate",                0, 600, 10);
Note: See TracChangeset for help on using the changeset viewer.