ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/trackbase_historic/SvtxTrackMap.h>
Public Types | |
typedef std::map< unsigned int, SvtxTrack * > | TrackMap |
typedef std::map< unsigned int, SvtxTrack * >::const_iterator | ConstIter |
typedef std::map< unsigned int, SvtxTrack * >::iterator | Iter |
Public Member Functions | |
~SvtxTrackMap () 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 SvtxTrack * | get (unsigned int) const |
virtual SvtxTrack * | get (unsigned int) |
virtual SvtxTrack * | insert (const SvtxTrack *) |
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 | |
SvtxTrackMap () | |
Private Member Functions | |
ClassDefOverride (SvtxTrackMap, 1) | |
Definition at line 11 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 11 of file SvtxTrackMap.h
typedef std::map<unsigned int, SvtxTrack*>::const_iterator SvtxTrackMap::ConstIter |
Definition at line 15 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 15 of file SvtxTrackMap.h
typedef std::map<unsigned int, SvtxTrack*>::iterator SvtxTrackMap::Iter |
Definition at line 16 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 16 of file SvtxTrackMap.h
typedef std::map<unsigned int, SvtxTrack*> SvtxTrackMap::TrackMap |
Definition at line 14 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 14 of file SvtxTrackMap.h
|
inlineoverride |
Definition at line 18 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 18 of file SvtxTrackMap.h
|
inlineprotected |
Definition at line 46 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 46 of file SvtxTrackMap.h
|
virtual |
Reimplemented in SvtxTrackMap_v1.
Definition at line 8 of file SvtxTrackMap.cc.
View newest version in sPHENIX GitHub at line 8 of file SvtxTrackMap.cc
Referenced by SvtxTrackEval::all_tracks_from(), PHTruthVertexing::assignTracksVertices(), PHSimpleVertexFinder::checkDCAs(), PHMicromegasTpcTrackMatching::copyMicromegasClustersToCorrectedMap(), PHTruthSiliconAssociation::copySiliconClustersToCorrectedMap(), PHSiliconTpcTrackMatching::copySiliconClustersToCorrectedMap(), SvtxTrackEval::create_cache_track_from_cluster(), B0TrackFastSimEval::fill_track_tree(), PHG4TrackFastSimEval::fill_track_tree(), TrackFastSimEval::fill_track_tree(), SvtxEvaluator::fillOutputNtuples(), EventEvaluator::fillOutputNtuples(), EventEvaluatorEIC::fillOutputNtuples(), PHSiliconTpcTrackMatching::findEtaPhiMatches(), PHGhostRejection::findGhostTracks(), TrackJetInput::get_input(), QAG4SimulationKFParticle::getTrack(), KFParticle_truthAndDetTools::getTrack(), AnaTutorialECCE::getTracks(), AnaTutorial::getTracks(), eIDMLInterface::getTracks(), PHGenFitTrkProp::KalmanTrkProp(), KFParticle_Tools::makeAllDaughterParticles(), SvtxEvaluator::printInputInfo(), KFParticle_DST::printNode(), PHTrackSetCopyMerging::Process(), PHSiliconTruthTrackSeeding::Process(), PHTruthTrackSeeding::Process(), MomentumEvaluator::process_event(), PHTpcTrackSeedCircleFit::process_event(), QAG4SimulationTracking::process_event(), PHTrackCleaner::process_event(), PHTrackSelector::process_event(), PHGenFitTrackProjection::process_event(), PHTruthSiliconAssociation::process_event(), PHTpcClusterMover::process_event(), PHMicromegasTpcTrackMatching::process_event(), MyJetAnalysis::process_event(), PHSimpleKFProp::process_event(), PHSiliconTpcTrackMatching::process_event(), PHRaveVertexing::process_event(), PHGenFitTrkFitter::process_event(), DumpSvtxTrackMap::process_Node(), PHTpcDeltaZCorrection::process_tracks(), TpcDirectLaserReconstruction::process_tracks(), TpcSpaceChargeReconstruction::process_tracks(), and PHPatternReco::turnoff_hits_used_in_triplets().
|
virtual |
Reimplemented in SvtxTrackMap_v1.
Definition at line 24 of file SvtxTrackMap.cc.
View newest version in sPHENIX GitHub at line 24 of file SvtxTrackMap.cc
|
private |
|
inlinevirtual |
Reimplemented in SvtxTrackMap_v1.
Definition at line 30 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 30 of file SvtxTrackMap.h
Referenced by PHInitZVertexing::export_output(), and PHActsTrkFitter::process_event().
|
inlineoverridevirtual |
Virtual copy constructor.
Reimplemented from PHObject.
Reimplemented in SvtxTrackMap_v1.
Definition at line 25 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 25 of file SvtxTrackMap.h
|
inlinevirtual |
Reimplemented in SvtxTrackMap_v1.
Definition at line 29 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 29 of file SvtxTrackMap.h
|
inlinevirtual |
Reimplemented in SvtxTrackMap_v1.
Definition at line 27 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 27 of file SvtxTrackMap.h
Referenced by PHSiliconTpcTrackMatching::findEtaPhiMatches(), PHTruthSiliconAssociation::process_event(), PHMicromegasTpcTrackMatching::process_event(), and PHGenFitTrkFitter::process_event().
|
virtual |
Reimplemented in SvtxTrackMap_v1.
Definition at line 18 of file SvtxTrackMap.cc.
View newest version in sPHENIX GitHub at line 18 of file SvtxTrackMap.cc
Referenced by SvtxTrackEval::all_tracks_from(), PHTruthVertexing::assignTracksVertices(), PHSimpleVertexFinder::checkDCAs(), PHMicromegasTpcTrackMatching::copyMicromegasClustersToCorrectedMap(), PHTruthSiliconAssociation::copySiliconClustersToCorrectedMap(), PHSiliconTpcTrackMatching::copySiliconClustersToCorrectedMap(), SvtxTrackEval::create_cache_track_from_cluster(), B0TrackFastSimEval::fill_track_tree(), PHG4TrackFastSimEval::fill_track_tree(), TrackFastSimEval::fill_track_tree(), B0TrackFastSimEval::fill_vertex_tree(), PHG4TrackFastSimEval::fill_vertex_tree(), TrackFastSimEval::fill_vertex_tree(), SvtxEvaluator::fillOutputNtuples(), EventEvaluator::fillOutputNtuples(), EventEvaluatorEIC::fillOutputNtuples(), PHSiliconTpcTrackMatching::findEtaPhiMatches(), PHGhostRejection::findGhostTracks(), TrackJetInput::get_input(), QAG4SimulationKFParticle::getTrack(), KFParticle_truthAndDetTools::getTrack(), AnaTutorialECCE::getTracks(), AnaTutorial::getTracks(), eIDMLInterface::getTracks(), PHGenFitTrkProp::KalmanTrkProp(), KFParticle_Tools::makeAllDaughterParticles(), SvtxEvaluator::printInputInfo(), KFParticle_DST::printNode(), PHTrackSetCopyMerging::Process(), PHSiliconTruthTrackSeeding::Process(), PHTruthTrackSeeding::Process(), MomentumEvaluator::process_event(), PHTpcTrackSeedCircleFit::process_event(), QAG4SimulationTracking::process_event(), PHTrackCleaner::process_event(), PHTrackSelector::process_event(), PHTpcClusterMover::process_event(), PHGenFitTrackProjection::process_event(), PHTruthSiliconAssociation::process_event(), PHMicromegasTpcTrackMatching::process_event(), MyJetAnalysis::process_event(), PHSimpleKFProp::process_event(), PHSiliconTpcTrackMatching::process_event(), PHRaveVertexing::process_event(), PHGenFitTrkFitter::process_event(), DumpSvtxTrackMap::process_Node(), PHTpcDeltaZCorrection::process_tracks(), TpcDirectLaserReconstruction::process_tracks(), TpcSpaceChargeReconstruction::process_tracks(), and PHPatternReco::turnoff_hits_used_in_triplets().
|
virtual |
Reimplemented in SvtxTrackMap_v1.
Definition at line 34 of file SvtxTrackMap.cc.
View newest version in sPHENIX GitHub at line 34 of file SvtxTrackMap.cc
|
inlinevirtual |
Reimplemented in SvtxTrackMap_v1.
Definition at line 35 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 35 of file SvtxTrackMap.h
Referenced by PHGhostRejection::findGhostTracks(), PHActsInitialVertexFinder::getIVFTracks(), PHGenFitTrkProp::KalmanTrkProp(), PHTrackCleaner::process_event(), PHTrackSelector::process_event(), and PHGenFitTrkFitter::process_event().
|
virtual |
Reimplemented in SvtxTrackMap_v1.
Definition at line 13 of file SvtxTrackMap.cc.
View newest version in sPHENIX GitHub at line 13 of file SvtxTrackMap.cc
Referenced by PHActsToSvtxTracks::createSvtxTrack(), ActsEvaluator::evaluateTrackFits(), B0TrackFastSimEval::fill_vertex_tree(), TrackFastSimEval::fill_vertex_tree(), PHG4TrackFastSimEval::fill_vertex_tree(), PHActsVertexFinder::fillVertexMap(), PHActsInitialVertexFinder::fillVertexMap(), and PHActsVertexFinder::updateTrackDCA().
|
virtual |
Reimplemented in SvtxTrackMap_v1.
Definition at line 29 of file SvtxTrackMap.cc.
View newest version in sPHENIX GitHub at line 29 of file SvtxTrackMap.cc
Reimplemented in SvtxTrackMap_v1.
Definition at line 32 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 32 of file SvtxTrackMap.h
Referenced by PHSiliconTpcTrackMatching::addSiliconClusters(), JetRecoEval::all_truth_hits(), SvtxVertexEval::all_truth_particles(), JetRecoEval::all_truth_particles(), PHSiliconTpcTrackMatching::correctTpcClusterZ(), PHHoughSeeding::export_output(), PHSiliconTpcTrackMatching::findEtaPhiMatches(), PHGhostRejection::findGhostTracks(), JetRecoEval::get_energy_contribution(), SvtxVertexEval::get_ntracks_contribution(), PHSiliconTpcTrackMatching::getBunchCrossing(), PHSiliconTpcTrackMatching::getCrossingNumber(), PHActsVertexFinder::getTracks(), PHActsInitialVertexFinder::Process(), QAG4SimulationVertex::process_event(), PHTrackCleaner::process_event(), PHActsVertexPropagator::process_event(), PHSimpleVertexFinder::process_event(), PHSiliconTpcTrackMatching::process_event(), PHActsTrackProjection::projectTracks(), PHActsInitialVertexFinder::sortTracks(), PHSiliconTpcTrackMatching::tagInTimeTracks(), and PHSiliconTpcTrackMatching::tagMatchCrossing().
Reimplemented in SvtxTrackMap_v1.
Definition at line 33 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 33 of file SvtxTrackMap.h
|
inlineoverridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in SvtxTrackMap_v1.
Definition at line 20 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 20 of file SvtxTrackMap.h
Referenced by PHTrackSeeding::CreateNodes(), PHHoughSeeding::export_output(), PHSiliconTruthTrackSeeding::Process(), and ECCEFastPIDReco::process_event().
Reimplemented in SvtxTrackMap_v1.
Definition at line 34 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 34 of file SvtxTrackMap.h
Referenced by PHG4TpcDirectLaser::AppendLaserTrack(), PHActsSiliconSeeding::createSvtxTrack(), PHInitZVertexing::export_output(), PHPatternReco::export_output(), PHHoughSeeding::export_output(), KFParticle_DST::fillParticleNode_Track(), PHSiliconTpcTrackMatching::findEtaPhiMatches(), PHActsTrkFitter::loopTracks(), PHTrackSetCopyMerging::Process(), PHTpcTracker::Process(), PHSiliconTruthTrackSeeding::Process(), PHTruthTrackSeeding::Process(), PHRTreeSeeding::Process(), PHTruthSiliconAssociation::process_event(), PHActsTrkFitter::process_event(), PHGenFitTrkFitter::process_event(), PHHybridSeeding::publishSeeds(), PHCASeeding::publishSeeds(), and PHSimpleKFProp::publishSeeds().
|
inlineoverridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Reimplemented in SvtxTrackMap_v1.
Definition at line 24 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 24 of file SvtxTrackMap.h
|
inlinevirtual |
Reimplemented in SvtxTrackMap_v1.
Definition at line 28 of file SvtxTrackMap.h.
View newest version in sPHENIX GitHub at line 28 of file SvtxTrackMap.h
Referenced by PHActsSiliconSeeding::createSvtxTrack(), PHHoughSeeding::export_output(), B0TrackFastSimEval::fill_track_tree(), PHG4TrackFastSimEval::fill_track_tree(), SvtxEvaluator::fillOutputNtuples(), KFParticle_DST::fillParticleNode_Track(), PHSiliconTpcTrackMatching::findEtaPhiMatches(), PHActsInitialVertexFinder::getTrackPointers(), PHGenFitTrkProp::KalmanTrkProp(), PHGenFitTrkProp::OutputPHGenFitTrack(), SvtxEvaluator::printInputInfo(), SvtxEvaluator::printOutputInfo(), PHActsInitialVertexFinder::Process(), PHSiliconTruthTrackSeeding::Process(), PHTruthTrackSeeding::Process(), PHTpcTrackSeedCircleFit::process_event(), PHGhostRejection::process_event(), PHTrackCleaner::process_event(), PHTrackSelector::process_event(), PHSimpleVertexFinder::process_event(), PHTpcClusterMover::process_event(), PHTruthSiliconAssociation::process_event(), PHMicromegasTpcTrackMatching::process_event(), KFParticle_sPHENIX::process_event(), PHSiliconTpcTrackMatching::process_event(), PHActsTrkFitter::process_event(), DumpSvtxTrackMap::process_Node(), PHTpcResiduals::processTracks(), and PHActsInitialVertexFinder::sortTracks().