Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 5574)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 5575)
@@ -20,4 +20,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/12/09: Markus Gaug
+  
+  * mhcalib/MHCalibrationPix.[h,cc]
+    - fixed a bug in Reset(), fSaturation was not resetted before. 
+      Affects only intensity calibraion.
+
 
  2004/12/09: Thomas Bretz
Index: /trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.cc
===================================================================
--- /trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.cc	(revision 5574)
+++ /trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.cc	(revision 5575)
@@ -95,4 +95,12 @@
 }
 
+void MHCalibrationPix::Reset()
+{
+  
+  MHGausEvents::Reset();
+  fSaturated = 0;
+}
+
+
 // -----------------------------------------------------------------------------
 // 
Index: /trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.h
===================================================================
--- /trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.h	(revision 5574)
+++ /trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.h	(revision 5575)
@@ -24,5 +24,6 @@
 
   void  Clear(Option_t *o="");
-
+  void  Reset();
+  
   // Getters
   const Double_t GetBlackout       () const;  
