Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4TruthInfoContainer.h>
Public Types | |
typedef std::map< int, PHG4Particle * > | Map |
typedef Map::iterator | Iterator |
typedef Map::const_iterator | ConstIterator |
typedef std::pair< Iterator, Iterator > | Range |
typedef std::pair< ConstIterator, ConstIterator > | ConstRange |
typedef std::map< int, PHG4VtxPoint * > | VtxMap |
typedef VtxMap::iterator | VtxIterator |
typedef VtxMap::const_iterator | ConstVtxIterator |
typedef std::pair< VtxIterator, VtxIterator > | VtxRange |
typedef std::pair< ConstVtxIterator, ConstVtxIterator > | ConstVtxRange |
typedef std::map< int, PHG4Shower * > | ShowerMap |
typedef ShowerMap::iterator | ShowerIterator |
typedef ShowerMap::const_iterator | ConstShowerIterator |
typedef std::pair< ShowerIterator, ShowerIterator > | ShowerRange |
typedef std::pair< ConstShowerIterator, ConstShowerIterator > | ConstShowerRange |
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) |
PHG4Particle * | GetParticle (const int particleid) |
PHG4Particle * | GetPrimaryParticle (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 Map & | GetMap () 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) |
PHG4VtxPoint * | GetVtx (const int vtxid) |
PHG4VtxPoint * | GetPrimaryVtx (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 VtxMap & | GetVtxMap () 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) |
PHG4Shower * | GetShower (const int showerid) |
PHG4Shower * | GetPrimaryShower (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 ShowerMap & | GetShowerMap () const |
Get the Shower Map storage. More... | |
int | maxshowerindex () const |
int | minshowerindex () const |
![]() | |
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 |
Definition at line 13 of file PHG4TruthInfoContainer.h.
typedef Map::const_iterator PHG4TruthInfoContainer::ConstIterator |
Definition at line 19 of file PHG4TruthInfoContainer.h.
typedef std::pair<ConstIterator, ConstIterator> PHG4TruthInfoContainer::ConstRange |
Definition at line 21 of file PHG4TruthInfoContainer.h.
typedef ShowerMap::const_iterator PHG4TruthInfoContainer::ConstShowerIterator |
Definition at line 31 of file PHG4TruthInfoContainer.h.
typedef std::pair<ConstShowerIterator, ConstShowerIterator> PHG4TruthInfoContainer::ConstShowerRange |
Definition at line 33 of file PHG4TruthInfoContainer.h.
typedef VtxMap::const_iterator PHG4TruthInfoContainer::ConstVtxIterator |
Definition at line 25 of file PHG4TruthInfoContainer.h.
typedef std::pair<ConstVtxIterator, ConstVtxIterator> PHG4TruthInfoContainer::ConstVtxRange |
Definition at line 27 of file PHG4TruthInfoContainer.h.
typedef Map::iterator PHG4TruthInfoContainer::Iterator |
Definition at line 18 of file PHG4TruthInfoContainer.h.
typedef std::map<int,PHG4Particle *> PHG4TruthInfoContainer::Map |
Definition at line 17 of file PHG4TruthInfoContainer.h.
typedef std::pair<Iterator, Iterator> PHG4TruthInfoContainer::Range |
Definition at line 20 of file PHG4TruthInfoContainer.h.
typedef ShowerMap::iterator PHG4TruthInfoContainer::ShowerIterator |
Definition at line 30 of file PHG4TruthInfoContainer.h.
typedef std::map<int,PHG4Shower *> PHG4TruthInfoContainer::ShowerMap |
Definition at line 29 of file PHG4TruthInfoContainer.h.
typedef std::pair<ShowerIterator, ShowerIterator> PHG4TruthInfoContainer::ShowerRange |
Definition at line 32 of file PHG4TruthInfoContainer.h.
typedef VtxMap::iterator PHG4TruthInfoContainer::VtxIterator |
Definition at line 24 of file PHG4TruthInfoContainer.h.
typedef std::map<int,PHG4VtxPoint *> PHG4TruthInfoContainer::VtxMap |
Definition at line 23 of file PHG4TruthInfoContainer.h.
typedef std::pair<VtxIterator, VtxIterator> PHG4TruthInfoContainer::VtxRange |
Definition at line 26 of file PHG4TruthInfoContainer.h.
PHG4TruthInfoContainer::PHG4TruthInfoContainer | ( | ) |
Definition at line 19 of file PHG4TruthInfoContainer.cc.
|
virtual |
Definition at line 26 of file PHG4TruthInfoContainer.cc.
References Reset().
|
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().
|
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().
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().
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().
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().
void PHG4TruthInfoContainer::delete_particle | ( | Iterator | piter | ) |
Definition at line 260 of file PHG4TruthInfoContainer.cc.
Referenced by PHG4TruthEventAction::EndOfEventAction(), and PHG4TruthSubsystem::process_after_geant().
void PHG4TruthInfoContainer::delete_shower | ( | ShowerIterator | piter | ) |
Definition at line 274 of file PHG4TruthInfoContainer.cc.
Referenced by SimDstTrimmer::process_event().
void PHG4TruthInfoContainer::delete_vtx | ( | VtxIterator | viter | ) |
Definition at line 267 of file PHG4TruthInfoContainer.cc.
Referenced by PHG4TruthEventAction::EndOfEventAction(), and PHG4TruthSubsystem::process_after_geant().
|
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().
|
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.
|
inline |
Get the Particle Map storage.
Definition at line 69 of file PHG4TruthInfoContainer.h.
Referenced by PHG4TruthEventAction::BeginOfEventAction(), and PHG4DSTReader::process_event().
|
inline |
Definition at line 64 of file PHG4TruthInfoContainer.h.
|
inline |
Get the number of vertices stored.
Definition at line 119 of file PHG4TruthInfoContainer.h.
PHG4Particle * PHG4TruthInfoContainer::GetParticle | ( | const int | particleid | ) |
Definition at line 114 of file PHG4TruthInfoContainer.cc.
References NULL.
Referenced by PHG4TruthEventAction::EndOfEventAction(), and PHG4ConsistencyCheck::process_event().
|
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().
|
inline |
Definition at line 54 of file PHG4TruthInfoContainer.h.
PHG4Particle * PHG4TruthInfoContainer::GetPrimaryParticle | ( | const int | particleid | ) |
Definition at line 122 of file PHG4TruthInfoContainer.cc.
References NULL.
|
inline |
Definition at line 56 of file PHG4TruthInfoContainer.h.
Referenced by PHG4DSTReader::process_event(), and TruthNodeMaker::process_event().
|
inline |
Definition at line 57 of file PHG4TruthInfoContainer.h.
PHG4Shower * PHG4TruthInfoContainer::GetPrimaryShower | ( | const int | showerid | ) |
Definition at line 154 of file PHG4TruthInfoContainer.cc.
References NULL.
|
inline |
Definition at line 167 of file PHG4TruthInfoContainer.h.
|
inline |
Definition at line 168 of file PHG4TruthInfoContainer.h.
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().
PHG4VtxPoint * PHG4TruthInfoContainer::GetPrimaryVtx | ( | const int | vtxid | ) |
Definition at line 138 of file PHG4TruthInfoContainer.cc.
References NULL.
Referenced by PHG4ParticleGeneratorBase::ReuseExistingVertex().
|
inline |
Definition at line 112 of file PHG4TruthInfoContainer.h.
Referenced by GetPrimaryVertexIndex().
|
inline |
Definition at line 113 of file PHG4TruthInfoContainer.h.
|
inline |
Definition at line 59 of file PHG4TruthInfoContainer.h.
|
inline |
Definition at line 60 of file PHG4TruthInfoContainer.h.
|
inline |
Definition at line 170 of file PHG4TruthInfoContainer.h.
|
inline |
Definition at line 171 of file PHG4TruthInfoContainer.h.
|
inline |
Definition at line 115 of file PHG4TruthInfoContainer.h.
|
inline |
Definition at line 116 of file PHG4TruthInfoContainer.h.
PHG4Shower * PHG4TruthInfoContainer::GetShower | ( | const int | showerid | ) |
Definition at line 146 of file PHG4TruthInfoContainer.cc.
References NULL.
|
inline |
Get the Shower Map storage.
Definition at line 177 of file PHG4TruthInfoContainer.h.
|
inline |
Get a range of iterators covering the entire container.
Definition at line 164 of file PHG4TruthInfoContainer.h.
Referenced by SimDstTrimmer::process_event().
|
inline |
Definition at line 165 of file PHG4TruthInfoContainer.h.
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().
|
inline |
Get the Vertex Map storage.
Definition at line 122 of file PHG4TruthInfoContainer.h.
|
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().
|
inline |
Definition at line 110 of file PHG4TruthInfoContainer.h.
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Definition at line 51 of file PHG4TruthInfoContainer.cc.
References GetPrimaryVertexIndex().
Referenced by AddShower(), AddVertex(), and PHG4ParticleGeneratorBase::ReuseExistingVertex().
bool PHG4TruthInfoContainer::is_primary | ( | const PHG4Particle * | p | ) | const |
Definition at line 308 of file PHG4TruthInfoContainer.cc.
References PHG4Particle::get_track_id().
bool PHG4TruthInfoContainer::is_primary_vtx | ( | const PHG4VtxPoint * | v | ) | const |
Definition at line 302 of file PHG4TruthInfoContainer.cc.
References PHG4VtxPoint::get_id().
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().
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().
int PHG4TruthInfoContainer::maxshowerindex | ( | ) | const |
Definition at line 244 of file PHG4TruthInfoContainer.cc.
int PHG4TruthInfoContainer::maxtrkindex | ( | ) | const |
Definition at line 212 of file PHG4TruthInfoContainer.cc.
Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().
int PHG4TruthInfoContainer::maxvtxindex | ( | ) | const |
Definition at line 228 of file PHG4TruthInfoContainer.cc.
Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().
int PHG4TruthInfoContainer::minshowerindex | ( | ) | const |
Definition at line 252 of file PHG4TruthInfoContainer.cc.
int PHG4TruthInfoContainer::mintrkindex | ( | ) | const |
Definition at line 220 of file PHG4TruthInfoContainer.cc.
Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().
int PHG4TruthInfoContainer::minvtxindex | ( | ) | const |
Definition at line 236 of file PHG4TruthInfoContainer.cc.
Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().
|
virtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 28 of file PHG4TruthInfoContainer.cc.
Referenced by ~PHG4TruthInfoContainer().
|
inline |
shower size
Definition at line 174 of file PHG4TruthInfoContainer.h.
|
inline |
particle size
Definition at line 63 of file PHG4TruthInfoContainer.h.