Ignore:
Timestamp:
06/16/08 15:58:28 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8961 r8965  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.44 2008-06-15 19:09:19 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.45 2008-06-16 14:58:26 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    280280
    281281        // draw TGraph
     282        gROOT->SetSelectedPad(0);
    282283        gt.DrawClone("AP");
    283284        if (gt0.GetN()>0)
     
    363364
    364365        // draw graph
     366        gROOT->SetSelectedPad(0);
    365367        gz.DrawClone("AP");
    366368
     
    599601    plot.Plot("Star.fMuonRate",                0, 2.0, 0.05);
    600602    //quality
     603    plot.SetDescription("Datarate [Hz]", "Rate");
     604    plot.Plot("Star.fDataRate",                0, 600, 10);
    601605    plot.SetDescription("Camera Inhomogeneity;\\sigma [%]", "Inhom");
    602606    plot.Plot("Star.fInhomogeneity",           0, 100, 1);
    603607    plot.SetDescription("Camera Spark Rate;R [Hz]", "Sparks");
    604608    plot.Plot("Star.fSparkRate",               0.075, 2.425, 0.05);
     609    plot.SetDescription("Relative effective on time;T_{eff}/T_{obs} [ratio]", "RelTime");
     610    plot.Plot("Star.fEffOnTime/Sequences.fRunTime",    0.006, 1.506, 0.01);
    605611    //imgpar
    606612    plot.SetDescription("Mean Number of Islands after cleaning;N [#]", "NumIsl");
    607613    plot.Plot("Star.fMeanNumberIslands",       0.5, 4.5, 0.01);
    608     plot.SetDescription("Measures effective on time;T_{eff} [s]", "EffOn");
    609     plot.Plot("Star.fEffOnTime",               0, 10000, 150);
    610     plot.SetDescription("Relative effective on time;T_{eff}/T_{obs} [ratio]", "RelTime");
    611     plot.Plot("Star.fEffOnTime/Sequences.fRunTime",    0.006, 1.506, 0.01);
    612     plot.SetDescription("Datarate [Hz]", "Rate");
    613     plot.Plot("Star.fDataRate",                0, 600, 10);
     614    //weather
     615    plot.SetDescription("Average Temperature [\\circ C];T [\\circ C]", "Temp");
     616    plot.Plot("Star.fAvgTemperature",        -5, 25, 1);
    614617    plot.SetDescription("Average Cloudiness [%]", "AvgClouds");
    615618    plot.Plot("Star.fAvgCloudiness",           0, 100, 1);
    616619    plot.SetDescription("RMS Cloudiness [%]", "RmsClouds");
    617     plot.Plot("Star.fRmsCloudiness",           0, 100, 1);
     620    plot.Plot("Star.fRmsCloudiness",           0,  30, 1);
    618621    plot.SetDescription("Sky Temperature [K]", "SkyTemp");
    619     plot.Plot("Star.fAvgTempSky",         150, 300, 1);
     622    plot.Plot("Star.fAvgTempSky",         180, 280, 1);
    620623    plot.SetDescription("Maximum Humidity [%]", "MaxHum");
    621624    plot.Plot("Star.fMaxHumidity",             0, 100, 1);
    622625    plot.SetDescription("Average Humidity [%]", "AvgHum");
    623626    plot.Plot("Star.fAvgHumidity",             0, 100, 1);
    624     plot.SetDescription("Average Temperature [\\circ C];T [\\circ C]", "Temp");
    625     plot.Plot("Star.fAvgTemperature",        -5, 25, 1);
    626627    plot.SetDescription("Average Wind Speed [km/h];v [km/h]", "Wind");
    627628    plot.Plot("Star.fAvgWindSpeed",        0, 50, 1);
Note: See TracChangeset for help on using the changeset viewer.