Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4355)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4359)
@@ -22,99 +22,106 @@
  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.
+   * 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
 
-  * macros/calibration.C
-    - added flag to skip the testing
-    - added calibration of pedestal files and creation of F2-files.
-
-  * macros/bootcampstandardanalysis.C
-    - updated to use MJExtractSignal
+   * macros/calibration.C
+     - added flag to skip the testing
+     - added calibration of pedestal files and creation of F2-files.
+
+   * macros/bootcampstandardanalysis.C
+     - updated to use MJExtractSignal
+
+
 
  2004/06/18: Markus Gaug
 
-  * manalysis/MHPedestalCam.[h,cc]
-    - use flag to choose if one wants to re-normalize the histogram 
-      results
-
-  * mhist/MHCamera.[h,cc]
-    - added one argument to CntCamContent to tell if event above or 
-      below threshold have to be counted. Default is above, like before
-    - added one argument to Projection and ProjectionS giving the number 
-      of bins as argument (default 50 like before)
-
-  * mcalib/MCalibrationChargeCalc.cc
-    - replaced extraction of mean number of photo-electrons and mean 
-      F-Factor by a Gauss fit (instead of mean and RMS). Set the 
-      limit for deviating F-Factor from 3.5 to 4.5. This should reduce 
-      the number of uncalibrated pixels below 50 again (which was not 
-      the case in the last weeks). 
-
-  * mcalib/MHGausEvents.h
-    - make DrawEvents() public
-
-  * mcalib/MHCalibrationChargeLoGainPix.cc
-    - upper histogram limit lowered for the better visibility in the 
-      data check.
-
-  * mcalib/MHCalibrationChargeCam.[h,cc]
-    - adapted Draw for the datacheck
-
-  * mcalib/MHCalibrationChargeBlindPix.[h,cc]
-    - adapted for various blind pixels
-    - adapted Draw for the datacheck
-
-  * msignal/MExtractor.[h,cc]
-  * msignal/MExtractFixedWindow.[h,cc]
-  * msignal/MExtractSlidingWindow.[h,cc]
-  * msignal/MExtractFixedWindowPeakSearch.[h,cc]
-  * msignal/MExtractFixedWindowSpline.[h,cc]
-    - made sum in FindSignal() float which is now the variable used by 
-      the majority of the extractors.
-
-  * msignal/MExtractAmplitudeSpline.[h,cc]
-    - new extractor calculating the amplitude using a spline. 
-
-  * mcalib/MCalibrationPix.[h,cc]
-  * mcalib/MCalibrationChargePix.[h,cc]
-  * mcalib/MCalibrationChargeCalc.[h,cc]
-    - added debug flags and output on debug
-
-  * mbadpixels/MBadPixelsCam.cc
-    - enlarged the Print-function
+   * manalysis/MHPedestalCam.[h,cc]
+     - use flag to choose if one wants to re-normalize the histogram 
+       results
+
+   * mhist/MHCamera.[h,cc]
+     - added one argument to CntCamContent to tell if event above or 
+       below threshold have to be counted. Default is above, like before
+     - added one argument to Projection and ProjectionS giving the number 
+       of bins as argument (default 50 like before)
+
+   * mcalib/MCalibrationChargeCalc.cc
+     - replaced extraction of mean number of photo-electrons and mean 
+       F-Factor by a Gauss fit (instead of mean and RMS). Set the 
+       limit for deviating F-Factor from 3.5 to 4.5. This should reduce 
+       the number of uncalibrated pixels below 50 again (which was not 
+       the case in the last weeks). 
+
+   * mcalib/MHGausEvents.h
+     - make DrawEvents() public
+
+   * mcalib/MHCalibrationChargeLoGainPix.cc
+     - upper histogram limit lowered for the better visibility in the 
+       data check.
+
+   * mcalib/MHCalibrationChargeCam.[h,cc]
+     - adapted Draw for the datacheck
+
+   * mcalib/MHCalibrationChargeBlindPix.[h,cc]
+     - adapted for various blind pixels
+     - adapted Draw for the datacheck
+
+   * msignal/MExtractor.[h,cc]
+   * msignal/MExtractFixedWindow.[h,cc]
+   * msignal/MExtractSlidingWindow.[h,cc]
+   * msignal/MExtractFixedWindowPeakSearch.[h,cc]
+   * msignal/MExtractFixedWindowSpline.[h,cc]
+     - made sum in FindSignal() float which is now the variable used by 
+       the majority of the extractors.
+
+   * msignal/MExtractAmplitudeSpline.[h,cc]
+     - new extractor calculating the amplitude using a spline. 
+
+   * mcalib/MCalibrationPix.[h,cc]
+   * mcalib/MCalibrationChargePix.[h,cc]
+   * mcalib/MCalibrationChargeCalc.[h,cc]
+     - added debug flags and output on debug
+
+   * mbadpixels/MBadPixelsCam.cc
+     - enlarged the Print-function
+
 
 
  2004/06/17: Markus Gaug
 
-  * mjobs/MJPedestal.[h,cc]
-    - adapted display for the datacheck
-
-  * mcalib/MHCalibrationChargeCam.[h,cc]
-    - new function Draw for the datacheck
-    - new clone function for the DrawClone
+   * mjobs/MJPedestal.[h,cc]
+     - adapted display for the datacheck
+
+   * mcalib/MHCalibrationChargeCam.[h,cc]
+     - new function Draw for the datacheck
+     - new clone function for the DrawClone
   
-  * mcalib/MHCalibrationCam.h
-    - make clone function virtual
+   * mcalib/MHCalibrationCam.h
+     - make clone function virtual
 
   * mjobs/MJCalibration.cc
-    - adapted display for the datacheck    
-
-  * mcalib/MHGausEvents.h
-    - two new getters for fFirst and fLast
-
-
- 2004/06/17: Markus Gaug
+     - adapted display for the datacheck    
+  
+   * mcalib/MHGausEvents.h
+     - two new getters for fFirst and fLast
+
+
+  2004/06/17: Markus Gaug
  
-  * mhist/MHCamera.h
-    - make SetUsed() and Fill(x,w) public. It is now possible to use the 
-      Fill-function together with the SetUsed(idx), when no 
-      SetCamContent(...) is available. 
-      Previously, only a Fill(x,y,w) was public, with x and y positions 
-      in the camera. 
+   * mhist/MHCamera.h
+     - make SetUsed() and Fill(x,w) public. It is now possible to use the 
+       Fill-function together with the SetUsed(idx), when no 
+       SetCamContent(...) is available. 
+       Previously, only a Fill(x,y,w) was public, with x and y positions 
+       in the camera. 
 
   * mjobs/MJPedestal.[h,cc]
@@ -124,65 +131,77 @@
  2004/06/12: Abelardo Moralejo
 
-  * manalysis/MMcCalibrationUpdate.cc
-  * mcalib/MMcCalibrationCalc.[h,cc]
-    - Fixed mistake in the calibration which occurred only when 
-      different light collection efficiency was simulated for outer 
-      pixels.
+   * manalysis/MMcCalibrationUpdate.cc
+   * mcalib/MMcCalibrationCalc.[h,cc]
+     - Fixed mistake in the calibration which occurred only when 
+       different light collection efficiency was simulated for outer 
+       pixels.
+
+
 
  2004/06/12: Abelardo Moralejo
 
-  * manalysis/MMcCalibrationUpdate.[h,cc]
-    - Adapted to the possibility of having different light collection
-      efficiencies in inner and outer pixels. For now we assume that the
-      dependence with incidence angle on the camera plane is the same
-      for both types of pixels.
+   * manalysis/MMcCalibrationUpdate.[h,cc]
+     - Adapted to the possibility of having different light collection
+       efficiencies in inner and outer pixels. For now we assume that the
+       dependence with incidence angle on the camera plane is the same
+       for both types of pixels.
+
+
 
  2004/06/12: Markus Gaug
 
-  * msignal/MExtractFixedWindow.cc 
-    - output the number and exact range of extraction to *fLog in the 
-      ReInit(), like it is done by MPedCalcPedRun
-
-  * macros/bootcampstandardanalysis.C
-    - exchanged MArrivalTimeCalc2 in 4th loop by timeext (defined 
-      in the beginning)
+   * msignal/MExtractFixedWindow.cc 
+     - output the number and exact range of extraction to *fLog in the 
+       ReInit(), like it is done by MPedCalcPedRun
+
+   * macros/bootcampstandardanalysis.C
+     - exchanged MArrivalTimeCalc2 in 4th loop by timeext (defined 
+       in the beginning)
+
+
 
  2004/06/11: Markus Gaug
 
-  * mpedestals/MPedCalcPedRun.cc
-    - set the default upper range to 29, because otherwise the extraction
-      window will be made too small in case that more than 14 "high-gain" 
-      slices shall be extracted. This is a bugfix! It calculated wrong 
-      pedestals in case that the user says: SetRange(a,b), where b is 
-      bigger than 14 in combination with SetWindowSize(x) where x is bigger 
-      than 14 as well (instead of : SetRange(a,b,c,d), where 
-      everything went fine). However, the intention of the last months 
-      changes was to allow exactly also the first possibility. 
+   * mpedestals/MPedCalcPedRun.cc
+     - set the default upper range to 29, because otherwise the extraction
+       window will be made too small in case that more than 14 "high-gain" 
+       slices shall be extracted. This is a bugfix! It calculated wrong 
+       pedestals in case that the user says: SetRange(a,b), where b is 
+       bigger than 14 in combination with SetWindowSize(x) where x is bigger 
+       than 14 as well (instead of : SetRange(a,b,c,d), where 
+       everything went fine). However, the intention of the last months 
+       changes was to allow exactly also the first possibility. 
+
+
 
  2004/06/11: Markus Gaug
 
-  * mjobs/MJCalibration.cc
-    - put run 27474 in list of unavailable runs (see runbook)
+   * mjobs/MJCalibration.cc
+     - put run 27474 in list of unavailable runs (see runbook)
+
 
 
  2004/06/08: Markus Gaug
 
-  * mhist/MHCamera.cc
-    - reduce number of default bins in AzimuthProfile
-    - use MatchSector in AzimuthProfile, like in RadialProfile
-
-  * mcalib/MCalibrationChargeCalc.cc
-    - fix lower limit for deviation F-Factor to 1.1. This discarts a 
-      smaller number of especially outer pixels in some runs taken with
-      the CT1 pulser box.
+   * mhist/MHCamera.cc
+     - reduce number of default bins in AzimuthProfile
+     - use MatchSector in AzimuthProfile, like in RadialProfile
+
+   * mcalib/MCalibrationChargeCalc.cc
+     - fix lower limit for deviation F-Factor to 1.1. This discarts a 
+       smaller number of especially outer pixels in some runs taken with
+       the CT1 pulser box.
+
 
 
  2004/06/07: Markus Gaug
 
-  * mcalib/MHCalibrationCam.h
-    - add a function GetSize()
+   * mcalib/MHCalibrationCam.h
+     - add a function GetSize()
 
    * msignal/MExtractTimeFastSpline.cc
      - fixed a bug introduced on 1.6. and accelerate it a bit. 
+
+
 
  2004/06/04: Markus Gaug
@@ -191,4 +210,6 @@
      - some small modifications in the way the axes are drawn and their
        titles are drawn.
+
+
 
  2004/06/03: Martin Merck
@@ -211,4 +232,5 @@
        used when extracting the signal.
 
+
  
  2004/06/03: Markus Gaug
@@ -240,4 +262,6 @@
    * msignal/SignalLinkDef.h
      - new fast spline signal extractor
+
+
  
  2004/06/02: Antonio Stamerra
@@ -247,4 +271,5 @@
 	trigger-report string from report file. 
 	Not yet into the Makefile.
+
 
 
