Changeset 8740
- Timestamp:
- 09/05/07 18:06:14 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8739 r8740 18 18 19 19 -*-*- END OF LINE -*-*- 20 2007/09/05 Thomas Bretz 21 22 * datacenter/macros/plotdb.C: 23 - updated some ranges 24 25 26 20 27 2007/09/05 Daniela Dorner 21 28 -
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r8707 r8740 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.3 5 2007-08-24 14:37:58tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.36 2007-09-05 17:05:35 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 548 548 plot.Plot("Calibration.fMeanSignalInner", 0, 7.0, 0.05); 549 549 plot.SetDescription("Mean PulsePosCheck (falling edge) inner camera;T [sl]", "ChkPos"); 550 plot.Plot("Calibration.fPulsePosCheckMean", 1, 40.0, 0.1);550 plot.Plot("Calibration.fPulsePosCheckMean", 1, 50.0, 0.1); 551 551 plot.SetDescription("Rms PulsePosCheck (falling edge) inner camera;T [sl]", "ChkRms"); 552 plot.Plot("Calibration.fPulsePosCheckRms", 0, 5.0, 0.1);552 plot.Plot("Calibration.fPulsePosCheckRms", 0, 10.0, 0.1); 553 553 plot.SetDescription("Mean calibrated PulsePos;T", "PulPos"); 554 554 plot.Plot("Calibration.fPulsePosMean", 1, 40.0, 0.1); … … 557 557 558 558 plot.SetDescription("Hi-/Lo-Gain offset;", "PulOff"); 559 plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0. 33, 0.01);559 plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.5, 0.01); 560 560 plot.SetDescription("Hi-/Lo-Gain ratio;", "HiLoRatio"); 561 561 plot.Plot("Calibration.fHiLoGainRatioMed", 10, 12.5, 0.05);
Note:
See TracChangeset
for help on using the changeset viewer.