Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3907)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3908)
@@ -20,4 +20,7 @@
  2004/04/30: Markus Gaug
   
+   * mcalib/MHCalibrationRelTimePix.[h,cc]
+     - take out commented part of code related to re-normalization
+
    * mcalib/MHCalibrationCam.[h,cc]
      - retrieve the used run numbers in order to store them in teh 
Index: /trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimePix.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimePix.cc	(revision 3907)
+++ /trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimePix.cc	(revision 3908)
@@ -31,11 +31,4 @@
 //  pixel number 1 (hardware index: 2). Times are taken from MArrivalTimePix
 //
-//  Results are re-normalized to a value per time (ns) with the formulae:
-//
-// - Mean Rel. Time         = Mean Rel. Time        * fFADCSliceWidth
-// - Mean Rel. Time Error   = Mean Rel. Time Error  * fFADCSliceWidth
-// - Sigma Rel. Time        = Sigma Rel. Time       * fFADCSliceWidth
-// - Sigma Rel. Time Error  = Sigma Rel. Time Error * fFADCSliceWidth
-// 
 //////////////////////////////////////////////////////////////////////////////
 #include "MHCalibrationRelTimePix.h"
@@ -95,28 +88,2 @@
 }
 
-// --------------------------------------------------------------------------
-// 
-// If mean and sigma have not yet been set, returns.
-//
-// HAS BEEN COMMENTED IN ORDER TO ALLOW FURTHER CALIBRATION OF OFFSETS IN DATA
-// RETURNS ALWAYS WITHOUT RENORMALIZING!!
-// Results are re-normalized to a value per time (ns) with the formulae:
-//
-// - Mean Rel. Time         = Mean Rel. Time        * fFADCSliceWidth
-// - Mean Rel. Time Error   = Mean Rel. Time Error  * fFADCSliceWidth
-// - Sigma Rel. Time        = Sigma Rel. Time       * fFADCSliceWidth
-// - Sigma Rel. Time Error  = Sigma Rel. Time Error * fFADCSliceWidth
-// 
-void MHCalibrationRelTimePix::Renorm()
-{
-
-  /*
-  if (fMean == fMeanErr == fSigma == fSigmaErr == 0.)
-    return;
-
-  fMean    *= fFADCSliceWidth;
-  fMeanErr *= fFADCSliceWidth;
-  fSigma   *= fFADCSliceWidth;
-  fSigmaErr*= fFADCSliceWidth;
-  */
-}
Index: /trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimePix.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimePix.h	(revision 3907)
+++ /trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimePix.h	(revision 3908)
@@ -16,5 +16,5 @@
   static const Float_t fgFADCSliceWidth;    //! Default for fFADCSliceWidth (now set to: 3.333)
   
-  Float_t fFADCSliceWidth;                  //  Time FADC Slice Width in ns.
+  Float_t fFADCSliceWidth;                 //  Time FADC Slice Width in ns.
   
 public:
@@ -30,5 +30,4 @@
   
   void Reset();
-  void Renorm();
   
   ClassDef(MHCalibrationRelTimePix, 1)     // Histogram class for Relative Time Pixel Calibration
