Changeset 8965 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 06/16/08 15:58:28 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r8961 r8965 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.4 4 2008-06-15 19:09:19tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.45 2008-06-16 14:58:26 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 280 280 281 281 // draw TGraph 282 gROOT->SetSelectedPad(0); 282 283 gt.DrawClone("AP"); 283 284 if (gt0.GetN()>0) … … 363 364 364 365 // draw graph 366 gROOT->SetSelectedPad(0); 365 367 gz.DrawClone("AP"); 366 368 … … 599 601 plot.Plot("Star.fMuonRate", 0, 2.0, 0.05); 600 602 //quality 603 plot.SetDescription("Datarate [Hz]", "Rate"); 604 plot.Plot("Star.fDataRate", 0, 600, 10); 601 605 plot.SetDescription("Camera Inhomogeneity;\\sigma [%]", "Inhom"); 602 606 plot.Plot("Star.fInhomogeneity", 0, 100, 1); 603 607 plot.SetDescription("Camera Spark Rate;R [Hz]", "Sparks"); 604 608 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); 605 611 //imgpar 606 612 plot.SetDescription("Mean Number of Islands after cleaning;N [#]", "NumIsl"); 607 613 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); 614 617 plot.SetDescription("Average Cloudiness [%]", "AvgClouds"); 615 618 plot.Plot("Star.fAvgCloudiness", 0, 100, 1); 616 619 plot.SetDescription("RMS Cloudiness [%]", "RmsClouds"); 617 plot.Plot("Star.fRmsCloudiness", 0, 100, 1);620 plot.Plot("Star.fRmsCloudiness", 0, 30, 1); 618 621 plot.SetDescription("Sky Temperature [K]", "SkyTemp"); 619 plot.Plot("Star.fAvgTempSky", 1 50, 300, 1);622 plot.Plot("Star.fAvgTempSky", 180, 280, 1); 620 623 plot.SetDescription("Maximum Humidity [%]", "MaxHum"); 621 624 plot.Plot("Star.fMaxHumidity", 0, 100, 1); 622 625 plot.SetDescription("Average Humidity [%]", "AvgHum"); 623 626 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);626 627 plot.SetDescription("Average Wind Speed [km/h];v [km/h]", "Wind"); 627 628 plot.Plot("Star.fAvgWindSpeed", 0, 50, 1);
Note:
See TracChangeset
for help on using the changeset viewer.