Ignore:
Timestamp:
03/09/16 15:40:33 (9 years ago)
Author:
dbaack
Message:
Commit old changes from 7.4 Branch to this branch
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Corsika7500Compatibility/mcorsika/MCorsikaRead.cc

    r14892 r18455  
    402402      return kTRUE;
    403403
    404    if (fBlockType == 1204 && fReadState != 2)
     404   if (fBlockType == 1204 && (fReadState != 2 && fReadState != 15))
    405405      // next is a new set of telescope arrays, we store the previous ones
    406406      // but not if this is the first one (fReadState != 2)
     
    474474Int_t MCorsikaRead::Process()
    475475{
     476   //fEvent->Clear();
     477   //fEvent->Reset();
     478   fEvent->Resize(0);
    476479   while (1)  // loop for multiple input files
    477480   {
Note: See TracChangeset for help on using the changeset viewer.