Index: /trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc	(revision 3667)
+++ /trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc	(revision 3668)
@@ -16,6 +16,6 @@
 !
 !
-!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@uni-sw.gwdg.de>
-!              Markus Gaug   02/2004 <mailto:markus@ifae.es>
+!   Author(s): Thomas Bretz  12/2000 <mailto:tbretz@atsro.uni-wuerzburh.de>
+!   Author(s): Markus Gaug   02/2004 <mailto:markus@ifae.es>
 !
 !   Copyright: MAGIC Software Development, 2000-2004
@@ -25,52 +25,52 @@
 
 /////////////////////////////////////////////////////////////////////////////
-//                                                                         //
-// MHPedestalCam                                                            //
-//                                                                         //
-// Fills the extracted pedestals of MExtractedSignalCam into 
+//
+// MHPedestalCam
+//
+// Fills the extracted pedestals of MExtractedSignalCam into
 // the MHGausEvents-classes MHPedestalPix for every:
 //
-// - Pixel, stored in the TObjArray's MHCalibrationCam::fHiGainArray  
-//   or MHCalibrationCam::fHiGainArray, respectively, depending if 
+// - Pixel, stored in the TObjArray's MHCalibrationCam::fHiGainArray
+//   or MHCalibrationCam::fHiGainArray, respectively, depending if
 //   MArrivalTimePix::IsLoGainUsed() is set.
 //
-// - Average pixel per AREA index (e.g. inner and outer for the MAGIC camera), 
-//   stored in the TObjArray's MHCalibrationCam::fAverageHiGainAreas and 
+// - Average pixel per AREA index (e.g. inner and outer for the MAGIC camera),
+//   stored in the TObjArray's MHCalibrationCam::fAverageHiGainAreas and
 //   MHCalibrationCam::fAverageHiGainAreas
 //
-// - Average pixel per camera SECTOR (e.g. sectors 1-6 for the MAGIC camera), 
-//   stored in the TObjArray's MHCalibrationCam::fAverageHiGainSectors 
-//   and MHCalibrationCam::fAverageHiGainSectors 
-//
-// Every pedestal is directly taken from MExtractedSignalCam, filled by the 
-// appropriate extractor. 
-//
-// The pedestals are filled into a histogram and an array, in order to perform 
-// a Fourier analysis (see MHGausEvents). The signals are moreover averaged on an 
+// - Average pixel per camera SECTOR (e.g. sectors 1-6 for the MAGIC camera),
+//   stored in the TObjArray's MHCalibrationCam::fAverageHiGainSectors
+//   and MHCalibrationCam::fAverageHiGainSectors
+//
+// Every pedestal is directly taken from MExtractedSignalCam, filled by the
+// appropriate extractor.
+//
+// The pedestals are filled into a histogram and an array, in order to perform
+// a Fourier analysis (see MHGausEvents). The signals are moreover averaged on an
 // event-by-event basis and written into the corresponding average pixels.
 //
-// The histograms are fitted to a Gaussian, mean and sigma with its errors 
-// and the fit probability are extracted. If none of these values are NaN's and 
-// if the probability is bigger than MHGausEvents::fProbLimit (default: 0.5%), 
+// The histograms are fitted to a Gaussian, mean and sigma with its errors
+// and the fit probability are extracted. If none of these values are NaN's and
+// if the probability is bigger than MHGausEvents::fProbLimit (default: 0.5%),
 // the fit is declared valid.
-// Otherwise, the fit is repeated within ranges of the previous mean 
+// Otherwise, the fit is repeated within ranges of the previous mean
 // +- MHGausEvents::fPickupLimit (default: 5) sigma (see MHGausEvents::RepeatFit())
-// In case this does not make the fit valid, the histogram means and RMS's are 
+// In case this does not make the fit valid, the histogram means and RMS's are
 // taken directly (see MHGausEvents::BypassFit()).
-// 
-// Outliers of more than MHGausEvents::fPickupLimit (default: 5) sigmas 
-// from the mean are counted as Pickup events (stored in MHGausEvents::fPickup) 
-//
-// The number of summed FADC slices is taken to re-normalize 
-// the result to a pedestal per pixel with the formulas (see MHPedestalPix::Renorm()): 
+//
+// Outliers of more than MHGausEvents::fPickupLimit (default: 5) sigmas
+// from the mean are counted as Pickup events (stored in MHGausEvents::fPickup)
+//
+// The number of summed FADC slices is taken to re-normalize
+// the result to a pedestal per pixel with the formulas (see MHPedestalPix::Renorm()):
 // - Mean Pedestal        / slice = Mean Pedestal        / Number slices
 // - Mean Pedestal Error  / slice = Mean Pedestal Error  / Number slices
 // - Sigma Pedestal       / slice = Sigma Pedestal       / Sqrt (Number slices)
 // - Sigma Pedestal Error / slice = Sigma Pedestal Error / Sqrt (Number slices)
-// 
-// The class also fills arrays with the signal vs. event number, creates a fourier 
-// spectrum (see MHGausEvents::CreateFourierSpectrum()) and investigates if the 
-// projected fourier components follow an exponential distribution. 
-// 
+//
+// The class also fills arrays with the signal vs. event number, creates a fourier
+// spectrum (see MHGausEvents::CreateFourierSpectrum()) and investigates if the
+// projected fourier components follow an exponential distribution.
+//
 // This same procedure is performed for the average pixels.
 //
@@ -84,6 +84,6 @@
 // - MCalibrationPix::SetNumPickup()
 //
-// For all averaged areas, the fitted sigma is multiplied with the square root of 
-// the number involved pixels in order to be able to compare it to the average of 
+// For all averaged areas, the fitted sigma is multiplied with the square root of
+// the number involved pixels in order to be able to compare it to the average of
 // sigmas in the camera.
 //
