HepMC3 event record library
|
Definition at line 36 of file PhotosHepMC3Event.h.
Public Member Functions | |
PhotosHepMC3Event (GenEvent *event) | |
GenEvent * | getEvent () |
std::vector< PhotosParticle * > | getParticleList () |
void | print () |
Private Attributes | |
GenEvent * | m_event |
std::vector< PhotosParticle * > | particles |
PhotosHepMC3Event | ( | GenEvent * | event | ) |
Constructor which keeps a pointer to the GenEvent
GenEvent * getEvent | ( | ) |
Returns the GenEvent
std::vector< PhotosParticle * > getParticleList | ( | ) |
Returns the list of particles
void print | ( | ) |
Prints event summary
|
private |
The event
Definition at line 54 of file PhotosHepMC3Event.h.
|
private |
Particle list
Definition at line 56 of file PhotosHepMC3Event.h.