Index: trunk/MagicSoft/Mars/mhcalib/MHGausEvents.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHGausEvents.cc	(revision 5476)
+++ trunk/MagicSoft/Mars/mhcalib/MHGausEvents.cc	(revision 5477)
@@ -51,6 +51,4 @@
 //     - One can repeat the fit within a given amount of sigmas from the previous mean 
 //       (specified by the variables fPickupLimit and fBlackoutLimit) with the function RepeatFit()
-//     - One can completely skip the fitting to set mean, sigma and its errors directly 
-//       from the histograms with the function BypassFit()
 // 
 //  2) The TArrayF fEvents:
Index: trunk/MagicSoft/Mars/mpedestal/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mpedestal/Makefile	(revision 5476)
+++ trunk/MagicSoft/Mars/mpedestal/Makefile	(revision 5477)
@@ -32,4 +32,5 @@
 SRCFILES = MMcPedestalCopy.cc \
            MMcPedestalNSBAdd.cc \
+	   MExtractPedestal.cc \
            MPedCalcPedRun.cc \
 	   MPedCalcFromLoGain.cc \
Index: trunk/MagicSoft/Mars/mpedestal/PedestalLinkDef.h
===================================================================
--- trunk/MagicSoft/Mars/mpedestal/PedestalLinkDef.h	(revision 5476)
+++ trunk/MagicSoft/Mars/mpedestal/PedestalLinkDef.h	(revision 5477)
@@ -12,4 +12,5 @@
 #pragma link C++ class MPedPhotPix+;
 
+#pragma link C++ class MExtractPedestal+;
 #pragma link C++ class MPedCalcPedRun+;
 #pragma link C++ class MPedCalcFromLoGain+;
