Ignore:
Timestamp:
10/28/18 20:01:31 (6 years ago)
Author:
tbretz
Message:
Added some comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcorsika/MCorsikaFormat.cc

    r18536 r19319  
    146146      case 1213486661 : // EVTH
    147147         if (readState != 10)
    148             blockType = 1202;
     148            blockType = 1202;     // event header (where readstate := 2)
    149149         else
    150150            {
    151             blockType = 1105;
     151            blockType = 1105;              // raw data
    152152            fIn->seekg(-4, ios::cur);
    153153            blockLength += 4;
     
    158158         break;
    159159      default:          // the events, they don't have a specific header
    160          blockType = 1105;
     160         blockType = 1105;                  // raw data
    161161         fIn->seekg(-4, ios::cur);
    162162         blockLength += 4;
Note: See TracChangeset for help on using the changeset viewer.