HEJ 2.1.4
High energy resummation for hadron colliders
|
Class for reading events from a file in the Les Houches Event File format. More...
#include <LesHouchesReader.hh>
Public Member Functions | |
LesHouchesReader (std::string const &filename) | |
Contruct object reading from the given file. More... | |
bool | read_event () override |
Read an event. More... | |
std::string const & | header () const override |
Access header text. More... | |
LHEF::HEPRUP const & | heprup () const override |
Access run information. More... | |
LHEF::HEPEUP const & | hepeup () const override |
Access last read event. More... | |
Public Member Functions inherited from HEJ::EventReader | |
virtual bool | read_event ()=0 |
Read an event. More... | |
virtual std::string const & | header () const =0 |
Access header text. More... | |
virtual LHEF::HEPRUP const & | heprup () const =0 |
Access run information. More... | |
virtual LHEF::HEPEUP const & | hepeup () const =0 |
Access last read event. More... | |
virtual optional< std::size_t > | number_events () const |
Guess number of events from header. More... | |
virtual | ~EventReader ()=default |
Protected Member Functions | |
LHEF::Reader & | reader () |
Underlying reader. More... | |
Class for reading events from a file in the Les Houches Event File format.
|
inlineexplicit |
Contruct object reading from the given file.
|
inlineoverridevirtual |
Access header text.
Implements HEJ::EventReader.
|
inlineoverridevirtual |
Access last read event.
Implements HEJ::EventReader.
|
inlineoverridevirtual |
Access run information.
Implements HEJ::EventReader.
|
inlineoverridevirtual |
|
inlineprotected |
Underlying reader.