Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/globalvertex/MbdVertexMap.h>
Public Types | |
typedef std::map< unsigned int, MbdVertex * >::const_iterator | ConstIter |
typedef std::map< unsigned int, MbdVertex * >::iterator | Iter |
Public Member Functions | |
~MbdVertexMap () 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 MbdVertex * | get (unsigned int) const |
virtual MbdVertex * | get (unsigned int) |
virtual MbdVertex * | insert (MbdVertex *) |
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 | |
MbdVertexMap () | |
Private Member Functions | |
ClassDefOverride (MbdVertexMap, 1) | |
Definition at line 12 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 12 of file MbdVertexMap.h
typedef std::map<unsigned int, MbdVertex*>::const_iterator MbdVertexMap::ConstIter |
Definition at line 15 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 15 of file MbdVertexMap.h
typedef std::map<unsigned int, MbdVertex*>::iterator MbdVertexMap::Iter |
Definition at line 16 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 16 of file MbdVertexMap.h
|
inlineoverride |
Definition at line 18 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 18 of file MbdVertexMap.h
|
inlineprotected |
Definition at line 42 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 42 of file MbdVertexMap.h
|
virtual |
Reimplemented in MbdVertexMapv1.
Definition at line 7 of file MbdVertexMap.cc.
View newest version in sPHENIX GitHub at line 7 of file MbdVertexMap.cc
Referenced by RawClusterZVertexRecorrect::process_event(), RawClusterBuilderTemplate::process_event(), and DumpMbdVertexMap::process_Node().
|
virtual |
Reimplemented in MbdVertexMapv1.
Definition at line 22 of file MbdVertexMap.cc.
View newest version in sPHENIX GitHub at line 22 of file MbdVertexMap.cc
|
private |
|
inlinevirtual |
Reimplemented in MbdVertexMapv1.
Definition at line 26 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 26 of file MbdVertexMap.h
|
inlinevirtual |
Reimplemented in MbdVertexMapv1.
Definition at line 25 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 25 of file MbdVertexMap.h
|
inlinevirtual |
Reimplemented in MbdVertexMapv1.
Definition at line 23 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 23 of file MbdVertexMap.h
|
virtual |
Reimplemented in MbdVertexMapv1.
Definition at line 17 of file MbdVertexMap.cc.
View newest version in sPHENIX GitHub at line 17 of file MbdVertexMap.cc
Referenced by RawClusterZVertexRecorrect::process_event(), RawClusterBuilderTemplate::process_event(), and DumpMbdVertexMap::process_Node().
|
virtual |
Reimplemented in MbdVertexMapv1.
Definition at line 32 of file MbdVertexMap.cc.
View newest version in sPHENIX GitHub at line 32 of file MbdVertexMap.cc
|
inlinevirtual |
Reimplemented in MbdVertexMapv1.
Definition at line 31 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 31 of file MbdVertexMap.h
|
virtual |
Reimplemented in MbdVertexMapv1.
Definition at line 12 of file MbdVertexMap.cc.
View newest version in sPHENIX GitHub at line 12 of file MbdVertexMap.cc
|
virtual |
Reimplemented in MbdVertexMapv1.
Definition at line 27 of file MbdVertexMap.cc.
View newest version in sPHENIX GitHub at line 27 of file MbdVertexMap.cc
|
inlinevirtual |
Reimplemented in MbdVertexMapv1.
Definition at line 28 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 28 of file MbdVertexMap.h
|
inlinevirtual |
Reimplemented in MbdVertexMapv1.
Definition at line 29 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 29 of file MbdVertexMap.h
|
inlineoverridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in MbdVertexMapv1.
Definition at line 20 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 20 of file MbdVertexMap.h
References os.
Reimplemented in MbdVertexMapv1.
Definition at line 30 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 30 of file MbdVertexMap.h
Referenced by MbdReco::process_event(), and MbdVertexFastSimReco::process_event().
|
inlineoverridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Reimplemented in MbdVertexMapv1.
Definition at line 21 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 21 of file MbdVertexMap.h
|
inlinevirtual |
Reimplemented in MbdVertexMapv1.
Definition at line 24 of file MbdVertexMap.h.
View newest version in sPHENIX GitHub at line 24 of file MbdVertexMap.h
Referenced by DumpMbdVertexMap::process_Node().