Index: trunk/MagicSoft/Mars/mimage/MHHillas.cc
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHHillas.cc	(revision 9341)
+++ trunk/MagicSoft/Mars/mimage/MHHillas.cc	(revision 9343)
@@ -19,5 +19,5 @@
 !   Author(s): Wolfgang Wittek  2002 <mailto:wittek@mppmu.mpg.de>
 !
-!   Copyright: MAGIC Software Development, 2000-2004
+!   Copyright: MAGIC Software Development, 2000-2009
 !
 !
@@ -29,4 +29,9 @@
 //
 // This class contains histograms for the source independent image parameters
+//
+// ClassVersion 2:
+// ---------------
+//  - fMm2Deg
+//  - fUseMmScale
 //
 /////////////////////////////////////////////////////////////////////////////
Index: trunk/MagicSoft/Mars/mimage/MHHillas.h
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHHillas.h	(revision 9341)
+++ trunk/MagicSoft/Mars/mimage/MHHillas.h	(revision 9343)
@@ -54,5 +54,5 @@
     //Int_t DistancetoPrimitive(Int_t px, Int_t py) { return 0; }
 
-    ClassDef(MHHillas, 1) // Container which holds histograms for the source independent image parameters
+    ClassDef(MHHillas, 2) // Container which holds histograms for the source independent image parameters
 };
 
Index: trunk/MagicSoft/Mars/mimage/MHHillasExt.cc
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHHillasExt.cc	(revision 9341)
+++ trunk/MagicSoft/Mars/mimage/MHHillasExt.cc	(revision 9343)
@@ -34,4 +34,9 @@
 //  + fHSlopeL
 //
+// ClassVersion 3:
+// ---------------
+//  - fMm2Deg
+//  - fUseMmScale
+//
 /////////////////////////////////////////////////////////////////////////////
 #include "MHHillasExt.h"
Index: trunk/MagicSoft/Mars/mimage/MHHillasExt.h
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHHillasExt.h	(revision 9341)
+++ trunk/MagicSoft/Mars/mimage/MHHillasExt.h	(revision 9343)
@@ -44,5 +44,5 @@
     void Draw(Option_t *opt=NULL);
 
-    ClassDef(MHHillasExt, 2) // Container which holds histograms for the extended hillas parameters
+    ClassDef(MHHillasExt, 3) // Container which holds histograms for the extended hillas parameters
 };
 
Index: trunk/MagicSoft/Mars/mimage/MHHillasSrc.cc
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHHillasSrc.cc	(revision 9341)
+++ trunk/MagicSoft/Mars/mimage/MHHillasSrc.cc	(revision 9343)
@@ -18,5 +18,5 @@
 !   Author(s): Thomas Bretz  2001 <mailto:tbretz@uni-sw.gwdg.de>
 !
-!   Copyright: MAGIC Software Development, 2000-2001
+!   Copyright: MAGIC Software Development, 2000-2009
 !
 !
@@ -28,4 +28,9 @@
 //
 // This class contains histograms for every Hillas parameter
+//
+// ClassVersion 2:
+// ---------------
+//  - fMm2Deg
+//  - fUseMmScale
 //
 ///////////////////////////////////////////////////////////////////////
Index: trunk/MagicSoft/Mars/mimage/MHHillasSrc.h
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHHillasSrc.h	(revision 9341)
+++ trunk/MagicSoft/Mars/mimage/MHHillasSrc.h	(revision 9343)
@@ -46,5 +46,5 @@
 
 
-    ClassDef(MHHillasSrc, 1) // Container which holds histograms for the source dependant parameters
+    ClassDef(MHHillasSrc, 2) // Container which holds histograms for the source dependant parameters
 };
 
Index: trunk/MagicSoft/Mars/mimage/MHNewImagePar.cc
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHNewImagePar.cc	(revision 9341)
+++ trunk/MagicSoft/Mars/mimage/MHNewImagePar.cc	(revision 9343)
@@ -19,5 +19,5 @@
 !   Author(s): Thomas Bretz, 04/2003 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
-!   Copyright: MAGIC Software Development, 2000-2006
+!   Copyright: MAGIC Software Development, 2000-2009
 !
 !
@@ -29,8 +29,13 @@
 //
 //
-// Version 2:
+// ClassVersion 2:
 // ----------
 //  + TH1F fHistConcCOG;   // [ratio] concentration around the center of gravity (all pixels)
 //  + TH1F fHistConcCore;  // [ratio] concentration of signals inside ellipse (used pixels)
+//
+// ClassVersion 3:
+// ---------------
+//  - fMm2Deg
+//  - fUseMmScale
 //
 ////////////////////////////////////////////////////////////////////////////
Index: trunk/MagicSoft/Mars/mimage/MHNewImagePar.h
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHNewImagePar.h	(revision 9341)
+++ trunk/MagicSoft/Mars/mimage/MHNewImagePar.h	(revision 9343)
@@ -61,5 +61,5 @@
     void Paint(Option_t *opt="");
 
-    ClassDef(MHNewImagePar, 2) // Histograms of new image parameters
+    ClassDef(MHNewImagePar, 3) // Histograms of new image parameters
 };
 
Index: trunk/MagicSoft/Mars/mimage/MHNewImagePar2.cc
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHNewImagePar2.cc	(revision 9341)
+++ trunk/MagicSoft/Mars/mimage/MHNewImagePar2.cc	(revision 9343)
@@ -18,5 +18,5 @@
 !   Author(s): Thomas Bretz, 03/2005 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
-!   Copyright: MAGIC Software Development, 2000-2005
+!   Copyright: MAGIC Software Development, 2000-2009
 !
 !
@@ -26,4 +26,9 @@
 //
 // MHNewImagePar2
+//
+// ClassVersion 2:
+// ---------------
+//  - fMm2Deg
+//  - fUseMmScale
 //
 ////////////////////////////////////////////////////////////////////////////
Index: trunk/MagicSoft/Mars/mimage/MHNewImagePar2.h
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHNewImagePar2.h	(revision 9341)
+++ trunk/MagicSoft/Mars/mimage/MHNewImagePar2.h	(revision 9343)
@@ -28,5 +28,5 @@
     void Draw(Option_t *opt="");
 
-    ClassDef(MHNewImagePar2, 1) // Histograms of new image parameters
+    ClassDef(MHNewImagePar2, 2) // Histograms of new image parameters
 };
 
Index: trunk/MagicSoft/Mars/mimage/MHVsSize.cc
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHVsSize.cc	(revision 9341)
+++ trunk/MagicSoft/Mars/mimage/MHVsSize.cc	(revision 9343)
@@ -19,5 +19,5 @@
 !   Author(s): Wolfgang Wittek  2002 <mailto:wittek@mppmu.mpg.de>
 !
-!   Copyright: MAGIC Software Development, 2000-2004
+!   Copyright: MAGIC Software Development, 2000-2009
 !
 !
@@ -29,4 +29,9 @@
 //
 // This class contains histograms for the source independent image parameters
+//
+// ClassVersion 2:
+// ---------------
+//  - fMm2Deg
+//  - fUseMmScale
 //
 /////////////////////////////////////////////////////////////////////////////
Index: trunk/MagicSoft/Mars/mimage/MHVsSize.h
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHVsSize.h	(revision 9341)
+++ trunk/MagicSoft/Mars/mimage/MHVsSize.h	(revision 9343)
@@ -40,5 +40,5 @@
     void Draw(Option_t *opt=NULL);
 
-    ClassDef(MHVsSize, 1) // Container which holds histograms for image parameters vs size
+    ClassDef(MHVsSize, 2) // Container which holds histograms for image parameters vs size
 };
 
