HEJ 2 2.0
High energy resummation for hadron colliders
|
Class for writing events to a file in the Les Houches Event File format. More...
#include <LesHouchesWriter.hh>
Public Member Functions | |
LesHouchesWriter (std::string const &file, LHEF::HEPRUP heprup) | |
Constructor. More... | |
LesHouchesWriter (LesHouchesWriter const &other)=delete | |
LesHouchesWriter & | operator= (LesHouchesWriter const &other)=delete |
LesHouchesWriter (LesHouchesWriter &&other)=delete | |
LesHouchesWriter & | operator= (LesHouchesWriter &&other)=delete |
~LesHouchesWriter () override | |
void | write (Event const &ev) override |
Write an event to the file specified in the constructor. More... | |
Public Member Functions inherited from HEJ::EventWriter | |
virtual void | write (Event const &)=0 |
Write an event. More... | |
virtual | ~EventWriter ()=default |
Class for writing events to a file in the Les Houches Event File format.
HEJ::LesHouchesWriter::LesHouchesWriter | ( | std::string const & | file, |
LHEF::HEPRUP | heprup | ||
) |
Constructor.
file | Name of output file |
heprup | General process information |
|
delete |
|
delete |
|
override |
|
delete |
|
delete |
|
overridevirtual |
Write an event to the file specified in the constructor.
Implements HEJ::EventWriter.