Index: /trunk/MagicSoft/Mars/NEWS
===================================================================
--- /trunk/MagicSoft/Mars/NEWS	(revision 7626)
+++ /trunk/MagicSoft/Mars/NEWS	(revision 7627)
@@ -28,7 +28,9 @@
      people for weak sources.
 
-   - macros: plotdc.C: if no dataset and no time-interval is given only
-     sequences with an effective on-time above five minutes are plotted
-     anymore
+   - macros: plotdb.C: 
+       + if no dataset and no time-interval is given only sequences with
+         an effective on-time above five minutes are plotted anymore
+       + added a new tab "RelTime" displaying the relative on-time
+         (effective on-time divided by the observation time)
 
    - ganymed: In the second loop the MHNewImagePar histograms disapeared.
Index: /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7626)
+++ /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7627)
@@ -425,4 +425,6 @@
     plot.SetDescription("Measures effective on time;T_{eff} [s]", "EffOn");
     plot.Plot("Star.fEffOnTime",               0, 10000, 150);
+    plot.SetDescription("Relative effective on time;T_{eff}/T_{obs} [ratio]", "RelTime");
+    plot.Plot("Star.fEffOnTime/Sequences.fRunTime",    0, 1.5, 0.01);
     plot.SetDescription("Datarate [Hz]", "Rate");
     plot.Plot("Star.fDataRate",                0, 600, 10);
Index: /trunk/MagicSoft/Mars/sponde_onoff.rc
===================================================================
--- /trunk/MagicSoft/Mars/sponde_onoff.rc	(revision 7626)
+++ /trunk/MagicSoft/Mars/sponde_onoff.rc	(revision 7627)
@@ -2,5 +2,6 @@
 EstimateEnergy.Rule: 1.40871*pow(MHillas.fSize,0.810253)
 
-#EstimateEnergy: MRFEnergyEst
+#EstimateEnergy: MRanForestCalc
+#EstimateEnergy.NameOutput: MEnergyEst
 #EstimateEnergy.FileName: ranforest.root
 #EstimateEnergy.Debug: No
