Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/trackbase_historic/TrackSeedContainer.h>
Public Types | |
typedef std::vector< TrackSeed * > | Container |
typedef std::vector< TrackSeed * > ::const_iterator | ConstIter |
typedef std::vector< TrackSeed * > ::iterator | Iter |
Public Member Functions | |
~TrackSeedContainer () 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 std::size_t | size () const |
virtual void | clear () |
virtual const TrackSeed * | get (const std::size_t) const |
virtual TrackSeed * | get (const std::size_t) |
virtual TrackSeed * | insert (const TrackSeed *) |
virtual void | erase (const std::size_t) |
virtual std::size_t | index (ConstIter) const |
virtual std::size_t | index (Iter) const |
virtual ConstIter | begin () const |
virtual ConstIter | find (const std::size_t key) const |
virtual std::size_t | find (const TrackSeed *) const |
virtual ConstIter | end () const |
virtual Iter | begin () |
virtual Iter | find (const std::size_t key) |
virtual std::size_t | find (const TrackSeed *) |
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 | |
TrackSeedContainer () | |
Private Member Functions | |
ClassDefOverride (TrackSeedContainer, 1) | |
Definition at line 12 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 12 of file TrackSeedContainer.h
typedef std::vector<TrackSeed*>::const_iterator TrackSeedContainer::ConstIter |
Definition at line 16 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 16 of file TrackSeedContainer.h
typedef std::vector<TrackSeed*> TrackSeedContainer::Container |
Definition at line 15 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 15 of file TrackSeedContainer.h
typedef std::vector<TrackSeed*>::iterator TrackSeedContainer::Iter |
Definition at line 17 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 17 of file TrackSeedContainer.h
|
inlineoverride |
Definition at line 19 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 19 of file TrackSeedContainer.h
|
inlineprotected |
Definition at line 53 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 53 of file TrackSeedContainer.h
|
virtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 5 of file TrackSeedContainer.cc.
View newest version in sPHENIX GitHub at line 5 of file TrackSeedContainer.cc
References container.
Referenced by PHCosmicsTrkFitter::loopTracks(), PHActsTrkFitter::loopTracks(), PHSiliconTruthTrackSeeding::Process(), PHCosmicSeedCombiner::process_event(), TrackSeedTrackMapConverter::process_event(), FilterEvents::process_event(), helixResiduals::process_event(), FilterEventsUpsilon::process_event(), PHTpcTrackSeedCircleFit::process_event(), PHCosmicTrackMerger::process_event(), PHGenFitTrkFitter::process_event(), and DumpTrackSeedContainer::process_Node().
|
virtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 21 of file TrackSeedContainer.cc.
View newest version in sPHENIX GitHub at line 21 of file TrackSeedContainer.cc
References container.
|
private |
|
inlinevirtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 30 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 30 of file TrackSeedContainer.h
|
inlineoverridevirtual |
Virtual copy constructor.
Reimplemented from PHObject.
Reimplemented in TrackSeedContainer_v1.
Definition at line 26 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 26 of file TrackSeedContainer.h
|
inlinevirtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 28 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 28 of file TrackSeedContainer.h
|
virtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 15 of file TrackSeedContainer.cc.
View newest version in sPHENIX GitHub at line 15 of file TrackSeedContainer.cc
References container.
Referenced by PHCosmicsTrkFitter::loopTracks(), PHActsTrkFitter::loopTracks(), PHSiliconTruthTrackSeeding::Process(), PHCosmicSeedCombiner::process_event(), TrackSeedTrackMapConverter::process_event(), FilterEvents::process_event(), helixResiduals::process_event(), FilterEventsUpsilon::process_event(), PHTpcTrackSeedCircleFit::process_event(), PHCosmicTrackMerger::process_event(), PHGenFitTrkFitter::process_event(), and DumpTrackSeedContainer::process_Node().
|
virtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 31 of file TrackSeedContainer.cc.
View newest version in sPHENIX GitHub at line 31 of file TrackSeedContainer.cc
References container.
|
inlinevirtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 35 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 35 of file TrackSeedContainer.h
Referenced by PHCosmicSeedCombiner::process_event(), PHSiliconSeedMerger::process_event(), PHCosmicTrackMerger::process_event(), and PHGhostRejection::rejectGhostTracks().
|
virtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 10 of file TrackSeedContainer.cc.
View newest version in sPHENIX GitHub at line 10 of file TrackSeedContainer.cc
References container.
Referenced by PHSiliconTpcTrackMatching::getInttCrossings(), PHCosmicsTrkFitter::loopTracks(), PHActsTrkFitter::loopTracks(), PHSiliconHelicalPropagator::process_event(), PHCosmicSiliconPropagator::process_event(), and PHTrackCleaner::process_event().
|
inlinevirtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 44 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 44 of file TrackSeedContainer.h
|
virtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 26 of file TrackSeedContainer.cc.
View newest version in sPHENIX GitHub at line 26 of file TrackSeedContainer.cc
References container.
|
inlinevirtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 49 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 49 of file TrackSeedContainer.h
|
inlinevirtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 32 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 32 of file TrackSeedContainer.h
Referenced by PHSiliconTpcTrackMatching::checkCrossingMatches(), TrkrNtuplizer::fillOutputNtuples(), ActsEvaluator::fillProtoTrack(), PHSiliconTpcTrackMatching::findCrossingGeometrically(), PHSiliconTpcTrackMatching::findEtaPhiMatches(), PHSiliconTpcTrackMatching::getBunchCrossing(), PHCosmicsTrkFitter::loopTracks(), PHActsTrkFitter::loopTracks(), PHTruthTrackSeeding::Process(), PHSiliconHelicalPropagator::process_event(), PHCosmicSiliconPropagator::process_event(), PHCosmicSeedCombiner::process_event(), PHSiliconSeedMerger::process_event(), TrackSeedTrackMapConverter::process_event(), helixResiduals::process_event(), FilterEvents::process_event(), FilterEventsUpsilon::process_event(), PHCosmicTrackMerger::process_event(), PHTruthSiliconAssociation::process_event(), PHSiliconTpcTrackMatching::process_event(), PHMicromegasTpcTrackMatching::process_event(), PHSimpleKFProp::process_event(), HelicalFitter::process_event(), PHGenFitTrkFitter::process_event(), PHTpcDeltaZCorrection::process_tracks(), and PHGhostRejection::rejectGhostTracks().
|
inlinevirtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 33 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 33 of file TrackSeedContainer.h
|
inlineoverridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in TrackSeedContainer_v1.
Definition at line 21 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 21 of file TrackSeedContainer.h
References os.
Referenced by PHTrackSeeding::CreateNodes(), PHActsSiliconSeeding::makeSvtxTracks(), and PHSiliconTruthTrackSeeding::Process().
|
inlinevirtual |
Interface to return the index corresponding to the track id of the container
Reimplemented in TrackSeedContainer_v1.
Definition at line 39 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 39 of file TrackSeedContainer.h
Referenced by PHCosmicSeedCombiner::process_event(), TrackSeedTrackMapConverter::process_event(), helixResiduals::process_event(), and PHCosmicTrackMerger::process_event().
|
inlinevirtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 40 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 40 of file TrackSeedContainer.h
Reimplemented in TrackSeedContainer_v1.
Definition at line 34 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 34 of file TrackSeedContainer.h
Referenced by PHTruthSiliconAssociation::buildTrackSeed(), PHTruthTrackSeeding::buildTrackSeed(), PHActsKDTreeSeeding::fillTrackSeedContainer(), PHActsSiliconSeeding::makeSvtxTracks(), TrackContainerCombiner::mergeSeeds(), PHSiliconTruthTrackSeeding::Process(), PHTruthTrackSeeding::Process(), PHSiliconHelicalPropagator::process_event(), PHCosmicSiliconPropagator::process_event(), FilterEvents::process_event(), FilterEventsUpsilon::process_event(), PHCosmicSeeder::process_event(), PHTruthSiliconAssociation::process_event(), PHSiliconTpcTrackMatching::process_event(), PHHybridSeeding::publishSeeds(), PHCASeeding::publishSeeds(), and PHSimpleKFProp::publishSeeds().
|
inlineoverridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Reimplemented in TrackSeedContainer_v1.
Definition at line 25 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 25 of file TrackSeedContainer.h
|
inlinevirtual |
Reimplemented in TrackSeedContainer_v1.
Definition at line 29 of file TrackSeedContainer.h.
View newest version in sPHENIX GitHub at line 29 of file TrackSeedContainer.h
Referenced by PHTruthSiliconAssociation::buildTrackSeed(), PHTruthTrackSeeding::buildTrackSeed(), TrkrNtuplizer::fillOutputNtuples(), PHSiliconTpcTrackMatching::findEtaPhiMatches(), PHCosmicsTrkFitter::loopTracks(), PHActsTrkFitter::loopTracks(), PHActsSiliconSeeding::makeSvtxTracks(), PHSiliconTruthTrackSeeding::Process(), PHTruthTrackSeeding::Process(), PHSiliconHelicalPropagator::process_event(), TrackContainerCombiner::process_event(), PHCosmicSiliconPropagator::process_event(), PHSiliconSeedMerger::process_event(), TrackSeedTrackMapConverter::process_event(), FilterEvents::process_event(), FilterEventsUpsilon::process_event(), PHTpcTrackSeedCircleFit::process_event(), PHCosmicTrackMerger::process_event(), PHTruthSiliconAssociation::process_event(), PHSiliconTpcTrackMatching::process_event(), PHMicromegasTpcTrackMatching::process_event(), PHSimpleKFProp::process_event(), HelicalFitter::process_event(), DumpTrackSeedContainer::process_Node(), PHTpcDeltaZCorrection::process_tracks(), and PHGhostRejection::rejectGhostTracks().