6 #ifndef HEPMC3_READERHEPEVT_H 7 #define HEPMC3_READERHEPEVT_H void close()
Close file stream.
FILE * m_file
File to read.
Definition of class GenRunInfo.
Definition of interface Reader.
ReaderHEPEVT(const std::string &filename)
Default constructor.
GenEvent I/O parsing and serialization for HEPEVT files.
Definition of struct GenEventData.
virtual bool read_hepevt_event_header()
Find and read event header line from file.
int m_events_count
Event count.
Stores event-related information.
bool read_event(GenEvent &evt, bool iflong)
Read event from file.
char * hepevtbuffer
Pointer to HEPEVT Fortran common block/C struct.
virtual bool read_hepevt_particle(int i, bool iflong=true)
read particle from file
Definition of class GenEvent.
Base class for all I/O readers.
bool failed()
Get stream error state.