Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.cc	(revision 5477)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.cc	(revision 5478)
@@ -33,4 +33,8 @@
 //  MHGausEvents can be used by a class deriving from MHCalibrationPix
 //
+//  As an additional feature to MHGausEvents, this class offers to skip the fitting 
+//  to set mean, sigma and its errors directly from the histograms with the function 
+//  BypassFit()
+//
 //  See also: MHGausEvents
 //
@@ -158,13 +162,4 @@
   
   return fHGausHist.Integral(first, last, "width");
-}
-
-
-// --------------------------------------------------------------------------
-//
-// Re-normalize the results, has to be overloaded
-//
-void  MHCalibrationPix::Renorm()
-{
 }
 
Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.h
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.h	(revision 5477)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.h	(revision 5478)
@@ -39,7 +39,4 @@
   void  SetPickupLimit      ( const Float_t  lim=fgPickupLimit   ) { fPickupLimit    = lim; }
 
-  // Miscelleaneous
-  virtual void Renorm();                          // Re-normalize the results 
-  
   ClassDef(MHCalibrationPix, 1) // Base class for calibration events 
 };
