Index: trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7385)
+++ trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7388)
@@ -59,4 +59,5 @@
 #include <TLine.h>
 #include <TText.h>
+#include <TFrame.h>
 #include <TStyle.h>
 #include <TGraph.h>
@@ -142,4 +143,6 @@
         TString title = fNameTab.IsNull() ? name(name.First('.')+2, name.Length()) : fNameTab;
         TCanvas &c = fDisplay ? fDisplay->AddTab(title) : *new TCanvas;
+        c.SetFillColor(kWhite);
+        c.SetBorderMode(0);
         c.Divide(1,2);
 
@@ -218,5 +221,4 @@
 
         g2.DrawClone("AP");
-
     }
 
@@ -293,4 +295,6 @@
     plot.SetDescription("Mean Pedestal RMS inner Camera;\\sigma_{P,I} [phe]", "PedRmsI");
     plot.Plot("Calibration.fMeanPedRmsInner",  0, 3.5, 0.05);
+    plot.SetDescription("Mean Signal inner Camera;S_{I} [phe]", "SignalI");
+    plot.Plot("Calibration.fMeanSignalInner",  0, 7.0, 0.05);
     //from star*.root
     //muon
@@ -324,4 +328,6 @@
     plot.SetDescription("Mean Pedestal RMS outer Camera;\\sigma_{P,O} [phe]", "PedRmsO");
     plot.Plot("Calibration.fMeanPedRmsOuter",  0, 4.0, 0.05);
+    plot.SetDescription("Mean Signal outer Camera;S_{O} [phe]", "SignalO");
+    plot.Plot("Calibration.fMeanSignalOuter",  0, 4.0, 0.05);
 }
 
@@ -349,4 +355,5 @@
     plot.SetRequestRange(from, to);
     plotall(plot);
+    //d->SaveAsPS("plotdb.ps");
 }
 
@@ -369,8 +376,8 @@
 
     MStatusDisplay *d = new MStatusDisplay;
-
     MPlot plot(serv);
     plot.SetDisplay(d);
     plot.SetRequestPeriod(period);
     plotall(plot);
+    //d->SaveAsPS("plotdb.ps");
 }
