HepMC3 event record library
|
Public Member Functions | |
PhotosHepMC3Event (GenEvent *event) | |
GenEvent * | getEvent () |
std::vector< PhotosParticle * > | getParticleList () |
void | print () |
Private Attributes | |
GenEvent * | m_event |
std::vector< PhotosParticle * > | particles |
Definition at line 34 of file PhotosHepMC3Event.h.
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 52 of file PhotosHepMC3Event.h.
|
private |
Particle list
Definition at line 54 of file PhotosHepMC3Event.h.