ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/trackbase_historic/SvtxTrackMap_v1.h>
Public Member Functions | |
SvtxTrackMap_v1 () | |
SvtxTrackMap_v1 (const SvtxTrackMap_v1 &trackmap) | |
SvtxTrackMap_v1 & | operator= (const SvtxTrackMap_v1 &trackmap) |
~SvtxTrackMap_v1 () override | |
void | identify (std::ostream &os=std::cout) const override |
void | Reset () override |
Clear Event. | |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
PHObject * | CloneMe () const override |
Virtual copy constructor. | |
bool | empty () const override |
size_t | size () const override |
size_t | count (unsigned int idkey) const override |
void | clear () override |
const SvtxTrack * | get (unsigned int idkey) const override |
SvtxTrack * | get (unsigned int idkey) override |
SvtxTrack * | insert (const SvtxTrack *track) override |
size_t | erase (unsigned int idkey) override |
ConstIter | begin () const override |
ConstIter | find (unsigned int idkey) const override |
ConstIter | end () const override |
Iter | begin () override |
Iter | find (unsigned int idkey) override |
Iter | end () override |
Public Member Functions inherited from SvtxTrackMap | |
~SvtxTrackMap () override | |
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 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 Member Functions | |
ClassDefOverride (SvtxTrackMap_v1, 1) | |
Private Attributes | |
TrackMap | _map |
Additional Inherited Members | |
Public Types inherited from SvtxTrackMap | |
typedef std::map< unsigned int, SvtxTrack * > | TrackMap |
typedef std::map< unsigned int, SvtxTrack * >::const_iterator | ConstIter |
typedef std::map< unsigned int, SvtxTrack * >::iterator | Iter |
Protected Member Functions inherited from SvtxTrackMap | |
SvtxTrackMap () | |
Definition at line 12 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 12 of file SvtxTrackMap_v1.h
SvtxTrackMap_v1::SvtxTrackMap_v1 | ( | ) |
Definition at line 15 of file SvtxTrackMap_v1.cc.
View newest version in sPHENIX GitHub at line 15 of file SvtxTrackMap_v1.cc
Referenced by CloneMe().
SvtxTrackMap_v1::SvtxTrackMap_v1 | ( | const SvtxTrackMap_v1 & | trackmap | ) |
Definition at line 20 of file SvtxTrackMap_v1.cc.
View newest version in sPHENIX GitHub at line 20 of file SvtxTrackMap_v1.cc
References _map, begin(), end(), SvtxTrack::get_id(), and track.
|
override |
Definition at line 45 of file SvtxTrackMap_v1.cc.
View newest version in sPHENIX GitHub at line 45 of file SvtxTrackMap_v1.cc
References Reset().
|
inlineoverridevirtual |
Reimplemented from SvtxTrackMap.
Definition at line 39 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 39 of file SvtxTrackMap_v1.h
References _map.
Referenced by operator=(), and SvtxTrackMap_v1().
|
inlineoverridevirtual |
Reimplemented from SvtxTrackMap.
Definition at line 43 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 43 of file SvtxTrackMap_v1.h
References _map.
|
private |
|
inlineoverridevirtual |
Reimplemented from SvtxTrackMap.
Definition at line 28 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 28 of file SvtxTrackMap_v1.h
References Reset().
|
inlineoverridevirtual |
Virtual copy constructor.
Reimplemented from SvtxTrackMap.
Definition at line 23 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 23 of file SvtxTrackMap_v1.h
References SvtxTrackMap_v1().
|
inlineoverridevirtual |
Reimplemented from SvtxTrackMap.
Definition at line 27 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 27 of file SvtxTrackMap_v1.h
References _map.
|
inlineoverridevirtual |
Reimplemented from SvtxTrackMap.
Definition at line 25 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 25 of file SvtxTrackMap_v1.h
References _map.
|
inlineoverridevirtual |
Reimplemented from SvtxTrackMap.
Definition at line 41 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 41 of file SvtxTrackMap_v1.h
References _map.
Referenced by operator=(), and SvtxTrackMap_v1().
|
inlineoverridevirtual |
Reimplemented from SvtxTrackMap.
Definition at line 45 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 45 of file SvtxTrackMap_v1.h
References _map.
|
inlineoverridevirtual |
Reimplemented from SvtxTrackMap.
Definition at line 33 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 33 of file SvtxTrackMap_v1.h
References _map.
Reimplemented from SvtxTrackMap.
Definition at line 40 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 40 of file SvtxTrackMap_v1.h
References _map.
Reimplemented from SvtxTrackMap.
Definition at line 44 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 44 of file SvtxTrackMap_v1.h
References _map.
Reimplemented from SvtxTrackMap.
Definition at line 68 of file SvtxTrackMap_v1.cc.
View newest version in sPHENIX GitHub at line 68 of file SvtxTrackMap_v1.cc
References _map.
Reimplemented from SvtxTrackMap.
Definition at line 75 of file SvtxTrackMap_v1.cc.
View newest version in sPHENIX GitHub at line 75 of file SvtxTrackMap_v1.cc
References _map.
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from SvtxTrackMap.
Definition at line 62 of file SvtxTrackMap_v1.cc.
View newest version in sPHENIX GitHub at line 62 of file SvtxTrackMap_v1.cc
References _map.
Reimplemented from SvtxTrackMap.
Definition at line 82 of file SvtxTrackMap_v1.cc.
View newest version in sPHENIX GitHub at line 82 of file SvtxTrackMap_v1.cc
References _map, and SvtxTrack::CloneMe().
|
inlineoverridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from SvtxTrackMap.
Definition at line 22 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 22 of file SvtxTrackMap_v1.h
SvtxTrackMap_v1 & SvtxTrackMap_v1::operator= | ( | const SvtxTrackMap_v1 & | trackmap | ) |
Definition at line 32 of file SvtxTrackMap_v1.cc.
View newest version in sPHENIX GitHub at line 32 of file SvtxTrackMap_v1.cc
References _map, begin(), end(), SvtxTrack::get_id(), Reset(), and track.
|
overridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 50 of file SvtxTrackMap_v1.cc.
View newest version in sPHENIX GitHub at line 50 of file SvtxTrackMap_v1.cc
Referenced by clear(), operator=(), and ~SvtxTrackMap_v1().
|
inlineoverridevirtual |
Reimplemented from SvtxTrackMap.
Definition at line 26 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 26 of file SvtxTrackMap_v1.h
References _map.
|
private |
Definition at line 48 of file SvtxTrackMap_v1.h.
View newest version in sPHENIX GitHub at line 48 of file SvtxTrackMap_v1.h
Referenced by begin(), count(), empty(), end(), erase(), find(), get(), identify(), insert(), operator=(), Reset(), size(), and SvtxTrackMap_v1().