Ignore:
Timestamp:
11/29/10 14:24:23 (14 years ago)
Author:
rohlfs
Message:
two new command line arguments of readcorsika: -A=arrayNo and -T=telescopeNo. New design of program flow in MCorsikaRead: It is now determined by the order of the data blocks in the input file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msim/MPhotonEvent.h

    r9941 r10060  
    6060
    6161    // I/O
    62     Int_t ReadCorsikaEvt(MCorsikaFormat *fInFormat, Int_t i);
    63     Int_t ReadCorsikaEvt(istream &fin, Int_t i);
    64     //Int_t ReadRflEvt(istream &fin, Int_t i);
     62    Int_t ReadEventIoEvt(MCorsikaFormat *fInFormat);
     63    Int_t ReadCorsikaEvt(Float_t * data, Int_t numEvents, Int_t arrayIdx);
    6564
    6665    // TObject
Note: See TracChangeset for help on using the changeset viewer.