![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/trackbase_historic/SvtxVertexMap.h>
Inheritance diagram for SvtxVertexMap:
Collaboration diagram for SvtxVertexMap:Public Types | |
| typedef std::map< unsigned int, SvtxVertex * > | VertexMap |
| typedef std::map< unsigned int, SvtxVertex * >::const_iterator | ConstIter |
| typedef std::map< unsigned int, SvtxVertex * >::iterator | Iter |
Public Member Functions | |
| ~SvtxVertexMap () override | |
| void | identify (std::ostream &os=std::cout) const override |
| int | isValid () const override |
| isValid returns non zero if object contains vailid data | |
| PHObject * | CloneMe () const override |
| Virtual copy constructor. | |
| virtual bool | empty () const |
| virtual size_t | size () const |
| virtual size_t | count (unsigned int) const |
| virtual void | clear () |
| virtual const SvtxVertex * | get (unsigned int) const |
| virtual SvtxVertex * | get (unsigned int) |
| virtual SvtxVertex * | insert (SvtxVertex *) |
| Add vertex to container. Note the container take to ownership. | |
| virtual SvtxVertex * | insert_clone (const SvtxVertex *) |
| legacy interface. Add vertex to container. Note the container does not take ownership | |
| virtual size_t | erase (unsigned int) |
| virtual ConstIter | begin () const |
| virtual ConstIter | find (unsigned int idkey) const |
| virtual ConstIter | end () const |
| virtual Iter | begin () |
| virtual Iter | find (unsigned int idkey) |
| virtual Iter | end () |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor | |
| ~PHObject () override | |
| dtor | |
| virtual PHObject * | clone () const final |
| PHObject * | Clone (const char *newname="") const final |
| void | Copy (TObject &object) const final |
| virtual void | Reset () |
| Clear Event. | |
| 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 |
| virtual int | Integrate () const |
| virtual int | Integrate (PHObject *) |
| virtual void | CopyFrom (const PHObject *obj) |
Protected Member Functions | |
| SvtxVertexMap () | |
Private Member Functions | |
| ClassDefOverride (SvtxVertexMap, 1) | |
Definition at line 10 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 10 of file SvtxVertexMap.h
| typedef std::map<unsigned int, SvtxVertex*>::const_iterator SvtxVertexMap::ConstIter |
Definition at line 14 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 14 of file SvtxVertexMap.h
| typedef std::map<unsigned int, SvtxVertex*>::iterator SvtxVertexMap::Iter |
Definition at line 15 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 15 of file SvtxVertexMap.h
| typedef std::map<unsigned int, SvtxVertex*> SvtxVertexMap::VertexMap |
Definition at line 13 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 13 of file SvtxVertexMap.h
|
inlineoverride |
Definition at line 17 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 17 of file SvtxVertexMap.h
|
inlineprotected |
Definition at line 50 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 50 of file SvtxVertexMap.h
|
virtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 5 of file SvtxVertexMap.cc.
View newest version in sPHENIX GitHub at line 5 of file SvtxVertexMap.cc
References DummyVertexMap.
Referenced by SvtxVertexEval::all_vertexes_from(), PHTruthVertexing::assignTracksVertices(), PHPatternReco::export_output(), B0TrackFastSimEval::fill_vertex_tree(), PHG4TrackFastSimEval::fill_vertex_tree(), TrackFastSimEval::fill_vertex_tree(), EventEvaluator::fillOutputNtuples(), EventEvaluatorEIC::fillOutputNtuples(), KFParticle_truthAndDetTools::getVertex(), KFParticle_Tools::makeAllPrimaryVertices(), PHHybridSeeding::Process(), QAG4SimulationVertex::process_event(), GlobalVertexReco::process_event(), and DumpSvtxVertexMap::process_Node().
Here is the caller graph for this function:
|
virtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 21 of file SvtxVertexMap.cc.
View newest version in sPHENIX GitHub at line 21 of file SvtxVertexMap.cc
References DummyVertexMap.
|
private |
|
inlinevirtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 29 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 29 of file SvtxVertexMap.h
Referenced by PHInitZVertexing::export_output(), PHHoughSeeding::export_output(), PHRaveVertexing::FillSvtxVertexMap(), PHActsVertexFinder::fillVertexMap(), PHActsInitialVertexFinder::fillVertexMap(), PHSimpleVertexFinder::process_event(), PHActsVertexFitter::ResetEvent(), and PHActsVertexFinder::ResetEvent().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Virtual copy constructor.
Reimplemented from PHObject.
Reimplemented in SvtxVertexMap_v1.
Definition at line 24 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 24 of file SvtxVertexMap.h
|
inlinevirtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 28 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 28 of file SvtxVertexMap.h
|
inlinevirtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 26 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 26 of file SvtxVertexMap.h
Referenced by EventEvaluator::fillOutputNtuples(), and EventEvaluatorEIC::fillOutputNtuples().
Here is the caller graph for this function:
|
virtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 15 of file SvtxVertexMap.cc.
View newest version in sPHENIX GitHub at line 15 of file SvtxVertexMap.cc
References DummyVertexMap.
Referenced by SvtxVertexEval::all_vertexes_from(), PHTruthVertexing::assignTracksVertices(), PHPatternReco::export_output(), B0TrackFastSimEval::fill_vertex_tree(), PHG4TrackFastSimEval::fill_vertex_tree(), TrackFastSimEval::fill_vertex_tree(), KFParticle_truthAndDetTools::getVertex(), KFParticle_Tools::makeAllPrimaryVertices(), PHHybridSeeding::Process(), QAG4SimulationVertex::process_event(), GlobalVertexReco::process_event(), and DumpSvtxVertexMap::process_Node().
Here is the caller graph for this function:
|
virtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 31 of file SvtxVertexMap.cc.
View newest version in sPHENIX GitHub at line 31 of file SvtxVertexMap.cc
References DummyVertexMap.
|
inlinevirtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 39 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 39 of file SvtxVertexMap.h
|
virtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 10 of file SvtxVertexMap.cc.
View newest version in sPHENIX GitHub at line 10 of file SvtxVertexMap.cc
References DummyVertexMap.
Referenced by PHTruthVertexing::assignTracksVertices(), PHActsToSvtxTracks::createSvtxTrack(), and KFParticle_Tools::getTracksFromVertex().
Here is the caller graph for this function:
|
virtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 26 of file SvtxVertexMap.cc.
View newest version in sPHENIX GitHub at line 26 of file SvtxVertexMap.cc
References DummyVertexMap.
|
inlinevirtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 31 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 31 of file SvtxVertexMap.h
Referenced by PHActsVertexFinder::checkTrackVertexAssociation(), ActsEvaluator::evaluateTrackFits(), PHActsVertexPropagator::getVertex(), PHActsTrackProjection::getVertex(), PHGenFitTrkProp::Process(), PHSiliconTruthTrackSeeding::Process(), PHRTreeSeeding::Process(), PHSimpleVertexFinder::process_event(), PHGenFitTrkFitter::process_event(), PHActsVertexFitter::updateSvtxVertex(), PHActsVertexPropagator::updateTrackDCA(), and PHHoughSeeding::vertexing().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 32 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 32 of file SvtxVertexMap.h
|
inlineoverridevirtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHObject.
Reimplemented in SvtxVertexMap_v1.
Definition at line 19 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 19 of file SvtxVertexMap.h
Referenced by PHGenFitTrkFitter::FillSvtxVertexMap(), PHTruthVertexing::Process(), PHSiliconTruthTrackSeeding::Process(), and PHRaveVertexing::process_event().
Here is the caller graph for this function:
|
inlinevirtual |
Add vertex to container. Note the container take to ownership.
Reimplemented in SvtxVertexMap_v1.
Definition at line 35 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 35 of file SvtxVertexMap.h
Referenced by PHActsVertexFitter::createActsSvtxVertex(), PHActsInitialVertexFinder::createDummyVertex(), PHActsVertexFinder::fillVertexMap(), PHActsInitialVertexFinder::fillVertexMap(), PHActsVertexFinder::Process(), PHTruthVertexing::Process(), PHSimpleVertexFinder::process_event(), and PHActsVertexPropagator::setTrackVertexTo0().
Here is the caller graph for this function:
|
inlinevirtual |
legacy interface. Add vertex to container. Note the container does not take ownership
Reimplemented in SvtxVertexMap_v1.
Definition at line 37 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 37 of file SvtxVertexMap.h
Referenced by PHInitZVertexing::export_output(), PHPatternReco::export_output(), PHHoughSeeding::export_output(), PHRaveVertexing::FillSvtxVertexMap(), PHGenFitTrkFitter::FillSvtxVertexMap(), PHG4TrackFastSim::FillSvtxVertexMap(), and B0TrackFastSim::FillSvtxVertexMap().
Here is the caller graph for this function:
|
inlineoverridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Reimplemented in SvtxVertexMap_v1.
Definition at line 23 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 23 of file SvtxVertexMap.h
|
inlinevirtual |
Reimplemented in SvtxVertexMap_v1.
Definition at line 27 of file SvtxVertexMap.h.
View newest version in sPHENIX GitHub at line 27 of file SvtxVertexMap.h
Referenced by SvtxEvaluator::printInputInfo(), PHGenFitTrkProp::Process(), PHActsVertexPropagator::process_event(), KFParticle_sPHENIX::process_event(), PHGenFitTrkFitter::process_event(), DumpSvtxVertexMap::process_Node(), and PHHoughSeeding::vertexing().
Here is the caller graph for this function: