ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4bbc/BbcVertexMap.h>
Public Types | |
typedef std::map< unsigned int, BbcVertex * >::const_iterator | ConstIter |
typedef std::map< unsigned int, BbcVertex * >::iterator | Iter |
Public Member Functions | |
~BbcVertexMap () override | |
void | identify (std::ostream &os=std::cout) const override |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
virtual bool | empty () const |
virtual size_t | size () const |
virtual size_t | count (unsigned int) const |
virtual void | clear () |
virtual const BbcVertex * | get (unsigned int) const |
virtual BbcVertex * | get (unsigned int) |
virtual BbcVertex * | insert (BbcVertex *) |
virtual size_t | erase (unsigned int) |
virtual ConstIter | begin () const |
virtual ConstIter | find (unsigned int idkey) const |
virtual ConstIter | end () const |
virtual Iter | begin () |
virtual Iter | find (unsigned int idkey) |
virtual Iter | end () |
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 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 | |
BbcVertexMap () | |
Private Member Functions | |
ClassDefOverride (BbcVertexMap, 1) | |
Definition at line 10 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 10 of file BbcVertexMap.h
typedef std::map<unsigned int, BbcVertex*>::const_iterator BbcVertexMap::ConstIter |
Definition at line 13 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 13 of file BbcVertexMap.h
typedef std::map<unsigned int, BbcVertex*>::iterator BbcVertexMap::Iter |
Definition at line 14 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 14 of file BbcVertexMap.h
|
inlineoverride |
Definition at line 16 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 16 of file BbcVertexMap.h
|
inlineprotected |
Definition at line 40 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 40 of file BbcVertexMap.h
|
virtual |
Reimplemented in BbcVertexMapv1.
Definition at line 5 of file BbcVertexMap.cc.
View newest version in sPHENIX GitHub at line 5 of file BbcVertexMap.cc
Referenced by PHHoughSeeding::fast_vertex_from_bbc(), and DumpBbcVertexMap::process_Node().
|
virtual |
Reimplemented in BbcVertexMapv1.
Definition at line 21 of file BbcVertexMap.cc.
View newest version in sPHENIX GitHub at line 21 of file BbcVertexMap.cc
|
private |
|
inlinevirtual |
Reimplemented in BbcVertexMapv1.
Definition at line 24 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 24 of file BbcVertexMap.h
|
inlinevirtual |
Reimplemented in BbcVertexMapv1.
Definition at line 23 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 23 of file BbcVertexMap.h
|
inlinevirtual |
Reimplemented in BbcVertexMapv1.
Definition at line 21 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 21 of file BbcVertexMap.h
|
virtual |
Reimplemented in BbcVertexMapv1.
Definition at line 15 of file BbcVertexMap.cc.
View newest version in sPHENIX GitHub at line 15 of file BbcVertexMap.cc
Referenced by DumpBbcVertexMap::process_Node().
|
virtual |
Reimplemented in BbcVertexMapv1.
Definition at line 31 of file BbcVertexMap.cc.
View newest version in sPHENIX GitHub at line 31 of file BbcVertexMap.cc
|
inlinevirtual |
Reimplemented in BbcVertexMapv1.
Definition at line 29 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 29 of file BbcVertexMap.h
|
virtual |
Reimplemented in BbcVertexMapv1.
Definition at line 10 of file BbcVertexMap.cc.
View newest version in sPHENIX GitHub at line 10 of file BbcVertexMap.cc
|
virtual |
Reimplemented in BbcVertexMapv1.
Definition at line 26 of file BbcVertexMap.cc.
View newest version in sPHENIX GitHub at line 26 of file BbcVertexMap.cc
Reimplemented in BbcVertexMapv1.
Definition at line 26 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 26 of file BbcVertexMap.h
Reimplemented in BbcVertexMapv1.
Definition at line 27 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 27 of file BbcVertexMap.h
|
inlineoverridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in BbcVertexMapv1.
Definition at line 18 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 18 of file BbcVertexMap.h
Reimplemented in BbcVertexMapv1.
Definition at line 28 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 28 of file BbcVertexMap.h
Referenced by BbcVertexFastSimReco::process_event().
|
inlineoverridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Reimplemented in BbcVertexMapv1.
Definition at line 19 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 19 of file BbcVertexMap.h
|
inlinevirtual |
Reimplemented in BbcVertexMapv1.
Definition at line 22 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 22 of file BbcVertexMap.h
Referenced by DumpBbcVertexMap::process_Node().