Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.h	(revision 4875)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.h	(revision 4876)
@@ -10,6 +10,6 @@
 #endif
 
-#ifndef ROOT_TArrayD
-#include "TArrayD.h"
+#ifndef MARS_MArrayD
+#include "MArrayD.h"
 #endif
 
@@ -28,6 +28,6 @@
 protected:
 
-  TArrayD fCorningBlues;                   //! Corning blues of the pixels (if available) 
-  TArrayD fCorningReds;                    //! Corning reds  of the pixels (if available) 
+  MArrayD fCorningBlues;                   //! Corning blues of the pixels (if available) 
+  MArrayD fCorningReds;                    //! Corning reds  of the pixels (if available) 
 
 public:
@@ -46,6 +46,6 @@
   Float_t GetPlexiglassQERelVar    () const; 
 
-  const TArrayD &GetCorningBlues   () const { return fCorningBlues;  }
-  const TArrayD &GetCorningReds    () const { return fCorningReds;   }
+  const MArrayD &GetCorningBlues   () const { return fCorningBlues;  }
+  const MArrayD &GetCorningReds    () const { return fCorningReds;   }
   
   Bool_t  IsBlindPixelMethodValid  () const;
