Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3301)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3302)
@@ -7,25 +7,26 @@
  2004/02/25: Wolfgang Wittek
   
-  * mcalib/MCalibrateData.[h,cc]
-    - initialize size for MPedPhotCam
+   * mcalib/MCalibrateData.[h,cc]
+     - initialize size for MPedPhotCam
+
 
 
  2004/02/24: Wolfgang Wittek
-  * manalysis/MSourcPosfromStarPos.[h,cc]
-    - change member function SetSourceAndStarPosition() to expect sky
-      coordinates in the standard units
-    - generalize to more than 1 star
-    - the class is not yet fully tested
-
-  * mfilter/MFSelBasic.[h,cc]
-    - change default values of cuts
+
+   * manalysis/MSourcPosfromStarPos.[h,cc]
+     - change member function SetSourceAndStarPosition() to expect sky
+       coordinates in the standard units
+     - generalize to more than 1 star
+     - the class is not yet fully tested
+
+   * mfilter/MFSelBasic.[h,cc]
+     - change default values of cuts
+
 
 
  2004/02/24: Markus Gaug
 
-   * mjobs/MJCalibration.cc
-   * macros/calibration.C
-   * macros/bootcampstandardanalysis.C
-   * macros/pedphotcalc.C
+   * mjobs/MJCalibration.cc, macros/calibration.C,
+     macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
      - added MCalibrationChargeBlindPix to plist
      - added new filling of histograms with MFillH
@@ -33,18 +34,16 @@
        MCalibrationChargePINDiode
 
-   * mcalib/MHCalibrationChargeBlindPix.[h,cc]
-
-   - receives a pointer to MCalibrationChargePINDiode which is filled 
-     with the results and told to calculate the fluxes in the 
-     Finalize function
-   - is filled via MFillH from MExtractBlindPixel
-   - SetPulserColor directly in this class
+   * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
+     - receives a pointer to MCalibrationChargePINDiode which is filled 
+       with the results and told to calculate the fluxes in the 
+       Finalize function
+     - is filled via MFillH from MExtractBlindPixel
+     - SetPulserColor directly in this class
 
    * mcalib/MCalibrationChargeBlindPix.[h,cc]
-    - new storage container of the blind pxiel resutls, replaces 
-      MCalibrationBlindPix
-
-   * mcalib/MCalibrationChargeCalc.[h,cc]
-
+     - new storage container of the blind pxiel resutls, replaces 
+       MCalibrationBlindPix
+
+   * mcalib/MCalibrationChargeCalc.[h,cc]:
      - does not fill the histograms any more, but does ony the 
        calculations in the postprocess. No pointer to MExtractPINDidoe
@@ -66,9 +65,8 @@
 
 
-   * mcalib/MCalibrationPINDiode.[h,cc]
-   * mcalib/MHCalibrationPINDiode.[h,cc]
-   * mcalib/MCalibrationBlindPix.[h,cc]
-   * mcalib/MHCalibrationBlindPixel.[h,cc]
-   * mcalib/MHCalibrationConfig.h
+   * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
+     mcalib/MHCalibrationPINDiode.[h,cc],
+     mcalib/MCalibrationBlindPix.[h,cc],
+     mcalib/MHCalibrationBlindPixel.[h,cc]:
      - removed since obsolote 
 
@@ -85,4 +83,5 @@
 
 
+
  2004/02/23: Markus Gaug
 
@@ -90,10 +89,11 @@
      - include GetNumHiGainSamples and GetNumLoGainSamples
 
-   * mcalib/MExtractedSignalBlindPixel.h
-   * mcalib/MExtractBlindPixel.[h,cc]
+   * mcalib/MExtractedSignalBlindPixel.h, 
+     mcalib/MExtractBlindPixel.[h,cc]:
      - included storage of pedestal
 
    * mcalib/MHGausEvents.[h,cc]
      - make the fit functions protected
+
 
 
@@ -111,8 +111,8 @@
 
 
+
  2004/02/21: Markus Gaug
 
    * manalysis/MExtractedSignalPix.[h,cc]
-     
      - changed variable fIsLoGainUsed to fLoGainUsed
      - added function GetNumHiGainSaturated()
@@ -121,46 +121,36 @@
  2004/02/20: Markus Gaug
 
-   * mcalib/MHCalibrationChargeHiGainPix.[h,cc]
-   * mcalib/MHCalibrationChargeLoGainPix.[h,cc]
-   * mcalib/Makefile
-   * mcalib/CalibLinkDef.h
-
-   - new class to replace MHCalibrationPixel, 
-     based on MHCalibrationChargePix
+   * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
+     mcalib/MHCalibrationChargeLoGainPix.[h,cc],
+     mcalib/CalibLinkDef.h
+     - new class to replace MHCalibrationPixel, 
+       based on MHCalibrationChargePix
 
    * mcalib/MCalibrationChargeCalc.[h,cc]
-   * mcalib/MCalibrationChargeCam.[h,cc]
-   * mcalib/MCalibrationChargePix.[h,cc]
-   * mcalib/MCalibrationChargePINDiode.[h,cc]
-   * mcalib/MCalibrationCalc.[h,cc]
-   * mcalib/MCalibrationCam.[h,cc]
-   * mcalib/MCalibrationPINDiode.[h,cc]
-
-   - added the "charge" versions, remove the old ones. The histograms 
-     should be filled in the MH... versions independently of 
-     MCalibrationChargeCalc. This is fully realized for the PIN Didoe 
-     now and will later be so for the pixels and the blind pixel. 
+     mcalib/MCalibrationChargeCam.[h,cc]
+     mcalib/MCalibrationChargePix.[h,cc]
+     mcalib/MCalibrationChargePINDiode.[h,cc]
+     mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
+     mcalib/MCalibrationPINDiode.[h,cc]:
+     - added the "charge" versions, remove the old ones. The histograms 
+       should be filled in the MH... versions independently of 
+       MCalibrationChargeCalc. This is fully realized for the PIN Didoe 
+       now and will later be so for the pixels and the blind pixel. 
 
    * mcalib/MHCalibrationChargePINDiode.[h,cc]
-
-   - receives a pointer to MCalibrationChargePINDiode which is filled 
-     with the results and told to calculate the fluxes in the 
-     Finalize function
-
-   * mcalib/MCalibrate.[h,cc]
-   * mcalib/MCalibrateData.[h,cc]
-   * mcalib/MMcCalibrationCalc.[h,cc]
-   * manalysis/MMcCalibrationUpdate.[h,cc]
-   * mjobs/MJCalibration.[h,cc]
-   * mjobs/MJExtractSignal.[h,cc]
-   * manalysis/MGeomApply.cc
-   * mcalib/Makefile
-   * mcalib/CalibLinkDef.h
-   * macros/calibration.C
-   * macros/bootcampstandardanalysis.C
-   * macros/pedphotcalc.C
- 
-  - replace MCalibrationCam by MCalibrationChargeCam
-  - replace MCalibrationCalc by MCalibrationChargeCalc
+     - receives a pointer to MCalibrationChargePINDiode which is filled 
+       with the results and told to calculate the fluxes in the 
+       Finalize function
+
+   * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
+     mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
+     manalysis/MMcCalibrationUpdate.[h,cc],
+     mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
+     mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
+     macros/bootcampstandardanalysis.C,
+     macros/pedphotcalc.C:
+    - replace MCalibrationCam by MCalibrationChargeCam
+    - replace MCalibrationCalc by MCalibrationChargeCalc
+
 
 
