Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8337)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8338)
@@ -38,4 +38,7 @@
      - added more meaningful output in case a conversion factor exceeds a limit
 
+   * datacenter/macros/plotdb.C:
+     - added plot for spark rate
+
 
 
Index: trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 8337)
+++ trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 8338)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.32 2006-11-03 10:52:36 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: plotdb.C,v 1.33 2007-02-28 13:50:06 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -569,4 +569,6 @@
     plot.SetDescription("Camera Inhomogeneity;\\sigma [%]", "Inhom");
     plot.Plot("Star.fInhomogeneity",           0, 100, 1);
+    plot.SetDescription("Camera Spark Rate;R [Hz]", "Sparks");
+    plot.Plot("Star.fSparkRate",               0.075, 2.425, 0.05);
     //imgpar
     plot.SetDescription("Mean Number of Islands after cleaning;N [#]", "NumIsl");
