Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/mbd/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 | 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 12 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 12 of file BbcVertexMap.h
typedef std::map<unsigned int, BbcVertex*>::const_iterator BbcVertexMap::ConstIter |
Definition at line 15 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 15 of file BbcVertexMap.h
typedef std::map<unsigned int, BbcVertex*>::iterator BbcVertexMap::Iter |
Definition at line 16 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 16 of file BbcVertexMap.h
|
inlineoverride |
Definition at line 18 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 18 of file BbcVertexMap.h
|
inlineprotected |
Definition at line 42 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 42 of file BbcVertexMap.h
|
virtual |
Reimplemented in BbcVertexMapv1.
Definition at line 7 of file BbcVertexMap.cc.
View newest version in sPHENIX GitHub at line 7 of file BbcVertexMap.cc
Referenced by DumpBbcVertexMap::process_Node().
|
virtual |
Reimplemented in BbcVertexMapv1.
Definition at line 22 of file BbcVertexMap.cc.
View newest version in sPHENIX GitHub at line 22 of file BbcVertexMap.cc
|
private |
|
inlinevirtual |
Reimplemented in BbcVertexMapv1.
Definition at line 26 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 26 of file BbcVertexMap.h
|
inlinevirtual |
Reimplemented in BbcVertexMapv1.
Definition at line 25 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 25 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
|
virtual |
Reimplemented in BbcVertexMapv1.
Definition at line 17 of file BbcVertexMap.cc.
View newest version in sPHENIX GitHub at line 17 of file BbcVertexMap.cc
Referenced by DumpBbcVertexMap::process_Node().
|
virtual |
Reimplemented in BbcVertexMapv1.
Definition at line 32 of file BbcVertexMap.cc.
View newest version in sPHENIX GitHub at line 32 of file BbcVertexMap.cc
|
inlinevirtual |
Reimplemented in BbcVertexMapv1.
Definition at line 31 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 31 of file BbcVertexMap.h
|
virtual |
Reimplemented in BbcVertexMapv1.
Definition at line 12 of file BbcVertexMap.cc.
View newest version in sPHENIX GitHub at line 12 of file BbcVertexMap.cc
|
virtual |
Reimplemented in BbcVertexMapv1.
Definition at line 27 of file BbcVertexMap.cc.
View newest version in sPHENIX GitHub at line 27 of file BbcVertexMap.cc
|
inlinevirtual |
Reimplemented in BbcVertexMapv1.
Definition at line 28 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 28 of file BbcVertexMap.h
|
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
|
inlineoverridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in BbcVertexMapv1.
Definition at line 20 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 20 of file BbcVertexMap.h
References os.
Reimplemented in BbcVertexMapv1.
Definition at line 30 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 30 of file BbcVertexMap.h
|
inlineoverridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Reimplemented in BbcVertexMapv1.
Definition at line 21 of file BbcVertexMap.h.
View newest version in sPHENIX GitHub at line 21 of file BbcVertexMap.h
|
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
Referenced by DumpBbcVertexMap::process_Node().