FairRoot/PandaRoot
|
#include <PhotosHepMCEvent.h>
Public Member Functions | |
~PhotosHepMCEvent () | |
PhotosHepMCEvent (HepMC::GenEvent *event) | |
HepMC::GenEvent * | getEvent () |
std::vector< PhotosParticle * > | getParticleList () |
void | print () |
~PhotosHepMCEvent () | |
PhotosHepMCEvent (HepMC::GenEvent *event) | |
HepMC::GenEvent * | getEvent () |
std::vector< PhotosParticle * > | getParticleList () |
void | print () |
void | process () |
void | process () |
Private Attributes | |
HepMC::GenEvent * | m_event |
std::vector< PhotosParticle * > | particles |
Definition at line 29 of file PhotosHepMCEvent.h.
PhotosHepMCEvent::~PhotosHepMCEvent | ( | ) |
Definition at line 21 of file PhotosHepMCEvent.cxx.
References p.
PhotosHepMCEvent::PhotosHepMCEvent | ( | HepMC::GenEvent * | event | ) |
Constructor which keeps a pointer to the HepMC::GenEvent
Definition at line 10 of file PhotosHepMCEvent.cxx.
References particle.
Photospp::PhotosHepMCEvent::~PhotosHepMCEvent | ( | ) |
Photospp::PhotosHepMCEvent::PhotosHepMCEvent | ( | HepMC::GenEvent * | event | ) |
Constructor which keeps a pointer to the HepMC::GenEvent
HepMC::GenEvent * PhotosHepMCEvent::getEvent | ( | ) |
HepMC::GenEvent* Photospp::PhotosHepMCEvent::getEvent | ( | ) |
Returns the HepMC::GenEvent
|
virtual |
Returns the list of particles
Implements Photospp::PhotosEvent.
Definition at line 42 of file PhotosHepMCEvent.cxx.
|
virtual |
Returns the list of particles
Implements Photospp::PhotosEvent.
|
virtual |
Prints event summary
Implements Photospp::PhotosEvent.
|
virtual |
Prints event summary
Implements Photospp::PhotosEvent.
Definition at line 36 of file PhotosHepMCEvent.cxx.
|
inherited |
Process event
|
inherited |
Process event
Definition at line 21 of file PhotosEvent.cxx.
References Photospp::PhotosBranch::createBranches(), Photospp::PhotosEvent::filterParticles(), Photospp::PhotosEvent::getParticleList(), i, and Photospp::PhotosEvent::m_branch_points.
Referenced by main().
|
private |
The event
Definition at line 47 of file PhotosHepMCEvent.h.
|
private |
Particle list
Definition at line 49 of file PhotosHepMCEvent.h.