![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/offline/packages/trackreco/AssocInfoContainer.h>
Inheritance diagram for AssocInfoContainer:
Collaboration diagram for AssocInfoContainer:Public Types | |
| typedef std::multimap < TrkrDefs::cluskey, unsigned int > | ClusterTrackMap |
Public Member Functions | |
| ~AssocInfoContainer () override | |
| void | identify (std::ostream &os=std::cout) const override |
| virtual void | SetClusterTrackAssoc (const TrkrDefs::cluskey &, const unsigned int &) |
| virtual std::vector< unsigned int > | GetTracksFromCluster (const TrkrDefs::cluskey &) const |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor | |
| ~PHObject () override | |
| dtor | |
| virtual PHObject * | CloneMe () const |
| Virtual copy constructor. | |
| 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 |
| isValid returns non zero if object contains vailid data | |
| 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 | |
| AssocInfoContainer () | |
Definition at line 13 of file AssocInfoContainer.h.
View newest version in sPHENIX GitHub at line 13 of file AssocInfoContainer.h
| typedef std::multimap<TrkrDefs::cluskey, unsigned int> AssocInfoContainer::ClusterTrackMap |
Definition at line 16 of file AssocInfoContainer.h.
View newest version in sPHENIX GitHub at line 16 of file AssocInfoContainer.h
|
inlineoverride |
Definition at line 18 of file AssocInfoContainer.h.
View newest version in sPHENIX GitHub at line 18 of file AssocInfoContainer.h
|
inlineprotected |
Definition at line 27 of file AssocInfoContainer.h.
View newest version in sPHENIX GitHub at line 27 of file AssocInfoContainer.h
|
inlinevirtual |
Reimplemented in AssocInfoContainerv1.
Definition at line 24 of file AssocInfoContainer.h.
View newest version in sPHENIX GitHub at line 24 of file AssocInfoContainer.h
Referenced by PHGenFitTrkProp::check_track_exists().
Here is the caller graph for this function:
|
overridevirtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHObject.
Reimplemented in AssocInfoContainerv1.
Definition at line 3 of file AssocInfoContainer.cc.
View newest version in sPHENIX GitHub at line 3 of file AssocInfoContainer.cc
Referenced by DumpAssocInfoContainer::process_Node().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in AssocInfoContainerv1.
Definition at line 22 of file AssocInfoContainer.h.
View newest version in sPHENIX GitHub at line 22 of file AssocInfoContainer.h
Referenced by PHSiliconTpcTrackMatching::addSiliconClusters(), PHHoughSeeding::export_output(), PHSiliconTpcTrackMatching::findEtaPhiMatches(), PHGenFitTrkProp::OutputPHGenFitTrack(), PHSiliconTruthTrackSeeding::Process(), PHTruthTrackSeeding::Process(), PHTruthSiliconAssociation::process_event(), and PHMicromegasTpcTrackMatching::process_event().
Here is the caller graph for this function: