Index: trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc	(revision 7640)
+++ trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc	(revision 7641)
@@ -33,5 +33,35 @@
 //  =======================
 //
+//  Format Version 6:
+//  -----------------
+//   + added CameraVersion
+//   + added TelescopeNumber
+//   + added ObservationMode
+//   + added dummies for TelescopeRa/Dec
+//
 //  Format Version 5:
+//  -----------------
+//   - now the sub millisecond information of the time is valid and decoded
+//     which enhances the precision from 51.2us to 200ns
+//
+//  Format Version 4:
+//  -----------------
+//   - added support for pixels with negative IDs
+//
+//  Format Version 3:
+//  -----------------
+//   - ???
+//
+//  Format Version 2:
+//  -----------------
+//   - removed mjd from data
+//   - added start time
+//   - added stop  time
+//
+//
+//  MRawRunHeader CLASS VERSION
+//  ===========================
+//
+//  Class Version 4:
 //  -----------------
 //   - added fCameraVersion
@@ -39,27 +69,4 @@
 //   - changed length of fProjectName to 101
 //   - changed length of fSourceName  to 81
-//
-//  Format Version 6:
-//  -----------------
-//   - now the sub millisecond information of the time is valid and decoded
-//     which enhances the precision from 51.2us to 200ns
-//
-//  Format Version 4:
-//  -----------------
-//   - added support for pixels with negative IDs
-//
-//  Format Version 3:
-//  -----------------
-//   - ???
-//
-//  Format Version 2:
-//  -----------------
-//   - removed mjd from data
-//   - added start time
-//   - added stop  time
-//
-//
-//  MRawRunHeader CLASS VERSION
-//  ===========================
 //
 //  Class Version 3:
Index: trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawRunHeader.h	(revision 7640)
+++ trunk/MagicSoft/Mars/mraw/MRawRunHeader.h	(revision 7641)
@@ -122,5 +122,5 @@
     Bool_t ReadEvt(istream& fin);
 
-    ClassDef(MRawRunHeader, 3)	// storage container for general info
+    ClassDef(MRawRunHeader, 4)	// storage container for general info
 };
 #endif
