Public Member Functions | Private Member Functions | Private Attributes
PhotosHepMC3Event Class Reference
Inheritance diagram for PhotosHepMC3Event:
Inheritance graph
Collaboration diagram for PhotosHepMC3Event:
Collaboration graph

Public Member Functions

 PhotosHepMC3Event (GenEvent *event)
 
GenEvent * getEvent ()
 
std::vector< PhotosParticle * > getParticleList ()
 
void print ()
 
void process ()
 

Private Member Functions

vector< PhotosParticle * > filterParticles (vector< PhotosParticle * > particles)
 

Private Attributes

GenEvent * m_event
 
std::vector< PhotosParticle * > particles
 
vector< PhotosBranch * > m_branch_points
 

Detailed Description

Definition at line 28 of file PhotosHepMC3Event.h.

Constructor & Destructor Documentation

◆ PhotosHepMC3Event()

PhotosHepMC3Event ( GenEvent *  event)

Constructor which keeps a pointer to the GenEvent

Definition at line 10 of file PhotosHepMC3Event.cxx.

References PhotosHepMC3Event::m_event, and PhotosHepMC3Event::particles.

Member Function Documentation

◆ filterParticles()

vector< PhotosParticle * > filterParticles ( vector< PhotosParticle * >  particles)
privateinherited

Filter suppressed and invalid particles.

Definition at line 32 of file PhotosEvent.cxx.

References Log::Debug(), PhotosParticle::getDaughters(), PhotosParticle::getPdgID(), PhotosParticle::getStatus(), and PhotosParticle::STABLE.

◆ getEvent()

GenEvent * getEvent ( )

Returns the GenEvent

Definition at line 30 of file PhotosHepMC3Event.cxx.

References PhotosHepMC3Event::m_event.

◆ getParticleList()

vector< PhotosParticle * > getParticleList ( )
virtual

Returns the list of particles

Implements PhotosEvent.

Definition at line 41 of file PhotosHepMC3Event.cxx.

References PhotosHepMC3Event::particles.

◆ print()

void print ( )
virtual

Prints event summary

Implements PhotosEvent.

Definition at line 35 of file PhotosHepMC3Event.cxx.

References PhotosHepMC3Event::m_event.

◆ process()

void process ( )
inherited

Field Documentation

◆ m_branch_points

vector<PhotosBranch *> m_branch_points
privateinherited

branch points which should be given to PHOTOS

Definition at line 44 of file PhotosEvent.h.

◆ m_event

GenEvent* m_event
private

The event

Definition at line 46 of file PhotosHepMC3Event.h.

◆ particles

std::vector<PhotosParticle *> particles
private

Particle list

Definition at line 48 of file PhotosHepMC3Event.h.


The documentation for this class was generated from the following files: