cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
CepGenEvent Class Reference

Interfacing between CepGen and HepMC event definitions. More...

#include <CepGenAddOns/HepMC3Wrapper/HepMC3EventInterface.h>

+ Inheritance diagram for CepGenEvent:
+ Collaboration diagram for CepGenEvent:

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.
 

Detailed Description

Author
Laurent Forthomme laure.nosp@m.nt.f.nosp@m.ortho.nosp@m.mme@.nosp@m.cern..nosp@m.ch
Date
Jul 2019

Definition at line 35 of file HepMC3EventInterface.h.

Constructor & Destructor Documentation

◆ CepGenEvent()

CepGenEvent ( const cepgen::Event evt)

Definition at line 37 of file HepMC3EventInterface.cpp.

Member Function Documentation

◆ dump()

void dump ( ) const

Definition at line 267 of file HepMC3EventInterface.cpp.

◆ merge()

void merge ( cepgen::Event evt) const

Definition at line 198 of file HepMC3EventInterface.cpp.

◆ operator cepgen::Event()

operator cepgen::Event ( ) const

Definition at line 123 of file HepMC3EventInterface.cpp.