Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5471)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5472)
@@ -36,4 +36,7 @@
    * mpedestal/MHPedestalPix.[h,cc]
      - removed 
+
+   * mcalib/MCalibrationPix.h
+     - added two new Getters
 
    * mpedestal/MHPedestalCam.[h,cc]
@@ -53,4 +56,19 @@
        "LoGain"-variables of MCalibrationPedCam
   
+   * mpedestal/MExtractPedestal.[h,cc]
+     - new base class for pedestal extractor.
+
+   * mpedestal/MPedCalcPedRun.[h,cc]
+     - derives from MExtractPedestal now 
+     - Add two functions looking for the pedestal bit in the trigger
+       pattern
+     - Add the possibility to skip an event if: 
+       a) the run is not a pedestal run or
+       b) the trigger bit is set to pedestal
+     These modifications allow to use this class for interlaced pedestal
+     events.
+
+   * mpedestal/MPedCalcFromLoGain.[h,cc]
+     - derives from MExtractPedestal now 
 
  2004/11/23: Markus Gaug
Index: trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h	(revision 5471)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h	(revision 5472)
@@ -90,4 +90,5 @@
   virtual Float_t GetLoGainMean       () const { return fLoGainMean;        }
   virtual Float_t GetLoGainMeanErr    () const;
+  virtual Float_t GetLoGainMeanVar    () const { return fLoGainMeanVar;     }
   virtual Float_t GetLoGainMeanRelVar () const;  
   virtual Float_t GetLoGainProb       () const { return fLoGainProb;        }
@@ -95,4 +96,5 @@
   virtual Float_t GetLoGainSigma      () const { return fLoGainSigma;       }  
   virtual Float_t GetLoGainSigmaErr   () const;
+  virtual Float_t GetLoGainSigmaVar   () const { return fLoGainSigmaVar;    }
   virtual Float_t GetLoGainNumPickup  () const { return fLoGainNumPickup;   }
   virtual Float_t GetLoGainNumBlackout() const { return fLoGainNumBlackout; }  
