EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SvtxTrackMap Class Reference

#include <fun4all_coresoftware/blob/master/offline/packages/trackbase_historic/SvtxTrackMap.h>

+ Inheritance diagram for SvtxTrackMap:
+ Collaboration diagram for SvtxTrackMap:

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
 
PHObjectCloneMe () 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 SvtxTrackget (unsigned int) const
 
virtual SvtxTrackget (unsigned int)
 
virtual SvtxTrackinsert (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 PHObjectclone () const final
 
PHObjectClone (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)
 

Detailed Description

Definition at line 11 of file SvtxTrackMap.h.

View newest version in sPHENIX GitHub at line 11 of file SvtxTrackMap.h

Member Typedef Documentation

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

Constructor & Destructor Documentation

SvtxTrackMap::~SvtxTrackMap ( )
inlineoverride

Definition at line 18 of file SvtxTrackMap.h.

View newest version in sPHENIX GitHub at line 18 of file SvtxTrackMap.h

SvtxTrackMap::SvtxTrackMap ( )
inlineprotected

Definition at line 46 of file SvtxTrackMap.h.

View newest version in sPHENIX GitHub at line 46 of file SvtxTrackMap.h

Member Function Documentation

SvtxTrackMap::ConstIter SvtxTrackMap::begin ( ) const
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(), AnaTutorial::getTracks(), PHGenFitTrkProp::KalmanTrkProp(), KFParticle_Tools::makeAllDaughterParticles(), SvtxEvaluator::printInputInfo(), KFParticle_DST::printNode(), PHTrackSetCopyMerging::Process(), PHSiliconTruthTrackSeeding::Process(), PHTruthTrackSeeding::Process(), MomentumEvaluator::process_event(), PHTpcTrackSeedCircleFit::process_event(), PHTrackCleaner::process_event(), QAG4SimulationTracking::process_event(), PHTrackSelector::process_event(), PHGenFitTrackProjection::process_event(), PHTruthSiliconAssociation::process_event(), PHTpcClusterMover::process_event(), MyJetAnalysis::process_event(), PHMicromegasTpcTrackMatching::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().

+ Here is the caller graph for this function:

SvtxTrackMap::Iter SvtxTrackMap::begin ( )
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

SvtxTrackMap::ClassDefOverride ( SvtxTrackMap  ,
 
)
private
virtual void SvtxTrackMap::clear ( void  )
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().

+ Here is the caller graph for this function:

PHObject* SvtxTrackMap::CloneMe ( ) const
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

virtual size_t SvtxTrackMap::count ( unsigned int  ) const
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

virtual bool SvtxTrackMap::empty ( ) const
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().

+ Here is the caller graph for this function:

SvtxTrackMap::ConstIter SvtxTrackMap::end ( ) const
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(), TrackFastSimEval::fill_vertex_tree(), PHG4TrackFastSimEval::fill_vertex_tree(), SvtxEvaluator::fillOutputNtuples(), EventEvaluator::fillOutputNtuples(), EventEvaluatorEIC::fillOutputNtuples(), PHSiliconTpcTrackMatching::findEtaPhiMatches(), PHGhostRejection::findGhostTracks(), TrackJetInput::get_input(), QAG4SimulationKFParticle::getTrack(), KFParticle_truthAndDetTools::getTrack(), AnaTutorial::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(), PHTpcClusterMover::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().

+ Here is the caller graph for this function:

SvtxTrackMap::Iter SvtxTrackMap::end ( )
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

virtual size_t SvtxTrackMap::erase ( unsigned int  )
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().

+ Here is the caller graph for this function:

SvtxTrackMap::ConstIter SvtxTrackMap::find ( unsigned int  idkey) const
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().

+ Here is the caller graph for this function:

SvtxTrackMap::Iter SvtxTrackMap::find ( unsigned int  idkey)
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

virtual SvtxTrack* SvtxTrackMap::get ( unsigned int  )
inlinevirtual

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

void SvtxTrackMap::identify ( std::ostream &  os = std::cout) const
inlineoverridevirtual

identify Function from PHObject

Parameters
osOutput 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(), and PHSiliconTruthTrackSeeding::Process().

+ Here is the caller graph for this function:

int SvtxTrackMap::isValid ( ) const
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


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