Changeset 8740 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 09/05/07 18:06:14 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.