Ignore:
Timestamp:
08/06/10 14:46:09 (14 years ago)
Author:
rohlfs
Message:
update for EventIo reading
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9625 r9626  
    6363
    6464
     65 2010/07/23 Reiner Rohlfs
     66
     67   * mcorsika/MCorsikaFormat.[h,cc]
     68     - new files
     69       All the differences between EventIo files and coriska files
     70       are implemented in these files.
     71
     72   * mcoriska/MCorsikaRead.[h,cc]
     73     - the file handler fIn is replaced by the MCorsikaFormat class.
     74     - every access to the input file is replaces by calling
     75       methods of MCorsikaFormat.
     76
     77   * mcoriska/MCorsikaRunHeader.[h,cc]
     78     - the file handler fIn is replaced by the MCorsikaFormat class.
     79     - every access to the input file is replaces by calling
     80       methods of MCorsikaFormat.
     81
     82   * mcoriska/MCorsikaEvtHeader.[h,cc]
     83     - the file handler fIn is replaced by the MCorsikaFormat class.
     84     - every access to the input file is replaces by calling
     85       methods of MCorsikaFormat.
     86
     87   * msim/MPhotonEvent.cc
     88     - method ReadCorsikaEvt distinguish between Corsika and EventIo
     89       input files and calls either FillEventIO() or FillCorsika().
     90
     91   * msim/MPhotonData.[h,cc]
     92     - new method: FillEventIO, which is similar as FillCorsika
     93
    6594
    6695 2010/07/09 Thomas Bretz
Note: See TracChangeset for help on using the changeset viewer.