Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 4660)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 4661)
@@ -24,7 +24,8 @@
 
    * mcalib/MCalibrationCam.[h,cc]
-     - remove the static variable gkNumPulserColors
-     - take the pulser color enum out of the streamer
+     - comment the static variable gkNumPulserColors
+     - take the pulser color enum and gkNumPulserColors out of the streamer
      - set the version nr from 3 to 4
+     - Simplify a piece of the code dealing with the ForEach macro
 
    * mcalib/MCalibrationChargeCam.[h,cc]
Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h	(revision 4660)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h	(revision 4661)
@@ -32,4 +32,5 @@
 	kNONE =4 
 	};                                  //! Possible Pulser colours
+  static const Int_t gkNumPulserColors;     //! Number of Pulser colours (now set to: 4)
   
 protected:
