Changeset 7119 for trunk


Ignore:
Timestamp:
05/31/05 19:23:49 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7118 r7119  
    2323 2005/05/31 Daniela Dorner
    2424
    25    * datacenter/macros/fillstar.C:
     25   * datacenter/macros/fillstar.C, plotdb.C:
    2626     - added two new parameters
    2727
  • 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.