Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7573)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7574)
@@ -25,4 +25,7 @@
        in file names
 
+   * datacenter/macros/plotdb.C:
+     - print also average and RMS of all data.
+
 
 
Index: /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7573)
+++ /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7574)
@@ -195,10 +195,12 @@
         c.Divide(1,2);
 
+        cerr << setprecision(4) << setw(10) << title << ":   ";
+        cerr << setw(8) << gt.GetMean(2) << "+-" << setw(8) << gt.GetRMS(2) << "   ";
         if (gt0.GetN()>0 || gt1.GetN()>0)
         {
-            cerr << setw(10) << title << ":   ";
-            cerr << setw(9) << gt1.GetMean(2) << "+-" << setw(9) << gt1.GetRMS(2) << "   ";
-            cerr << setw(9) << gt0.GetMean(2) << "+-" << setw(9) << gt0.GetRMS(2) << endl;
+            cerr << setw(8) << gt1.GetMean(2) << "+-" << setw(8) << gt1.GetRMS(2) << "   ";
+            cerr << setw(8) << gt0.GetMean(2) << "+-" << setw(8) << gt0.GetRMS(2);
         }
+        cerr << endl;
 
         TVirtualPad *pad = gPad;
