Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8739)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8740)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2007/09/05 Thomas Bretz
+
+   * datacenter/macros/plotdb.C:
+     - updated some ranges
+
+
+
  2007/09/05 Daniela Dorner
 
Index: /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 8739)
+++ /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 8740)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.35 2007-08-24 14:37:58 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.36 2007-09-05 17:05:35 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -548,7 +548,7 @@
     plot.Plot("Calibration.fMeanSignalInner",  0, 7.0, 0.05);
     plot.SetDescription("Mean PulsePosCheck (falling edge) inner camera;T [sl]", "ChkPos");
-    plot.Plot("Calibration.fPulsePosCheckMean", 1, 40.0, 0.1);
+    plot.Plot("Calibration.fPulsePosCheckMean", 1, 50.0, 0.1);
     plot.SetDescription("Rms PulsePosCheck (falling edge) inner camera;T [sl]", "ChkRms");
-    plot.Plot("Calibration.fPulsePosCheckRms", 0, 5.0, 0.1);
+    plot.Plot("Calibration.fPulsePosCheckRms", 0, 10.0, 0.1);
     plot.SetDescription("Mean calibrated PulsePos;T", "PulPos");
     plot.Plot("Calibration.fPulsePosMean", 1, 40.0, 0.1);
@@ -557,5 +557,5 @@
 
     plot.SetDescription("Hi-/Lo-Gain offset;", "PulOff");
-    plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.33, 0.01);
+    plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.5, 0.01);
     plot.SetDescription("Hi-/Lo-Gain ratio;", "HiLoRatio");
     plot.Plot("Calibration.fHiLoGainRatioMed", 10, 12.5, 0.05);
