HEJ 2 2.0
High energy resummation for hadron colliders
|
This is an event writer specifically for HepMC output. More...
#include <HepMCWriter.hh>
Public Member Functions | |
HepMCWriter (std::string const &file, LHEF::HEPRUP heprup) | |
Constructor. More... | |
~HepMCWriter () override=default | |
void | write (Event const &ev) override |
Write an event to the output file. More... | |
Public Member Functions inherited from HEJ::EventWriter | |
virtual void | write (Event const &)=0 |
Write an event. More... | |
virtual | ~EventWriter ()=default |
This is an event writer specifically for HepMC output.
HEJ::HepMCWriter::HepMCWriter | ( | std::string const & | file, |
LHEF::HEPRUP | heprup | ||
) |
Constructor.
file | name of the output file |
heprup | general process information |
|
overridedefault |
|
overridevirtual |
Write an event to the output file.
Implements HEJ::EventWriter.