Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7118)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7119)
@@ -23,5 +23,5 @@
  2005/05/31 Daniela Dorner
 
-   * datacenter/macros/fillstar.C:
+   * datacenter/macros/fillstar.C, plotdb.C:
      - added two new parameters
 
Index: /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7118)
+++ /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7119)
@@ -306,4 +306,8 @@
     plot.SetDescription("Measures effective on time;T_{eff} [s]", "EffOn");
     plot.Plot("Star.fEffOnTime",               0, 10000, 60);
+    plot.SetDescription("Datarate [Hz]", "Rate");
+    plot.Plot("Star.fDataRate",                0, 600, 10);
+    plot.SetDescription("Maximum Humidity [%]", "Hum");
+    plot.Plot("Star.fMaxHumidity",             0, 100, 1);
     //muon
     plot.SetDescription("Number of Muons after Muon Cuts;N [#]");
