CepGen 1.2.5
Central exclusive processes event generator
|
Interfacing between CepGen and HepMC event definitions. More...
#include <CepGenAddOns/HepMC3Wrapper/HepMC3EventInterface.h>
Public Member Functions | |
CepGenEvent (const cepgen::Event &) | |
Construct an event interface from a CepGen Event object. | |
operator cepgen::Event () const | |
Extract a CepGen Event object from a HepMC3 GenEvent object. | |
void | dump () const |
Write the event content in the standard stream. | |
void | merge (cepgen::Event &) const |
Merge this event with another CepGen event record. | |
Definition at line 35 of file HepMC3EventInterface.h.
CepGenEvent | ( | const cepgen::Event & | evt | ) |
Definition at line 37 of file HepMC3EventInterface.cpp.
void dump | ( | ) | const |
Definition at line 267 of file HepMC3EventInterface.cpp.
void merge | ( | cepgen::Event & | evt | ) | const |
Definition at line 198 of file HepMC3EventInterface.cpp.
operator cepgen::Event | ( | ) | const |
Definition at line 123 of file HepMC3EventInterface.cpp.