7#ifndef SIMCORE_LHEREADER_H_
8#define SIMCORE_LHEREADER_H_
16namespace simcore::lhe {
Class defining an LHE event with a list of particles and information from the header block.
LHE event with a list of particles and information from the header block.
Reads LHE event data into an LHEEvent object.
std::ifstream ifs_
The input file stream.
LHEReader(std::string &fileName)
Class constructor.
virtual ~LHEReader()
Class destructor.
LHEEvent * readNextEvent()
Read the next event.