Index: /trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc	(revision 4865)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc	(revision 4866)
@@ -123,8 +123,8 @@
   enum ColorCode_t 
     {
-      k5LedGreen   = BIT(1),
-      k5LedUV      = BIT(12),
-      k5LedBlue    = BIT(14),
-      kCT1Pulser   = BIT(17)
+      k5LedGreen   = BIT(0 ),
+      k5LedUV      = BIT(11),
+      k5LedBlue    = BIT(13),
+      kCT1Pulser   = BIT(16)
     };
 
Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.h	(revision 4865)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.h	(revision 4866)
@@ -8,4 +8,8 @@
 #ifndef ROOT_TArrayC
 #include "TArrayC.h"
+#endif
+
+#ifndef ROOT_TArrayD
+#include "TArrayD.h"
 #endif
 
@@ -24,6 +28,6 @@
 protected:
 
-  TArrayF fCorningBlues;                   //! Corning blues of the pixels (if available) 
-  TArrayF fCorningReds;                    //! Corning reds  of the pixels (if available) 
+  TArrayD fCorningBlues;                   //! Corning blues of the pixels (if available) 
+  TArrayD fCorningReds;                    //! Corning reds  of the pixels (if available) 
 
 public:
@@ -42,6 +46,6 @@
   Float_t GetPlexiglassQERelVar    () const; 
 
-  const TArrayF &GetCorningBlues   () const { return fCorningBlues;  }
-  const TArrayF &GetCorningReds    () const { return fCorningReds;   }
+  const TArrayD &GetCorningBlues   () const { return fCorningBlues;  }
+  const TArrayD &GetCorningReds    () const { return fCorningReds;   }
   
   Bool_t  IsBlindPixelMethodValid  () const;
