Ignore:
Timestamp:
05/31/05 19:23:49 (20 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7112 r7119  
    306306    plot.SetDescription("Measures effective on time;T_{eff} [s]", "EffOn");
    307307    plot.Plot("Star.fEffOnTime",               0, 10000, 60);
     308    plot.SetDescription("Datarate [Hz]", "Rate");
     309    plot.Plot("Star.fDataRate",                0, 600, 10);
     310    plot.SetDescription("Maximum Humidity [%]", "Hum");
     311    plot.Plot("Star.fMaxHumidity",             0, 100, 1);
    308312    //muon
    309313    plot.SetDescription("Number of Muons after Muon Cuts;N [#]");
Note: See TracChangeset for help on using the changeset viewer.