Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/trackreco/AssocInfoContainer.h>
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 | 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
|
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
|
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 TpcPrototypeGenFitTrkFinder::process_event().