HEJ 2.1.4
High energy resummation for hadron colliders
|
This is an event writer specifically for HDF5 output. More...
#include <HDF5Writer.hh>
Public Member Functions | |
HDF5Writer (std::string const &file, LHEF::HEPRUP heprup) | |
Constructor. More... | |
HDF5Writer ()=delete | |
void | write (Event const &ev) override |
Write an event to the output file. More... | |
void | finish () override |
Finish writing. More... | |
~HDF5Writer () override | |
Public Member Functions inherited from HEJ::EventWriter | |
virtual void | write (Event const &)=0 |
Write an event. More... | |
virtual void | finish () |
virtual | ~EventWriter ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from HEJ::EventWriter | |
void | finish_or_abort (EventWriter *writer, std::string const &name) const noexcept |
If writer is not finished run finish() and abort on error. More... | |
bool | finished () const |
This is an event writer specifically for HDF5 output.
HEJ::HDF5Writer::HDF5Writer | ( | std::string const & | file, |
LHEF::HEPRUP | heprup | ||
) |
Constructor.
file | name of the output file |
heprup | general process information |
|
delete |
|
override |
|
overridevirtual |
Finish writing.
Reimplemented from HEJ::EventWriter.
|
overridevirtual |
Write an event to the output file.
Implements HEJ::EventWriter.