Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7428)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7429)
@@ -22,4 +22,7 @@
    * datacenter/macros/fillsignal.C:
      - added filling of PulsePos used for seeting the extractor window
+
+   * datacenter/macros/plotdb.C:
+     - added new tabs for new columns
 
 
Index: /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7428)
+++ /trunk/MagicSoft/Mars/datacenter/macros/plotdb.C	(revision 7429)
@@ -297,7 +297,11 @@
     plot.SetDescription("Mean Signal inner Camera;S_{I} [phe]", "SignalI");
     plot.Plot("Calibration.fMeanSignalInner",  0, 7.0, 0.05);
-    plot.SetDescription("Mean PulsePos;T", "PulPos");
+    plot.SetDescription("Mean PulsePosCheck (falling edge) inner camera;T [sl]", "ChkPos");
+    plot.Plot("Calibration.fPulsePosCheckMean", 1, 15.0, 0.1);
+    plot.SetDescription("Rms PulsePosCheck (falling edge) inner camera;T [sl]", "ChkRms");
+    plot.Plot("Calibration.fPulsePosCheckRms", 0, 5.0, 0.1);
+    plot.SetDescription("Mean calibrated PulsePos;T", "PulPos");
     plot.Plot("Calibration.fPulsePosMean", 1, 15.0, 0.1);
-    plot.SetDescription("Rms PulsePos;T", "PulRms");
+    plot.SetDescription("Rms calibrated PulsePos;T", "PulRms");
     plot.Plot("Calibration.fPulsePosRms", 0, 2.0, 0.1);
     //from star*.root
