Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4659)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4660)
@@ -24,5 +24,6 @@
 
    * mcalib/MCalibrationCam.[h,cc]
-     - comment the static variables and take them out of the streamer
+     - remove the static variable gkNumPulserColors
+     - take the pulser color enum out of the streamer
      - set the version nr from 3 to 4
 
Index: trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h	(revision 4659)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h	(revision 4660)
@@ -25,6 +25,11 @@
 public:
 
-  enum PulserColor_t { kCT1=0, kGREEN=1, kBLUE=2, kUV=3, kNONE=4 }; // Possible Pulser colours
-  static const Int_t gkNumPulserColors;                     // Number of Pulser colours (now set to: 4)
+  enum PulserColor_t { 
+	kCT1  =0, 
+	kGREEN=1, 
+	kBLUE =2, 
+	kUV   =3, 
+	kNONE =4 
+	};                                  //! Possible Pulser colours
   
 protected:
@@ -90,5 +95,5 @@
   void  SetPulserColor         ( const PulserColor_t col=kCT1 )  { fPulserColor = col; }
   
-  ClassDef(MCalibrationCam, 3)	// Base class Container for Calibration Results Camera
+  ClassDef(MCalibrationCam, 4)	// Base class Container for Calibration Results Camera
 };
 
