Changeset 14892 for trunk/Mars/mcorsika


Ignore:
Timestamp:
02/13/13 10:09:53 (12 years ago)
Author:
tbretz
Message:
Writing the run headers when the file gets closed writes the run header a second time... although this way we miss the number of events, but there is no easy solution at the moment.
File:
1 edited

Legend:

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

    r10213 r14892  
    583583               status = fRunHeader->ReadEvtEnd(fInFormat, kTRUE);
    584584               fNumEvents += fRunHeader->GetNumEvents();
    585                fRunHeader->SetReadyToSave();
     585               //fRunHeader->SetReadyToSave();
    586586               fReadState = 5;           // back to  starting point
    587587               // this may be the last block in the file.
Note: See TracChangeset for help on using the changeset viewer.