- Timestamp:
- 03/09/16 15:40:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Corsika7500Compatibility/mcorsika/MCorsikaRead.cc
r14892 r18455 402 402 return kTRUE; 403 403 404 if (fBlockType == 1204 && fReadState != 2)404 if (fBlockType == 1204 && (fReadState != 2 && fReadState != 15)) 405 405 // next is a new set of telescope arrays, we store the previous ones 406 406 // but not if this is the first one (fReadState != 2) … … 474 474 Int_t MCorsikaRead::Process() 475 475 { 476 //fEvent->Clear(); 477 //fEvent->Reset(); 478 fEvent->Resize(0); 476 479 while (1) // loop for multiple input files 477 480 {
Note:
See TracChangeset
for help on using the changeset viewer.