Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MbdVertexMapv1 Class Reference

#include <coresoftware/blob/master/offline/packages/globalvertex/MbdVertexMapv1.h>

+ Inheritance diagram for MbdVertexMapv1:
+ Collaboration diagram for MbdVertexMapv1:

Public Member Functions

 MbdVertexMapv1 ()
 
 ~MbdVertexMapv1 () 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
 
bool empty () const override
 
size_t size () const override
 
size_t count (unsigned int idkey) const override
 
void clear () override
 
const MbdVertexget (unsigned int idkey) const override
 
MbdVertexget (unsigned int idkey) override
 
MbdVertexinsert (MbdVertex *vertex) 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 MbdVertexMap
 ~MbdVertexMap () override
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor
 
 ~PHObject () override
 dtor
 
virtual PHObjectCloneMe () const
 Virtual copy constructor.
 
virtual PHObjectclone () const final
 
PHObjectClone (const char *newname="") const final
 
void Copy (TObject &object) const final
 
virtual int Integrate () const
 
virtual int Integrate (PHObject *)
 
virtual void CopyFrom (const PHObject *obj)
 

Private Member Functions

 ClassDefOverride (MbdVertexMapv1, 1)
 

Private Attributes

std::map< unsigned int,
MbdVertex * > 
_map
 

Additional Inherited Members

- Public Types inherited from MbdVertexMap
typedef std::map< unsigned int,
MbdVertex * >::const_iterator 
ConstIter
 
typedef std::map< unsigned int,
MbdVertex * >::iterator 
Iter
 
- Protected Member Functions inherited from MbdVertexMap
 MbdVertexMap ()
 

Detailed Description

Definition at line 12 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 12 of file MbdVertexMapv1.h

Constructor & Destructor Documentation

MbdVertexMapv1::MbdVertexMapv1 ( )

Definition at line 11 of file MbdVertexMapv1.cc.

View newest version in sPHENIX GitHub at line 11 of file MbdVertexMapv1.cc

MbdVertexMapv1::~MbdVertexMapv1 ( )
override

Definition at line 16 of file MbdVertexMapv1.cc.

View newest version in sPHENIX GitHub at line 16 of file MbdVertexMapv1.cc

References clear().

+ Here is the call graph for this function:

Member Function Documentation

ConstIter MbdVertexMapv1::begin ( void  ) const
inlineoverridevirtual

Reimplemented from MbdVertexMap.

Definition at line 36 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 36 of file MbdVertexMapv1.h

References _map.

Iter MbdVertexMapv1::begin ( void  )
inlineoverridevirtual

Reimplemented from MbdVertexMap.

Definition at line 40 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 40 of file MbdVertexMapv1.h

References _map.

MbdVertexMapv1::ClassDefOverride ( MbdVertexMapv1  ,
 
)
private
void MbdVertexMapv1::clear ( )
overridevirtual

Reimplemented from MbdVertexMap.

Definition at line 27 of file MbdVertexMapv1.cc.

View newest version in sPHENIX GitHub at line 27 of file MbdVertexMapv1.cc

References _map.

Referenced by Reset(), and ~MbdVertexMapv1().

+ Here is the caller graph for this function:

size_t MbdVertexMapv1::count ( unsigned int  idkey) const
inlineoverridevirtual

Reimplemented from MbdVertexMap.

Definition at line 24 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 24 of file MbdVertexMapv1.h

References _map.

bool MbdVertexMapv1::empty ( ) const
inlineoverridevirtual

Reimplemented from MbdVertexMap.

Definition at line 22 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 22 of file MbdVertexMapv1.h

References _map.

ConstIter MbdVertexMapv1::end ( void  ) const
inlineoverridevirtual

Reimplemented from MbdVertexMap.

Definition at line 38 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 38 of file MbdVertexMapv1.h

References _map.

Iter MbdVertexMapv1::end ( void  )
inlineoverridevirtual

Reimplemented from MbdVertexMap.

Definition at line 42 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 42 of file MbdVertexMapv1.h

References _map.

size_t MbdVertexMapv1::erase ( unsigned int  idkey)
inlineoverridevirtual

Reimplemented from MbdVertexMap.

Definition at line 30 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 30 of file MbdVertexMapv1.h

References _map.

ConstIter MbdVertexMapv1::find ( unsigned int  idkey) const
inlineoverridevirtual

Reimplemented from MbdVertexMap.

Definition at line 37 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 37 of file MbdVertexMapv1.h

References _map.

Iter MbdVertexMapv1::find ( unsigned int  idkey)
inlineoverridevirtual

Reimplemented from MbdVertexMap.

Definition at line 41 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 41 of file MbdVertexMapv1.h

References _map.

const MbdVertex * MbdVertexMapv1::get ( unsigned int  idkey) const
overridevirtual

Reimplemented from MbdVertexMap.

Definition at line 37 of file MbdVertexMapv1.cc.

View newest version in sPHENIX GitHub at line 37 of file MbdVertexMapv1.cc

References _map.

MbdVertex * MbdVertexMapv1::get ( unsigned int  idkey)
overridevirtual

Reimplemented from MbdVertexMap.

Definition at line 47 of file MbdVertexMapv1.cc.

View newest version in sPHENIX GitHub at line 47 of file MbdVertexMapv1.cc

References _map.

void MbdVertexMapv1::identify ( std::ostream &  os = std::cout) const
overridevirtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from MbdVertexMap.

Definition at line 21 of file MbdVertexMapv1.cc.

View newest version in sPHENIX GitHub at line 21 of file MbdVertexMapv1.cc

References _map.

MbdVertex * MbdVertexMapv1::insert ( MbdVertex vertex)
overridevirtual

Reimplemented from MbdVertexMap.

Definition at line 57 of file MbdVertexMapv1.cc.

View newest version in sPHENIX GitHub at line 57 of file MbdVertexMapv1.cc

References _map, and index.

int MbdVertexMapv1::isValid ( ) const
inlineoverridevirtual

isValid returns non zero if object contains vailid data

Reimplemented from MbdVertexMap.

Definition at line 20 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 20 of file MbdVertexMapv1.h

void MbdVertexMapv1::Reset ( )
inlineoverridevirtual

Clear Event.

Reimplemented from PHObject.

Definition at line 19 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 19 of file MbdVertexMapv1.h

References clear().

+ Here is the call graph for this function:

size_t MbdVertexMapv1::size ( void  ) const
inlineoverridevirtual

Reimplemented from MbdVertexMap.

Definition at line 23 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 23 of file MbdVertexMapv1.h

References _map.

Member Data Documentation

std::map<unsigned int, MbdVertex*> MbdVertexMapv1::_map
private

Definition at line 45 of file MbdVertexMapv1.h.

View newest version in sPHENIX GitHub at line 45 of file MbdVertexMapv1.h

Referenced by begin(), clear(), count(), empty(), end(), erase(), find(), get(), identify(), insert(), and size().


The documentation for this class was generated from the following files: