Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9625)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9626)
@@ -63,4 +63,33 @@
 
 
+ 2010/07/23 Reiner Rohlfs
+
+   * mcorsika/MCorsikaFormat.[h,cc]
+     - new files
+       All the differences between EventIo files and coriska files
+       are implemented in these files.
+
+   * mcoriska/MCorsikaRead.[h,cc]
+     - the file handler fIn is replaced by the MCorsikaFormat class.
+     - every access to the input file is replaces by calling 
+       methods of MCorsikaFormat.
+
+   * mcoriska/MCorsikaRunHeader.[h,cc]
+     - the file handler fIn is replaced by the MCorsikaFormat class.
+     - every access to the input file is replaces by calling 
+       methods of MCorsikaFormat.
+
+   * mcoriska/MCorsikaEvtHeader.[h,cc]
+     - the file handler fIn is replaced by the MCorsikaFormat class.
+     - every access to the input file is replaces by calling 
+       methods of MCorsikaFormat.
+
+   * msim/MPhotonEvent.cc
+     - method ReadCorsikaEvt distinguish between Corsika and EventIo
+       input files and calls either FillEventIO() or FillCorsika().
+
+   * msim/MPhotonData.[h,cc]
+     - new method: FillEventIO, which is similar as FillCorsika
+
 
  2010/07/09 Thomas Bretz
