Index: /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 8130)
+++ /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 8131)
@@ -384,9 +384,9 @@
     //from calib*.root
     plot.SetDescription("Conversion Factor inner Camera;C_{I} [phe/fadc cnts]", "ConvI");
-    plot.Plot("Calibration.fConvFactorInner",  0, 0.5, 0.001);
+    plot.Plot("Calibration.fConvFactorInner",  0, 0.5, 0.002);
     plot.SetDescription("Mean Arrival Time inner Camera;T_{I} [sl]", "ArrTmI");
     plot.Plot("Calibration.fArrTimeMeanInner", 0, 9.0, 0.1);
     plot.SetDescription("RMS Arrival Time inner Camera;\\sigma_{T,I} [sl]", "RmsArrTmI");
-    plot.Plot("Calibration.fArrTimeRmsInner",  0, 2.5, 0.1);
+    plot.Plot("Calibration.fArrTimeRmsInner",  0, 0.8, 0.01);
     plot.SetDescription("Number of unsuitable pixels inner Camera;N{I}", "UnsuitI");
     plot.Plot("Calibration.fUnsuitableInner",  0, 25, 1);
@@ -404,10 +404,11 @@
     plot.Plot("Calibration.fPulsePosMean", 1, 15.0, 0.1);
     plot.SetDescription("Rms calibrated PulsePos;T", "PulRms");
-    plot.Plot("Calibration.fPulsePosRms", 0, 2.0, 0.1);
+    plot.Plot("Calibration.fPulsePosRms", 0, 2.0, 0.02);
 
     plot.SetDescription("Hi-/Lo-Gain offset;", "PulOff");
-    plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.33, 0.02);
+    plot.Plot("Calibration.fPulsePosOffMed", -0.33, 0.33, 0.01);
     plot.SetDescription("Hi-/Lo-Gain ratio;", "HiLoRatio");
-    plot.Plot("Calibration.fHiLoGainRatioMed", 10, 12.5, 0.1);
+    plot.Plot("Calibration.fHiLoGainRatioMed", 10, 12.5, 0.05);
+
     //from star*.root
     //muon
@@ -460,5 +461,5 @@
     plot.Plot("Calibration.fArrTimeMeanOuter", 0, 8.5, 0.1);
     plot.SetDescription("RMS Arrival Time outer Camera;\\sigma_{T,O} [sl]", "RmsArrTmO");
-    plot.Plot("Calibration.fArrTimeRmsOuter",  0, 2.5, 0.1);
+    plot.Plot("Calibration.fArrTimeRmsOuter",  0, 1.0, 0.01);
     plot.SetDescription("Number of unsuitable pixels outer Camera;N{O}", "UnsuitO");
     plot.Plot("Calibration.fUnsuitableOuter",  0, 25, 1);
