Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/globalvertex/SvtxVertexMap.h>
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 | 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 PHTruthVertexing::assignTracksVertices(), TpcPrototypeGenFitTrkFitter::fill_eval_tree(), PHG4TrackFastSimEval::fill_vertex_tree(), psTOFTimezeroEval::fillOutputNtuples(), SvtxEvaluatorHaiwang::fillOutputNtuples(), EventEvaluator::fillOutputNtuples(), BDiJetModule::FillVertexMap(), HFTrigger::makeAllPrimaryVertices(), HFTriggerMVA::makeAllPrimaryVertices(), psTOFTimezeroEval::printInputInfo(), SvtxEvaluatorHaiwang::printInputInfo(), TrkrNtuplizer::printInputInfo(), SvtxEvaluator::printInputInfo(), SvtxEvaluatorHaiwang::printOutputInfo(), psTOFTimezeroEval::printOutputInfo(), TrkrNtuplizer::printOutputInfo(), SvtxEvaluator::printOutputInfo(), PHHybridSeeding::Process(), SvtxSimPerformanceCheckReco::process_event(), SimpleTrackingAnalysis::process_event(), QAG4SimulationVertex::process_event(), GlobalVertexReco::process_event(), TPCGemGainCalb::process_event(), jetrtrack::process_event(), and DumpSvtxVertexMap::process_Node().
|
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 PHRaveVertexing::FillSvtxVertexMap(), TpcPrototypeGenFitTrkFitter::FillSvtxVertexMap(), PHActsVertexFinder::fillVertexMap(), PHActsInitialVertexFinder::fillVertexMap(), PHSimpleVertexFinder::process_event(), PHActsVertexFitter::ResetEvent(), and PHActsVertexFinder::ResetEvent().
|
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(), psTOFTimezeroEval::printOutputInfo(), SvtxEvaluatorHaiwang::printOutputInfo(), TrkrNtuplizer::printOutputInfo(), SvtxEvaluator::printOutputInfo(), and jetrtrack::process_event().
|
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 PHTruthVertexing::assignTracksVertices(), TpcPrototypeGenFitTrkFitter::fill_eval_tree(), PHG4TrackFastSimEval::fill_vertex_tree(), SvtxEvaluatorHaiwang::fillOutputNtuples(), psTOFTimezeroEval::fillOutputNtuples(), BDiJetModule::FillVertexMap(), HFTrigger::makeAllPrimaryVertices(), HFTriggerMVA::makeAllPrimaryVertices(), SvtxEvaluatorHaiwang::printInputInfo(), psTOFTimezeroEval::printInputInfo(), TrkrNtuplizer::printInputInfo(), SvtxEvaluator::printInputInfo(), PHHybridSeeding::Process(), SvtxSimPerformanceCheckReco::process_event(), SimpleTrackingAnalysis::process_event(), QAG4SimulationVertex::process_event(), GlobalVertexReco::process_event(), TPCGemGainCalb::process_event(), and DumpSvtxVertexMap::process_Node().
|
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(), KFParticle_truthAndDetTools::fillTruthBranch(), KFParticle_Tools::getTracksFromVertex(), and KFParticle_Tools::makeAllPrimaryVertices().
|
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 BJetModule::calc3DDCA(), KshortReconstruction::calculateDca(), IsolatedTrackAnalysis::calculateDCA(), PHActsVertexFinder::checkTrackVertexAssociation(), KshortReconstruction::fillNtp(), SecondaryVertexFinder::fillNtp(), SecondaryVertexFinder::get_dca(), TruthConversionEval::get_primary_vertex(), PHActsVertexPropagator::getVertex(), KshortReconstruction::getVertex(), PHActsGSF::makePerigee(), ActsPropagator::makeTrackParams(), PHTrackClusterAssociator::matchTracks(), SecondaryVertexFinder::outputTrackDetails(), PHSiliconTruthTrackSeeding::Process(), PHSimpleVertexFinder::process_event(), BDiJetModule::process_event(), SecondaryVertexFinder::process_event(), TpcPrototypeGenFitTrkFitter::process_event(), PHGenFitTrkFitter::process_event(), and PHActsVertexFitter::updateSvtxVertex().
|
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
References os.
Referenced by PHGenFitTrkFitter::FillSvtxVertexMap(), PHTruthVertexing::Process(), PHSiliconTruthTrackSeeding::Process(), and PHRaveVertexing::process_event().
|
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(), and PHSimpleVertexFinder::process_event().
|
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 PHRaveVertexing::FillSvtxVertexMap(), PHG4TrackFastSim::FillSvtxVertexMap(), TpcPrototypeGenFitTrkFitter::FillSvtxVertexMap(), and PHGenFitTrkFitter::FillSvtxVertexMap().
|
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 psTOFTimezeroEval::printInputInfo(), SvtxEvaluatorHaiwang::printInputInfo(), TrkrNtuplizer::printInputInfo(), SvtxEvaluator::printInputInfo(), PHActsVertexPropagator::process_event(), TPCGemGainCalb::process_event(), KFParticle_sPHENIX::process_event(), TpcPrototypeGenFitTrkFitter::process_event(), PHGenFitTrkFitter::process_event(), sPHAnalysis::process_event_upsilons(), and DumpSvtxVertexMap::process_Node().