Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 4419)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 4420)
@@ -22,92 +22,100 @@
  2004/07/20: Florian Goebel
 
- * mpedestal/MPedestalPix.[h,cc]
-   - added: 
-    - fPedestalABoffset  difference between pedestal mean of odd slices and 
-                         the total pedestal mean (fPedestal)                
-    - fNumEvents         number of times, the Process was executed          
-                         (to estimate the error of pedestal)
-
- * mpedestal/MPedestalCam.cc
-   - calculate error using pixel vise fNumEvents
-
- * mpedestal/MPedCalcFromLoGain.[h,cc]
- * mpedestal/Makefile
- * mpedestal/PedestalLinkDef.h
-   - added class which calculates pedestal values from the low gain slices of 
-     a data run
-   - it also calculates the ABoffset values and fills MPedestalPix accordingly
-
- * macros/ScanPulseABPed.C
-   - macro plotting the pulse shape using MPedCalcFromLoGain
-     and correcting for the AB 150 MHz clock noise.
-
- * msignal/MExtractSignalABcorr.[h,cc]
- * msignal/Makefile
- * msignal/SignalLinkDef.h
-   - example for signal extractor class similar to MExtractSignal 
-     correcting for ABoffset which allows to use odd number of slices
-
- * macros/ScanExtractSignalABCorr.C
-   - macro using MExtractSignalABcorr
+   * mpedestal/MPedestalPix.[h,cc]
+     - added: 
+      + fPedestalABoffset: difference between pedestal mean of odd slices
+                           and the total pedestal mean (fPedestal)                
+      + fNumEvents:        number of times, the Process was executed          
+                           (to estimate the error of pedestal)
+
+   * mpedestal/MPedestalCam.cc
+     - calculate error using pixel vise fNumEvents
+
+   * mpedestal/MPedCalcFromLoGain.[h,cc]
+   * mpedestal/Makefile
+   * mpedestal/PedestalLinkDef.h
+     - added class which calculates pedestal values from the low gain
+       slices of a data run
+     - it also calculates the ABoffset values and fills MPedestalPix
+       accordingly
+
+   * macros/ScanPulseABPed.C
+     - macro plotting the pulse shape using MPedCalcFromLoGain
+       and correcting for the AB 150 MHz clock noise.
+
+   * msignal/MExtractSignalABcorr.[h,cc]
+   * msignal/Makefile
+   * msignal/SignalLinkDef.h
+     - example for signal extractor class similar to MExtractSignal 
+       correcting for ABoffset which allows to use odd number of slices
+
+   * macros/ScanExtractSignalABCorr.C
+     - macro using MExtractSignalABcorr
+
 
 
  2004/07/16: Markus Gaug
 
-  * msignal/MExtractFixedWindowSpline.cc
-    - replace the delete's by delete [].
-
-  * mcalib/MHCalibrationChargeCam.cc
-    - remove some obsolete commented code
-
-  * mcalib/MHCalibrationChargeBlindPix.[h,cc]
-    - derive only from MHGausEvents and not additionally from 
-      MHCalibrationChargePix
-    - Additional setter for MCalibrationChargeBlindPix, used by 
-      MHCalibrationChargeBlindCam
-    - Getter for fSinglePheCut
-    - adapted Draw for the "datacheck" option
-    - use variable histogram range depending on whether amplitude
-      or integral has been extracted
-
-  * mcalib/MCalibrationChargeBlindCam.[h,cc]
-  * mcalib/MHCalibrationChargeBlindCam.[h,cc]
-  * mcalib/Makefile
-  * mcalib/CalibLinkDef.h
-    - two new classes for the treatment of various blind pixels in the 
-      camera
-
-  * mcalib/MCalibrationChargeCalc.[h,cc]
-    - adapted to use of various blind pixels
+   * msignal/MExtractFixedWindowSpline.cc
+     - replace the delete's by delete [].
+
+   * mcalib/MHCalibrationChargeCam.cc
+     - remove some obsolete commented code
+
+   * mcalib/MHCalibrationChargeBlindPix.[h,cc]
+     - derive only from MHGausEvents and not additionally from 
+       MHCalibrationChargePix
+     - Additional setter for MCalibrationChargeBlindPix, used by 
+       MHCalibrationChargeBlindCam
+     - Getter for fSinglePheCut
+     - adapted Draw for the "datacheck" option
+     - use variable histogram range depending on whether amplitude
+       or integral has been extracted
+
+   * mcalib/MCalibrationChargeBlindCam.[h,cc]
+   * mcalib/MHCalibrationChargeBlindCam.[h,cc]
+   * mcalib/Makefile
+   * mcalib/CalibLinkDef.h
+     - two new classes for the treatment of various blind pixels in the 
+       camera
+
+   * mcalib/MCalibrationChargeCalc.[h,cc]
+     - adapted to use of various blind pixels
+
+
 
  2004/07/15: Markus Gaug
 
-  * mcalib/MHCalibrationChargeCam.[h,cc]
-    - hard coded the reference lines for the DataCheck Display. Should be faster and 
-      easier to read than the TArrayF's. 
-
-  * mcalib/MCalibrationChargeCalc.[h,cc]
-    - removed obsolete pointer to MEvtTime
-    - fixed bug in calculation of RMS for FFactor of inner pixels in case that the 
-      fit does not converge. 
-    - introduced blind pixel and PIN Diode result flags for later output or 
-      storage in DB.
+   * mcalib/MHCalibrationChargeCam.[h,cc]
+     - hard coded the reference lines for the DataCheck Display. 
+       Should be faster and easier to read than the TArrayF's. 
+
+   * mcalib/MCalibrationChargeCalc.[h,cc]
+     - removed obsolete pointer to MEvtTime
+     - fixed bug in calculation of RMS for FFactor of inner pixels
+       in case that the fit does not converge. 
+     - introduced blind pixel and PIN Diode result flags for later
+       output or storage in DB.
+
 
 
  2004/07/14: Hendrik Bartko
-  * mpedestal/MPedPhotCam.[h,cc]
-    - added average areas and sectors (in analogy MPedestalCam)
-    - added new function InitAreas(const UInt_t i)
-    - added new function InitSectors(const UInt_t i)
-    - added new function GetNumAreas()
-    - added new function GetNumSectors()
-    - added new function ReCalc, computes the average values for the
-      sectors from all pixels which are not marked 
-      MBadPixelsPix::kUnsuitableRun
-  * mpedestal/MPedPhotPix.[h,cc]
-    - added a variable for the number of events from which the 
-      pedestals are computed
-  * manalysis/MGeomApply.cc
-    - changed initialization of MPedPhotCam
+
+   * mpedestal/MPedPhotCam.[h,cc]
+     - added average areas and sectors (in analogy MPedestalCam)
+     - added new function InitAreas(const UInt_t i)
+     - added new function InitSectors(const UInt_t i)
+     - added new function GetNumAreas()
+     - added new function GetNumSectors()
+     - added new function ReCalc, computes the average values for the
+       sectors from all pixels which are not marked 
+       MBadPixelsPix::kUnsuitableRun
+
+   * mpedestal/MPedPhotPix.[h,cc]
+     - added a variable for the number of events from which the 
+       pedestals are computed
+
+   * manalysis/MGeomApply.cc
+     - changed initialization of MPedPhotCam
 
 
@@ -115,44 +123,47 @@
  2004/07/14: Markus Gaug
 
-  * msignal/MExtractedSignalBlindPixel.[h,cc]
-    - added new function GetNumBlindPixels()
-    - added more comments
-
-  * msignal/MExtractBlindPixel.[h,cc]
-    - adapted to new configuration of now three blind pixels
-    - runs with run number smaller than 31693 are treated in the old way
-    - runs with run number higher than 31693 have no more NSB filter, 
-      but possibility to choose between integral or amplitude (with spline) 
-      extraction. Default is amplitude.
-
-  * mcalib/MHCalibrationChargeBlindPix.[h,cc]
-    - use the variable fPixId to design an ID to the class. 
-      Later, a new class MHCalibrationChargeBlindCam can host 
-      the different blind pixels as individual 
-      MHCalibrationChargeBlindPix. 
-    - Default ID is 0 which is also default in MExtractedSignalBlindPix
-    - for current code, nothing has thus changed so far...
-
-
-  * msignal/MExtractAmplitudeSpline.cc
-    - fixed a bug causing a segmentation violation in the destructor 
-      (array dimension was not respected correctly)
-
-  * mcalib/MHGausEvents.cc
-    - removed an inconsistency in the naming of fHPowerProbability which 
-      can cause a memory leak (I hope, this was the cause of some of the 
-      leaks we had, but I'm not sure).
-    - removed the setting of fPixId to -1 in the Clear()
+   * msignal/MExtractedSignalBlindPixel.[h,cc]
+     - added new function GetNumBlindPixels()
+     - added more comments
+
+   * msignal/MExtractBlindPixel.[h,cc]
+     - adapted to new configuration of now three blind pixels
+     - runs with run number smaller than 31693 are treated in the old way
+     - runs with run number higher than 31693 have no more NSB filter, 
+       but possibility to choose between integral or amplitude (with spline) 
+       extraction. Default is amplitude.
+
+   * mcalib/MHCalibrationChargeBlindPix.[h,cc]
+     - use the variable fPixId to design an ID to the class. 
+       Later, a new class MHCalibrationChargeBlindCam can host 
+       the different blind pixels as individual 
+       MHCalibrationChargeBlindPix. 
+     - Default ID is 0 which is also default in MExtractedSignalBlindPix
+     - for current code, nothing has thus changed so far...
+
+   * msignal/MExtractAmplitudeSpline.cc
+     - fixed a bug causing a segmentation violation in the destructor 
+       (array dimension was not respected correctly)
+
+   * mcalib/MHGausEvents.cc
+     - removed an inconsistency in the naming of fHPowerProbability which 
+       can cause a memory leak (I hope, this was the cause of some of the 
+       leaks we had, but I'm not sure).
+     - removed the setting of fPixId to -1 in the Clear()
+
 
 
  2004/07/14: Hendrik Bartko
+
    * msignal/MExtractTimeHighestIntegral.cc
      - implemented the time calculation respective to the zero FADC
        time sample, not respective to the first sample of the chosen
        range
+
    * msignal/MArrivalTimeCalc2.cc
      - implemented the time calculation respective to the zero FADC
        time sample, not respective to the first sample of the chosen
        range
+
 
 
