Class Reference for E1039 Core & Analysis Software
PHG4TruthInfoContainer Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4TruthInfoContainer.h>

+ Inheritance diagram for PHG4TruthInfoContainer:
+ Collaboration diagram for PHG4TruthInfoContainer:

Public Types

typedef std::map< int, PHG4Particle * > Map
 
typedef Map::iterator Iterator
 
typedef Map::const_iterator ConstIterator
 
typedef std::pair< Iterator, IteratorRange
 
typedef std::pair< ConstIterator, ConstIteratorConstRange
 
typedef std::map< int, PHG4VtxPoint * > VtxMap
 
typedef VtxMap::iterator VtxIterator
 
typedef VtxMap::const_iterator ConstVtxIterator
 
typedef std::pair< VtxIterator, VtxIteratorVtxRange
 
typedef std::pair< ConstVtxIterator, ConstVtxIteratorConstVtxRange
 
typedef std::map< int, PHG4Shower * > ShowerMap
 
typedef ShowerMap::iterator ShowerIterator
 
typedef ShowerMap::const_iterator ConstShowerIterator
 
typedef std::pair< ShowerIterator, ShowerIteratorShowerRange
 
typedef std::pair< ConstShowerIterator, ConstShowerIteratorConstShowerRange
 

Public Member Functions

 PHG4TruthInfoContainer ()
 
virtual ~PHG4TruthInfoContainer ()
 
void Reset ()
 Clear Event. More...
 
void identify (std::ostream &os=std::cout) const
 
ConstIterator AddParticle (const int particleid, PHG4Particle *newparticle)
 Add a particle that the user has created. More...
 
void delete_particle (Iterator piter)
 
PHG4ParticleGetParticle (const int particleid)
 
PHG4ParticleGetPrimaryParticle (const int particleid)
 
bool is_primary (const PHG4Particle *p) const
 
Range GetParticleRange ()
 Get a range of iterators covering the entire container. More...
 
ConstRange GetParticleRange () const
 
Range GetPrimaryParticleRange ()
 
ConstRange GetPrimaryParticleRange () const
 
Range GetSecondaryParticleRange ()
 
ConstRange GetSecondaryParticleRange () const
 
unsigned int size (void) const
 particle size More...
 
int GetNumPrimaryVertexParticles ()
 
const MapGetMap () const
 Get the Particle Map storage. More...
 
int maxtrkindex () const
 
int mintrkindex () const
 
std::pair< std::map< int, int >::const_iterator, std::map< int, int >::const_iterator > GetEmbeddedTrkIds () const
 
void AddEmbededTrkId (const int id, const int flag)
 
int isEmbeded (const int trackid) const
 
ConstVtxIterator AddVertex (const int vtxid, PHG4VtxPoint *vertex)
 Add a vertex and return an iterator to the user. More...
 
void delete_vtx (VtxIterator viter)
 
PHG4VtxPointGetVtx (const int vtxid)
 
PHG4VtxPointGetPrimaryVtx (const int vtxid)
 
bool is_primary_vtx (const PHG4VtxPoint *v) const
 
VtxRange GetVtxRange ()
 Get a range of iterators covering the entire vertex container. More...
 
ConstVtxRange GetVtxRange () const
 
VtxRange GetPrimaryVtxRange ()
 
ConstVtxRange GetPrimaryVtxRange () const
 
VtxRange GetSecondaryVtxRange ()
 
ConstVtxRange GetSecondaryVtxRange () const
 
unsigned int GetNumVertices () const
 Get the number of vertices stored. More...
 
const VtxMapGetVtxMap () const
 Get the Vertex Map storage. More...
 
int maxvtxindex () const
 
int minvtxindex () const
 
int GetPrimaryVertexIndex () const
 
std::pair< std::map< int, int >::const_iterator, std::map< int, int >::const_iterator > GetEmbeddedVtxIds () const
 
void AddEmbededVtxId (const int id, const int flag)
 
int isEmbededVtx (const int vtxid) const
 
ConstShowerIterator AddShower (const int showerid, PHG4Shower *newshower)
 Add a shower that the user has created. More...
 
void delete_shower (ShowerIterator piter)
 
PHG4ShowerGetShower (const int showerid)
 
PHG4ShowerGetPrimaryShower (const int showerid)
 
ShowerRange GetShowerRange ()
 Get a range of iterators covering the entire container. More...
 
ConstShowerRange GetShowerRange () const
 
ShowerRange GetPrimaryShowerRange ()
 
ConstShowerRange GetPrimaryShowerRange () const
 
ShowerRange GetSecondaryShowerRange ()
 
ConstShowerRange GetSecondaryShowerRange () const
 
unsigned int shower_size (void) const
 shower size More...
 
const ShowerMapGetShowerMap () const
 Get the Shower Map storage. More...
 
int maxshowerindex () const
 
int minshowerindex () const
 
- 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
 

Detailed Description

Definition at line 13 of file PHG4TruthInfoContainer.h.

Member Typedef Documentation

◆ ConstIterator

typedef Map::const_iterator PHG4TruthInfoContainer::ConstIterator

Definition at line 19 of file PHG4TruthInfoContainer.h.

◆ ConstRange

◆ ConstShowerIterator

typedef ShowerMap::const_iterator PHG4TruthInfoContainer::ConstShowerIterator

Definition at line 31 of file PHG4TruthInfoContainer.h.

◆ ConstShowerRange

◆ ConstVtxIterator

typedef VtxMap::const_iterator PHG4TruthInfoContainer::ConstVtxIterator

Definition at line 25 of file PHG4TruthInfoContainer.h.

◆ ConstVtxRange

◆ Iterator

typedef Map::iterator PHG4TruthInfoContainer::Iterator

Definition at line 18 of file PHG4TruthInfoContainer.h.

◆ Map

typedef std::map<int,PHG4Particle *> PHG4TruthInfoContainer::Map

Definition at line 17 of file PHG4TruthInfoContainer.h.

◆ Range

Definition at line 20 of file PHG4TruthInfoContainer.h.

◆ ShowerIterator

typedef ShowerMap::iterator PHG4TruthInfoContainer::ShowerIterator

Definition at line 30 of file PHG4TruthInfoContainer.h.

◆ ShowerMap

Definition at line 29 of file PHG4TruthInfoContainer.h.

◆ ShowerRange

◆ VtxIterator

typedef VtxMap::iterator PHG4TruthInfoContainer::VtxIterator

Definition at line 24 of file PHG4TruthInfoContainer.h.

◆ VtxMap

Definition at line 23 of file PHG4TruthInfoContainer.h.

◆ VtxRange

Definition at line 26 of file PHG4TruthInfoContainer.h.

Constructor & Destructor Documentation

◆ PHG4TruthInfoContainer()

PHG4TruthInfoContainer::PHG4TruthInfoContainer ( )

Definition at line 19 of file PHG4TruthInfoContainer.cc.

◆ ~PHG4TruthInfoContainer()

PHG4TruthInfoContainer::~PHG4TruthInfoContainer ( )
virtual

Definition at line 26 of file PHG4TruthInfoContainer.cc.

References Reset().

+ Here is the call graph for this function:

Member Function Documentation

◆ AddEmbededTrkId()

void PHG4TruthInfoContainer::AddEmbededTrkId ( const int  id,
const int  flag 
)
inline

Set the embedding ID for the HepMC subevent or track to be analyzed. positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background

Definition at line 87 of file PHG4TruthInfoContainer.h.

Referenced by PHG4TruthEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

◆ AddEmbededVtxId()

void PHG4TruthInfoContainer::AddEmbededVtxId ( const int  id,
const int  flag 
)
inline

Set the embedding ID for the HepMC subevent or track to be analyzed. positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background

Definition at line 144 of file PHG4TruthInfoContainer.h.

Referenced by PHG4TruthEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

◆ AddParticle()

PHG4TruthInfoContainer::ConstIterator PHG4TruthInfoContainer::AddParticle ( const int  particleid,
PHG4Particle newparticle 
)

Add a particle that the user has created.

Definition at line 94 of file PHG4TruthInfoContainer.cc.

References PHG4Particle::get_name(), PHG4Particle::get_parent_id(), PHG4Particle::get_px(), PHG4Particle::get_py(), PHG4Particle::get_pz(), and PHG4Particle::get_track_id().

Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ AddShower()

PHG4TruthInfoContainer::ConstShowerIterator PHG4TruthInfoContainer::AddShower ( const int  showerid,
PHG4Shower newshower 
)

Add a shower that the user has created.

Definition at line 188 of file PHG4TruthInfoContainer.cc.

References identify(), and PHG4Shower::set_id().

Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ AddVertex()

PHG4TruthInfoContainer::ConstVtxIterator PHG4TruthInfoContainer::AddVertex ( const int  vtxid,
PHG4VtxPoint vertex 
)

Add a vertex and return an iterator to the user.

Definition at line 163 of file PHG4TruthInfoContainer.cc.

References identify(), and PHG4VtxPoint::set_id().

Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ delete_particle()

void PHG4TruthInfoContainer::delete_particle ( Iterator  piter)

Definition at line 260 of file PHG4TruthInfoContainer.cc.

Referenced by PHG4TruthEventAction::EndOfEventAction(), and PHG4TruthSubsystem::process_after_geant().

+ Here is the caller graph for this function:

◆ delete_shower()

void PHG4TruthInfoContainer::delete_shower ( ShowerIterator  piter)

Definition at line 274 of file PHG4TruthInfoContainer.cc.

Referenced by SimDstTrimmer::process_event().

+ Here is the caller graph for this function:

◆ delete_vtx()

void PHG4TruthInfoContainer::delete_vtx ( VtxIterator  viter)

Definition at line 267 of file PHG4TruthInfoContainer.cc.

Referenced by PHG4TruthEventAction::EndOfEventAction(), and PHG4TruthSubsystem::process_after_geant().

+ Here is the caller graph for this function:

◆ GetEmbeddedTrkIds()

std::pair< std::map<int,int>::const_iterator, std::map<int,int>::const_iterator > PHG4TruthInfoContainer::GetEmbeddedTrkIds ( ) const
inline

Retrieve the embedding ID for the HepMC subevent or track to be analyzed. positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background

Definition at line 79 of file PHG4TruthInfoContainer.h.

Referenced by PHG4ConsistencyCheck::process_event().

+ Here is the caller graph for this function:

◆ GetEmbeddedVtxIds()

std::pair< std::map<int,int>::const_iterator, std::map<int,int>::const_iterator > PHG4TruthInfoContainer::GetEmbeddedVtxIds ( ) const
inline

Retrieve the embedding ID for the HepMC subevent or track to be analyzed. positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background

Definition at line 136 of file PHG4TruthInfoContainer.h.

◆ GetMap()

const Map& PHG4TruthInfoContainer::GetMap ( ) const
inline

Get the Particle Map storage.

Definition at line 69 of file PHG4TruthInfoContainer.h.

Referenced by PHG4TruthEventAction::BeginOfEventAction(), and PHG4DSTReader::process_event().

+ Here is the caller graph for this function:

◆ GetNumPrimaryVertexParticles()

int PHG4TruthInfoContainer::GetNumPrimaryVertexParticles ( )
inline

Definition at line 64 of file PHG4TruthInfoContainer.h.

◆ GetNumVertices()

unsigned int PHG4TruthInfoContainer::GetNumVertices ( ) const
inline

Get the number of vertices stored.

Definition at line 119 of file PHG4TruthInfoContainer.h.

◆ GetParticle()

PHG4Particle * PHG4TruthInfoContainer::GetParticle ( const int  particleid)

Definition at line 114 of file PHG4TruthInfoContainer.cc.

References NULL.

Referenced by PHG4TruthEventAction::EndOfEventAction(), and PHG4ConsistencyCheck::process_event().

+ Here is the caller graph for this function:

◆ GetParticleRange() [1/2]

Range PHG4TruthInfoContainer::GetParticleRange ( )
inline

Get a range of iterators covering the entire container.

Definition at line 53 of file PHG4TruthInfoContainer.h.

Referenced by PHG4TruthEventAction::EndOfEventAction(), PHG4TruthSubsystem::process_after_geant(), PHG4ConsistencyCheck::process_event(), and TruthEval::process_event().

+ Here is the caller graph for this function:

◆ GetParticleRange() [2/2]

ConstRange PHG4TruthInfoContainer::GetParticleRange ( ) const
inline

Definition at line 54 of file PHG4TruthInfoContainer.h.

◆ GetPrimaryParticle()

PHG4Particle * PHG4TruthInfoContainer::GetPrimaryParticle ( const int  particleid)

Definition at line 122 of file PHG4TruthInfoContainer.cc.

References NULL.

◆ GetPrimaryParticleRange() [1/2]

Range PHG4TruthInfoContainer::GetPrimaryParticleRange ( )
inline

Definition at line 56 of file PHG4TruthInfoContainer.h.

Referenced by PHG4DSTReader::process_event(), and TruthNodeMaker::process_event().

+ Here is the caller graph for this function:

◆ GetPrimaryParticleRange() [2/2]

ConstRange PHG4TruthInfoContainer::GetPrimaryParticleRange ( ) const
inline

Definition at line 57 of file PHG4TruthInfoContainer.h.

◆ GetPrimaryShower()

PHG4Shower * PHG4TruthInfoContainer::GetPrimaryShower ( const int  showerid)

Definition at line 154 of file PHG4TruthInfoContainer.cc.

References NULL.

◆ GetPrimaryShowerRange() [1/2]

ShowerRange PHG4TruthInfoContainer::GetPrimaryShowerRange ( )
inline

Definition at line 167 of file PHG4TruthInfoContainer.h.

◆ GetPrimaryShowerRange() [2/2]

ConstShowerRange PHG4TruthInfoContainer::GetPrimaryShowerRange ( ) const
inline

Definition at line 168 of file PHG4TruthInfoContainer.h.

◆ GetPrimaryVertexIndex()

int PHG4TruthInfoContainer::GetPrimaryVertexIndex ( ) const

Return ID of the truth primary vertex with highest embedding ID. For vertex with identical embedding ID, return first one simulated in Geant4.

Definition at line 313 of file PHG4TruthInfoContainer.cc.

References GetPrimaryVtxRange(), and isEmbededVtx().

Referenced by identify().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetPrimaryVtx()

PHG4VtxPoint * PHG4TruthInfoContainer::GetPrimaryVtx ( const int  vtxid)

Definition at line 138 of file PHG4TruthInfoContainer.cc.

References NULL.

Referenced by PHG4ParticleGeneratorBase::ReuseExistingVertex().

+ Here is the caller graph for this function:

◆ GetPrimaryVtxRange() [1/2]

VtxRange PHG4TruthInfoContainer::GetPrimaryVtxRange ( )
inline

Definition at line 112 of file PHG4TruthInfoContainer.h.

Referenced by GetPrimaryVertexIndex().

+ Here is the caller graph for this function:

◆ GetPrimaryVtxRange() [2/2]

ConstVtxRange PHG4TruthInfoContainer::GetPrimaryVtxRange ( ) const
inline

Definition at line 113 of file PHG4TruthInfoContainer.h.

◆ GetSecondaryParticleRange() [1/2]

Range PHG4TruthInfoContainer::GetSecondaryParticleRange ( )
inline

Definition at line 59 of file PHG4TruthInfoContainer.h.

◆ GetSecondaryParticleRange() [2/2]

ConstRange PHG4TruthInfoContainer::GetSecondaryParticleRange ( ) const
inline

Definition at line 60 of file PHG4TruthInfoContainer.h.

◆ GetSecondaryShowerRange() [1/2]

ShowerRange PHG4TruthInfoContainer::GetSecondaryShowerRange ( )
inline

Definition at line 170 of file PHG4TruthInfoContainer.h.

◆ GetSecondaryShowerRange() [2/2]

ConstShowerRange PHG4TruthInfoContainer::GetSecondaryShowerRange ( ) const
inline

Definition at line 171 of file PHG4TruthInfoContainer.h.

◆ GetSecondaryVtxRange() [1/2]

VtxRange PHG4TruthInfoContainer::GetSecondaryVtxRange ( )
inline

Definition at line 115 of file PHG4TruthInfoContainer.h.

◆ GetSecondaryVtxRange() [2/2]

ConstVtxRange PHG4TruthInfoContainer::GetSecondaryVtxRange ( ) const
inline

Definition at line 116 of file PHG4TruthInfoContainer.h.

◆ GetShower()

PHG4Shower * PHG4TruthInfoContainer::GetShower ( const int  showerid)

Definition at line 146 of file PHG4TruthInfoContainer.cc.

References NULL.

◆ GetShowerMap()

const ShowerMap& PHG4TruthInfoContainer::GetShowerMap ( ) const
inline

Get the Shower Map storage.

Definition at line 177 of file PHG4TruthInfoContainer.h.

◆ GetShowerRange() [1/2]

ShowerRange PHG4TruthInfoContainer::GetShowerRange ( )
inline

Get a range of iterators covering the entire container.

Definition at line 164 of file PHG4TruthInfoContainer.h.

Referenced by SimDstTrimmer::process_event().

+ Here is the caller graph for this function:

◆ GetShowerRange() [2/2]

ConstShowerRange PHG4TruthInfoContainer::GetShowerRange ( ) const
inline

Definition at line 165 of file PHG4TruthInfoContainer.h.

◆ GetVtx()

PHG4VtxPoint * PHG4TruthInfoContainer::GetVtx ( const int  vtxid)

Definition at line 130 of file PHG4TruthInfoContainer.cc.

References NULL.

Referenced by PHG4DSTReader::process_event(), TruthEval::process_event(), and TruthNodeMaker::process_event().

+ Here is the caller graph for this function:

◆ GetVtxMap()

const VtxMap& PHG4TruthInfoContainer::GetVtxMap ( ) const
inline

Get the Vertex Map storage.

Definition at line 122 of file PHG4TruthInfoContainer.h.

◆ GetVtxRange() [1/2]

VtxRange PHG4TruthInfoContainer::GetVtxRange ( )
inline

Get a range of iterators covering the entire vertex container.

Definition at line 109 of file PHG4TruthInfoContainer.h.

Referenced by PHG4TruthEventAction::EndOfEventAction(), and PHG4TruthSubsystem::process_after_geant().

+ Here is the caller graph for this function:

◆ GetVtxRange() [2/2]

ConstVtxRange PHG4TruthInfoContainer::GetVtxRange ( ) const
inline

Definition at line 110 of file PHG4TruthInfoContainer.h.

◆ identify()

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

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Definition at line 51 of file PHG4TruthInfoContainer.cc.

References GetPrimaryVertexIndex().

Referenced by AddShower(), AddVertex(), and PHG4ParticleGeneratorBase::ReuseExistingVertex().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ is_primary()

bool PHG4TruthInfoContainer::is_primary ( const PHG4Particle p) const

Definition at line 308 of file PHG4TruthInfoContainer.cc.

References PHG4Particle::get_track_id().

+ Here is the call graph for this function:

◆ is_primary_vtx()

bool PHG4TruthInfoContainer::is_primary_vtx ( const PHG4VtxPoint v) const

Definition at line 302 of file PHG4TruthInfoContainer.cc.

References PHG4VtxPoint::get_id().

+ Here is the call graph for this function:

◆ isEmbeded()

int PHG4TruthInfoContainer::isEmbeded ( const int  trackid) const

Retrieve the embedding ID for the HepMC subevent or track to be analyzed. positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background

Definition at line 281 of file PHG4TruthInfoContainer.cc.

Referenced by PHG4TruthSubsystem::process_after_geant(), and PHG4ConsistencyCheck::process_event().

+ Here is the caller graph for this function:

◆ isEmbededVtx()

int PHG4TruthInfoContainer::isEmbededVtx ( const int  vtxid) const

Retrieve the embedding ID for the HepMC subevent or track to be analyzed. positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background

Definition at line 291 of file PHG4TruthInfoContainer.cc.

Referenced by GetPrimaryVertexIndex().

+ Here is the caller graph for this function:

◆ maxshowerindex()

int PHG4TruthInfoContainer::maxshowerindex ( ) const

Definition at line 244 of file PHG4TruthInfoContainer.cc.

◆ maxtrkindex()

int PHG4TruthInfoContainer::maxtrkindex ( ) const

Definition at line 212 of file PHG4TruthInfoContainer.cc.

Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the caller graph for this function:

◆ maxvtxindex()

int PHG4TruthInfoContainer::maxvtxindex ( ) const

Definition at line 228 of file PHG4TruthInfoContainer.cc.

Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the caller graph for this function:

◆ minshowerindex()

int PHG4TruthInfoContainer::minshowerindex ( ) const

Definition at line 252 of file PHG4TruthInfoContainer.cc.

◆ mintrkindex()

int PHG4TruthInfoContainer::mintrkindex ( ) const

Definition at line 220 of file PHG4TruthInfoContainer.cc.

Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the caller graph for this function:

◆ minvtxindex()

int PHG4TruthInfoContainer::minvtxindex ( ) const

Definition at line 236 of file PHG4TruthInfoContainer.cc.

Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the caller graph for this function:

◆ Reset()

void PHG4TruthInfoContainer::Reset ( )
virtual

Clear Event.

Reimplemented from PHObject.

Definition at line 28 of file PHG4TruthInfoContainer.cc.

Referenced by ~PHG4TruthInfoContainer().

+ Here is the caller graph for this function:

◆ shower_size()

unsigned int PHG4TruthInfoContainer::shower_size ( void  ) const
inline

shower size

Definition at line 174 of file PHG4TruthInfoContainer.h.

◆ size()

unsigned int PHG4TruthInfoContainer::size ( void  ) const
inline

particle size

Definition at line 63 of file PHG4TruthInfoContainer.h.


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