Class Reference for E1039 Core & Analysis Software
PHG4InEvent Class Reference

#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 PHObjectclone () 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
 

Detailed Description

Definition at line 12 of file PHG4InEvent.h.

Constructor & Destructor Documentation

◆ PHG4InEvent()

PHG4InEvent::PHG4InEvent ( )
inline

Definition at line 15 of file PHG4InEvent.h.

◆ ~PHG4InEvent()

virtual PHG4InEvent::~PHG4InEvent ( )
virtual

Member Function Documentation

◆ AddEmbeddedParticle()

void PHG4InEvent::AddEmbeddedParticle ( PHG4Particle particle,
int  flag 
)
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:

◆ AddParticle()

int PHG4InEvent::AddParticle ( const int  vtxid,
PHG4Particle particle 
)

◆ AddVtx() [1/2]

int PHG4InEvent::AddVtx ( const double  x,
const double  y,
const double  z,
const double  t = NAN 
)

◆ AddVtx() [2/2]

int PHG4InEvent::AddVtx ( const int  id,
const PHG4VtxPoint vtx 
)

Definition at line 22 of file PHG4InEvent.cc.

◆ AddVtxCommon()

int PHG4InEvent::AddVtxCommon ( PHG4VtxPoint newvtx)
protected

Definition at line 46 of file PHG4InEvent.cc.

◆ AddVtxHepMC()

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.

◆ DeleteParticle()

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:

◆ GetEmbeddedParticles()

std::pair< std::map<PHG4Particle *,int>::const_iterator, std::map<PHG4Particle *,int>::const_iterator> PHG4InEvent::GetEmbeddedParticles ( ) const
inline

Definition at line 32 of file PHG4InEvent.h.

References embedded_particlelist.

◆ GetNEmbedded()

int PHG4InEvent::GetNEmbedded ( ) const
inline

Definition at line 35 of file PHG4InEvent.h.

References embedded_particlelist.

◆ GetNVtx()

int PHG4InEvent::GetNVtx ( ) const
inline

Definition at line 36 of file PHG4InEvent.h.

References vtxlist.

Referenced by PHG4ParticleGeneratorBase::ReuseExistingVertex().

+ Here is the caller graph for this function:

◆ GetParticles() [1/2]

pair< multimap< int, PHG4Particle * >::const_iterator, multimap< int, PHG4Particle * >::const_iterator > PHG4InEvent::GetParticles ( ) const

Definition at line 120 of file PHG4InEvent.cc.

◆ GetParticles() [2/2]

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:

◆ GetParticles_Modify()

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:

◆ GetVertices()

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:

◆ identify()

void PHG4InEvent::identify ( std::ostream &  os = std::cout) const
virtual

identify Function from PHObject

Parameters
osOutput 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:

◆ isEmbeded()

int PHG4InEvent::isEmbeded ( PHG4Particle p) const

Definition at line 165 of file PHG4InEvent.cc.

◆ Reset()

void PHG4InEvent::Reset ( )
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:

Member Data Documentation

◆ embedded_particlelist

std::map<PHG4Particle *,int> PHG4InEvent::embedded_particlelist
protected

Definition at line 44 of file PHG4InEvent.h.

Referenced by AddEmbeddedParticle(), GetEmbeddedParticles(), and GetNEmbedded().

◆ particlelist

std::multimap<int,PHG4Particle *> PHG4InEvent::particlelist
protected

Definition at line 43 of file PHG4InEvent.h.

◆ vtxlist

std::map<int,PHG4VtxPoint *> PHG4InEvent::vtxlist
protected

Definition at line 42 of file PHG4InEvent.h.

Referenced by GetNVtx().


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