Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4354)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4355)
@@ -1,2 +1,3 @@
+
 Please  do  not write behind the end of line tag so that it is  possible
 to   send  a   Changelog   file  to  a  line  printer  directly.  Thanks.
@@ -18,4 +19,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/06/25: Pepe Flix
+
+  * mpedestal/MPedCalcFromData.[h,cc]
+    - added class to evaluate pedestal mean/RMS from real data events. Low Gain samples used
+      when no switch to LG happened.
+  * macros/PedCalcFromData.C
+    - added macro that uses the class to evaluate pedestals from real data.
 
  2004/06/23: Markus Gaug
Index: trunk/MagicSoft/Mars/mpedestal/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mpedestal/Makefile	(revision 4354)
+++ trunk/MagicSoft/Mars/mpedestal/Makefile	(revision 4355)
@@ -36,5 +36,6 @@
            MPedPhotPix.cc \
            MPedestalCam.cc \
-	   MPedestalPix.cc
+	   MPedestalPix.cc \
+	   MPedCalcFromData.cc
 
 ############################################################
Index: trunk/MagicSoft/Mars/mpedestal/PedestalLinkDef.h
===================================================================
--- trunk/MagicSoft/Mars/mpedestal/PedestalLinkDef.h	(revision 4354)
+++ trunk/MagicSoft/Mars/mpedestal/PedestalLinkDef.h	(revision 4355)
@@ -15,4 +15,5 @@
 #pragma link C++ class MPedestalCam++;
 #pragma link C++ class MPedestalPix++;
+#pragma link C++ class MPedCalcFromData++;
 
 #endif
Index: trunk/MagicSoft/Mars/mtemp/mifae/library/IFAELinkDef.h
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mifae/library/IFAELinkDef.h	(revision 4354)
+++ trunk/MagicSoft/Mars/mtemp/mifae/library/IFAELinkDef.h	(revision 4355)
@@ -20,4 +20,6 @@
 #pragma link C++ class MHPSFFromStars+;
 #pragma link C++ class MControlPlots+;
+#pragma link C++ class MDisp+;
+#pragma link C++ class MDispCalc+;
 
 #endif
Index: trunk/MagicSoft/Mars/mtemp/mifae/library/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mifae/library/Makefile	(revision 4354)
+++ trunk/MagicSoft/Mars/mtemp/mifae/library/Makefile	(revision 4355)
@@ -63,4 +63,6 @@
         MCalibrateDC.cc \
         MHPSFFromStars.cc \
+	MDisp.cc \
+	MDispCalc.cc \
 	MControlPlots.cc
         
