|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4InEvent.h>
Inheritance diagram for PHG4InEvent:
Collaboration diagram for PHG4InEvent:Public Member Functions | |
| PHG4InEvent () | |
| virtual | ~PHG4InEvent () |
| virtual void | identify (std::ostream &os=std::cout) const |
| void | Reset () |
| Clear Event. More... | |
| int | AddVtxHepMC (const int id, const double x, const double y, const double z, const double t) |
| int | AddVtx (const double x, const double y, const double z, const double t) |
| int | AddVtx (const int id, const PHG4VtxPoint &) |
| int | AddParticle (const int vtxid, PHG4Particle *particle) |
| void | AddEmbeddedParticle (PHG4Particle *particle, int flag) |
| std::pair< std::map< int, PHG4VtxPoint * >::const_iterator, std::map< int, PHG4VtxPoint * >::const_iterator > | GetVertices () const |
| std::pair< std::multimap< int, PHG4Particle * >::const_iterator, std::multimap< int, PHG4Particle * >::const_iterator > | GetParticles (const int vtxid) const |
| std::pair< std::multimap< int, PHG4Particle * >::const_iterator, std::multimap< int, PHG4Particle * >::const_iterator > | GetParticles () const |
| std::pair< std::multimap< int, PHG4Particle * >::iterator, std::multimap< int, PHG4Particle * >::iterator > | GetParticles_Modify () |
| std::pair< std::map< PHG4Particle *, int >::const_iterator, std::map< PHG4Particle *, int >::const_iterator > | GetEmbeddedParticles () const |
| int | isEmbeded (PHG4Particle *) const |
| int | GetNEmbedded () const |
| int | GetNVtx () const |
| void | DeleteParticle (std::multimap< int, PHG4Particle * >::iterator &iter) |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor More... | |
| virtual | ~PHObject () |
| dtor More... | |
| virtual PHObject * | clone () const |
| Virtual copy constructor. More... | |
| virtual int | isValid () const |
| isValid returns non zero if object contains vailid data More... | |
| virtual int | isValid (const float) const |
| virtual int | isValid (const double) const |
| virtual int | isValid (const int) const |
| virtual int | isValid (const unsigned int) const |
| virtual int | isImplemented (const float f) const |
| virtual int | isImplemented (const double f) const |
| virtual int | isImplemented (const int i) const |
| virtual int | isImplemented (const unsigned int i) const |
| void | SplitLevel (const int i) |
| int | SplitLevel () const |
| void | BufferSize (const int i) |
| int | BufferSize () const |
Protected Member Functions | |
| int | AddVtxCommon (PHG4VtxPoint *newvtx) |
Protected Attributes | |
| std::map< int, PHG4VtxPoint * > | vtxlist |
| std::multimap< int, PHG4Particle * > | particlelist |
| std::map< PHG4Particle *, int > | embedded_particlelist |
Definition at line 12 of file PHG4InEvent.h.
|
inline |
Definition at line 15 of file PHG4InEvent.h.
|
virtual |
|
inline |
Definition at line 25 of file PHG4InEvent.h.
References embedded_particlelist.
Referenced by HepMCNodeReader::process_event(), PHG4ParticleGeneratorD0::process_event(), PHG4ParticleGeneratorVectorMeson::process_event(), PHG4PSScanGenerator::process_event(), PHG4SimpleEventGenerator::process_event(), and PHG4ParticleGeneratorBase::SetParticleId().
Here is the caller graph for this function:| int PHG4InEvent::AddParticle | ( | const int | vtxid, |
| PHG4Particle * | particle | ||
| ) |
Definition at line 63 of file PHG4InEvent.cc.
Referenced by SQSingleMuonGen::process_event(), HepMCNodeReader::process_event(), PHG4InEventReadBack::process_event(), PHG4ParticleGenerator::process_event(), PHG4ParticleGeneratorD0::process_event(), PHG4ParticleGeneratorVectorMeson::process_event(), PHG4ParticleGun::process_event(), PHG4PSScanGenerator::process_event(), PHG4SimpleEventGenerator::process_event(), and SQCosmicGen::process_event().
Here is the caller graph for this function:| int PHG4InEvent::AddVtx | ( | const double | x, |
| const double | y, | ||
| const double | z, | ||
| const double | t = NAN |
||
| ) |
Definition at line 38 of file PHG4InEvent.cc.
Referenced by SQSingleMuonGen::process_event(), HepMCNodeReader::process_event(), PHG4InEventReadBack::process_event(), PHG4ParticleGenerator::process_event(), PHG4ParticleGeneratorD0::process_event(), PHG4ParticleGeneratorVectorMeson::process_event(), PHG4ParticleGun::process_event(), PHG4PSScanGenerator::process_event(), PHG4SimpleEventGenerator::process_event(), and SQCosmicGen::process_event().
Here is the caller graph for this function:| int PHG4InEvent::AddVtx | ( | const int | id, |
| const PHG4VtxPoint & | vtx | ||
| ) |
Definition at line 22 of file PHG4InEvent.cc.
|
protected |
Definition at line 46 of file PHG4InEvent.cc.
| int PHG4InEvent::AddVtxHepMC | ( | const int | id, |
| const double | x, | ||
| const double | y, | ||
| const double | z, | ||
| const double | t = NAN |
||
| ) |
Definition at line 30 of file PHG4InEvent.cc.
| void PHG4InEvent::DeleteParticle | ( | std::multimap< int, PHG4Particle * >::iterator & | iter | ) |
Definition at line 176 of file PHG4InEvent.cc.
Referenced by PHG4InputFilter::process_event().
Here is the caller graph for this function:
|
inline |
Definition at line 32 of file PHG4InEvent.h.
References embedded_particlelist.
|
inline |
Definition at line 35 of file PHG4InEvent.h.
References embedded_particlelist.
|
inline |
Definition at line 36 of file PHG4InEvent.h.
References vtxlist.
Referenced by PHG4ParticleGeneratorBase::ReuseExistingVertex().
Here is the caller graph for this function:| pair< multimap< int, PHG4Particle * >::const_iterator, multimap< int, PHG4Particle * >::const_iterator > PHG4InEvent::GetParticles | ( | ) | const |
Definition at line 120 of file PHG4InEvent.cc.
| pair< multimap< int, PHG4Particle * >::const_iterator, multimap< int, PHG4Particle * >::const_iterator > PHG4InEvent::GetParticles | ( | const int | vtxid | ) | const |
Definition at line 113 of file PHG4InEvent.cc.
Referenced by PHG4InEventCompress::process_event().
Here is the caller graph for this function:| pair< multimap< int, PHG4Particle * >::iterator, multimap< int, PHG4Particle * >::iterator > PHG4InEvent::GetParticles_Modify | ( | ) |
Definition at line 127 of file PHG4InEvent.cc.
Referenced by PHG4InputFilter::process_event().
Here is the caller graph for this function:| pair< map< int, PHG4VtxPoint * >::const_iterator, map< int, PHG4VtxPoint * >::const_iterator > PHG4InEvent::GetVertices | ( | ) | const |
Definition at line 105 of file PHG4InEvent.cc.
Referenced by PHG4InEventCompress::process_event(), and PHG4ParticleGeneratorBase::ReuseExistingVertex().
Here is the caller graph for this function:
|
virtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHObject.
Definition at line 134 of file PHG4InEvent.cc.
Referenced by PHG4Reco::process_event(), SQSingleMuonGen::process_event(), HepMCNodeReader::process_event(), PHG4InputFilter::process_event(), PHG4ParticleGenerator::process_event(), PHG4ParticleGeneratorD0::process_event(), PHG4ParticleGeneratorVectorMeson::process_event(), PHG4ParticleGun::process_event(), PHG4PSScanGenerator::process_event(), PHG4SimpleEventGenerator::process_event(), and SQCosmicGen::process_event().
Here is the caller graph for this function:| int PHG4InEvent::isEmbeded | ( | PHG4Particle * | p | ) | const |
Definition at line 165 of file PHG4InEvent.cc.
|
virtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 88 of file PHG4InEvent.cc.
Referenced by PHG4InEventReadBack::process_event().
Here is the caller graph for this function:
|
protected |
Definition at line 44 of file PHG4InEvent.h.
Referenced by AddEmbeddedParticle(), GetEmbeddedParticles(), and GetNEmbedded().
|
protected |
Definition at line 43 of file PHG4InEvent.h.
|
protected |
Definition at line 42 of file PHG4InEvent.h.
Referenced by GetNVtx().