Index: trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/fillstar.C	(revision 8477)
+++ trunk/MagicSoft/Mars/datacenter/macros/fillstar.C	(revision 8478)
@@ -345,5 +345,5 @@
     }
 
-    cout << "Q: " << query << endl;
+//    cout << "Q: " << query << endl;
 
     if (dummy)
Index: trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 8477)
+++ trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 8478)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.33 2007-02-28 13:50:06 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.34 2007-05-09 12:15:51 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -528,11 +528,15 @@
     //from calib*.root
     plot.SetDescription("Conversion Factor inner Camera;C_{I} [phe/fadc cnts]", "ConvI");
-    plot.Plot("Calibration.fConvFactorInner",  0, 0.5, 0.002);
+    plot.Plot("Calibration.fConvFactorInner",  0, 0.7, 0.002);
     plot.SetDescription("Mean Arrival Time inner Camera;T_{I} [sl]", "ArrTmI");
-    plot.Plot("Calibration.fArrTimeMeanInner", 0, 9.0, 0.1);
+    plot.Plot("Calibration.fArrTimeMeanInner", 0, 40.0, 0.1);
     plot.SetDescription("RMS Arrival Time inner Camera;\\sigma_{T,I} [sl]", "RmsArrTmI");
-    plot.Plot("Calibration.fArrTimeRmsInner",  0, 0.8, 0.01);
+    plot.Plot("Calibration.fArrTimeRmsInner",  0, 3.0, 0.01);
     plot.SetDescription("Number of unsuitable pixels inner Camera;N{I}", "UnsuitI");
-    plot.Plot("Calibration.fUnsuitableInner",  0, 25, 1);
+    plot.Plot("Calibration.fUnsuitableInner",  0, 75, 1);
+    plot.SetDescription("Number of unsuitable pixels >50%;N", "Unsuit50");
+    plot.Plot("Calibration.fUnsuitable50",  0, 75, 1);
+    plot.SetDescription("Number of unsuitable pixels >1%;N", "Unsuit01");
+    plot.Plot("Calibration.fUnsuitable01",  0, 75, 1);
 
     //from signal*.root
@@ -542,11 +546,11 @@
     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, 15.0, 0.1);
+    plot.Plot("Calibration.fPulsePosCheckMean", 1, 40.0, 0.1);
     plot.SetDescription("Rms PulsePosCheck (falling edge) inner camera;T [sl]", "ChkRms");
     plot.Plot("Calibration.fPulsePosCheckRms", 0, 5.0, 0.1);
     plot.SetDescription("Mean calibrated PulsePos;T", "PulPos");
-    plot.Plot("Calibration.fPulsePosMean", 1, 15.0, 0.1);
+    plot.Plot("Calibration.fPulsePosMean", 1, 40.0, 0.1);
     plot.SetDescription("Rms calibrated PulsePos;T", "PulRms");
-    plot.Plot("Calibration.fPulsePosRms", 0, 2.0, 0.02);
+    plot.Plot("Calibration.fPulsePosRms", 0, 3.0, 0.02);
 
     plot.SetDescription("Hi-/Lo-Gain offset;", "PulOff");
@@ -606,9 +610,9 @@
     //from calib*.root
     plot.SetDescription("Conversion Factor outer Camera;C_{O} [phe/fadc cnts]", "ConvO");
-    plot.Plot("Calibration.fConvFactorOuter",  0, 2.0, 0.01);
+    plot.Plot("Calibration.fConvFactorOuter",  0, 3.0, 0.01);
     plot.SetDescription("Mean Arrival Time outer Camera;T_{O} [sl]", "ArrTmO");
-    plot.Plot("Calibration.fArrTimeMeanOuter", 0, 8.5, 0.1);
+    plot.Plot("Calibration.fArrTimeMeanOuter", 0, 45, 0.1);
     plot.SetDescription("RMS Arrival Time outer Camera;\\sigma_{T,O} [sl]", "RmsArrTmO");
-    plot.Plot("Calibration.fArrTimeRmsOuter",  0, 1.0, 0.01);
+    plot.Plot("Calibration.fArrTimeRmsOuter",  0, 3.0, 0.01);
     plot.SetDescription("Number of unsuitable pixels outer Camera;N{O}", "UnsuitO");
     plot.Plot("Calibration.fUnsuitableOuter",  0, 25, 1);
