ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/trackreco/AssocInfoContainerv1.h>
Public Types | |
typedef std::multimap < TrkrDefs::cluskey, unsigned int > | ClusterTrackMap |
Public Types inherited from AssocInfoContainer | |
typedef std::multimap < TrkrDefs::cluskey, unsigned int > | ClusterTrackMap |
Public Member Functions | |
AssocInfoContainerv1 () | |
~AssocInfoContainerv1 () override | |
void | Reset () override |
Clear Event. | |
void | identify (std::ostream &os=std::cout) const override |
void | SetClusterTrackAssoc (const TrkrDefs::cluskey &cluster_id, const unsigned int &track_id) override |
std::vector< unsigned int > | GetTracksFromCluster (const TrkrDefs::cluskey &cluster_id) const override |
Public Member Functions inherited from AssocInfoContainer | |
~AssocInfoContainer () override | |
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 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) |
Private Attributes | |
ClusterTrackMap | _map_cluster_id_track_id |
Additional Inherited Members | |
Protected Member Functions inherited from AssocInfoContainer | |
AssocInfoContainer () | |
Definition at line 13 of file AssocInfoContainerv1.h.
View newest version in sPHENIX GitHub at line 13 of file AssocInfoContainerv1.h
typedef std::multimap<TrkrDefs::cluskey, unsigned int> AssocInfoContainerv1::ClusterTrackMap |
Definition at line 16 of file AssocInfoContainerv1.h.
View newest version in sPHENIX GitHub at line 16 of file AssocInfoContainerv1.h
AssocInfoContainerv1::AssocInfoContainerv1 | ( | ) |
Definition at line 3 of file AssocInfoContainerv1.cc.
View newest version in sPHENIX GitHub at line 3 of file AssocInfoContainerv1.cc
|
override |
Definition at line 8 of file AssocInfoContainerv1.cc.
View newest version in sPHENIX GitHub at line 8 of file AssocInfoContainerv1.cc
References Reset().
|
inlineoverridevirtual |
Reimplemented from AssocInfoContainer.
Definition at line 29 of file AssocInfoContainerv1.h.
View newest version in sPHENIX GitHub at line 29 of file AssocInfoContainerv1.h
References _map_cluster_id_track_id.
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from AssocInfoContainer.
Definition at line 15 of file AssocInfoContainerv1.cc.
View newest version in sPHENIX GitHub at line 15 of file AssocInfoContainerv1.cc
References _map_cluster_id_track_id.
|
overridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 10 of file AssocInfoContainerv1.cc.
View newest version in sPHENIX GitHub at line 10 of file AssocInfoContainerv1.cc
References _map_cluster_id_track_id.
Referenced by ~AssocInfoContainerv1().
|
inlineoverridevirtual |
Reimplemented from AssocInfoContainer.
Definition at line 24 of file AssocInfoContainerv1.h.
View newest version in sPHENIX GitHub at line 24 of file AssocInfoContainerv1.h
References _map_cluster_id_track_id.
|
private |
Definition at line 41 of file AssocInfoContainerv1.h.
View newest version in sPHENIX GitHub at line 41 of file AssocInfoContainerv1.h
Referenced by GetTracksFromCluster(), identify(), Reset(), and SetClusterTrackAssoc().