Changeset 8938 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 06/12/08 14:00:47 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r8929 r8938 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1. 39 2008-06-08 12:55:22tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.40 2008-06-12 13:00:44 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 21 21 ! Author(s): Daniela Dorner, 05/2005 <mailto:dorner@astro.uni-wuerzburg.de> 22 22 ! 23 ! Copyright: MAGIC Software Development, 2000-200 623 ! Copyright: MAGIC Software Development, 2000-2008 24 24 ! 25 25 ! … … 547 547 plot.SetDescription("Mean Signal inner Camera;S_{I} [phe]", "SignalI"); 548 548 plot.Plot("Calibration.fMeanSignalInner", 0, 7.0, 0.05); 549 plot.SetDescription("Mean PulsePosCheck (falling edge) inner camera;T [sl]", "ChkPos"); 549 550 plot.SetDescription("Mean PulsePosCheck (maximum slice) inner camera;T [sl]", "ChkPos"); 550 551 plot.Plot("Calibration.fPulsePosCheckMean", 1, 50.0, 0.1); 551 plot.SetDescription("Rms PulsePosCheck ( falling edge) inner camera;T [sl]", "ChkRms");552 plot.SetDescription("Rms PulsePosCheck (maximum slice) inner camera;T [sl]", "ChkRms"); 552 553 plot.Plot("Calibration.fPulsePosCheckRms", 0, 12.0, 0.1); 553 plot.SetDescription("Mean calibrated PulsePos ;T", "PulPos");554 plot.SetDescription("Mean calibrated PulsePos (as extracted);T [ns]", "PulPos"); 554 555 plot.Plot("Calibration.fPulsePosMean", 1, 40.0, 0.1); 555 plot.SetDescription("Rms calibrated PulsePos ;T", "PulRms");556 plot.SetDescription("Rms calibrated PulsePos (as extracted);T [ns]", "PulRms"); 556 557 plot.Plot("Calibration.fPulsePosRms", 0, 3.0, 0.02); 558 559 plot.SetDescription("Average rate of events with lvl1 trigger;R [Hz]", "RateTrig"); 560 plot.Plot("Calibration.fRateTrigEvts", 0, 500, 5); 561 plot.SetDescription("Average rate of events with only Sum trigger;R [Hz]", "RateSum"); 562 plot.Plot("Calibration.fRateSumEvts", 0, 1500, 5); 563 //plot.SetDescription("Ratio of only Sum to Lvl1 triggers;R [Hz]", "RateRatio"); 564 //plot.Plot("100*Calibration.fRateSumEvts/Calibration.fRateTrigEvts", 0, 500, 1); 565 plot.SetDescription("Average rate of events with calibration trigger;R [Hz]", "RateCal"); 566 plot.Plot("Calibration.fRateCalEvts", 0, 50, 1); 567 plot.SetDescription("Average rate of events with pedestal trigger;R [Hz]", "RatePed"); 568 plot.Plot("Calibration.fRatePedEvts", 0, 50, 1); 569 plot.SetDescription("Average rate of events with ped+cosmics trigger;R [Hz]", "RatePT"); 570 plot.Plot("Calibration.fRatePedTrigEvts", 0, 3.5, 0.1); 571 plot.SetDescription("Average rate of events without trigger pattern;R [Hz]", "Rate0"); 572 plot.Plot("Calibration.fRateNullEvts", 0, 3.5, 0.1); 573 plot.SetDescription("Average rate of unknown trigger pattern;R [Hz]", "RateUnknown"); 574 plot.Plot("Calibration.fRateUnknownEvts", 0, 3.5, 0.1); 557 575 558 576 plot.SetDescription("Hi-/Lo-Gain offset;", "PulOff"); … … 586 604 plot.SetDescription("Datarate [Hz]", "Rate"); 587 605 plot.Plot("Star.fDataRate", 0, 600, 10); 588 plot.SetDescription("Maximum Humidity [%]", "Hum"); 606 plot.SetDescription("Average Cloudiness [%]", "AvgClouds"); 607 plot.Plot("Star.fAvgCloudiness", 0, 100, 1); 608 plot.SetDescription("RMS Cloudiness [%]", "RmsClouds"); 609 plot.Plot("Star.fRmsCloudiness", 0, 100, 1); 610 plot.SetDescription("Sky Temperature [K]", "SkyTemp"); 611 plot.Plot("Star.fAvgTempSky", 200, 300, 1); 612 plot.SetDescription("Maximum Humidity [%]", "MaxHum"); 589 613 plot.Plot("Star.fMaxHumidity", 0, 100, 1); 614 plot.SetDescription("Average Humidity [%]", "AvgHum"); 615 plot.Plot("Star.fAvgHumidity", 0, 100, 1); 590 616 plot.SetDescription("Average Temperature [\\circ C];T [\\circ C]", "Temp"); 591 617 plot.Plot("Star.fAvgTemperature", -5, 25, 1);
Note:
See TracChangeset
for help on using the changeset viewer.