Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/eventplaneinfo/EventplaneinfoMap.h>
Public Types | |
enum | EPTYPE { UNDEFINED = 999, sEPDS = 0, sEPDN = 1, MBDS = 2, MBDN = 3 } |
typedef std::map< unsigned int, Eventplaneinfo * > ::const_iterator | ConstIter |
typedef std::map< unsigned int, Eventplaneinfo * >::iterator | Iter |
Public Member Functions | |
~EventplaneinfoMap () override | |
void | identify (std::ostream &os=std::cout) const override |
virtual void | clear () |
virtual const Eventplaneinfo * | get (unsigned int) const |
virtual Eventplaneinfo * | get (unsigned int) |
virtual Eventplaneinfo * | insert (Eventplaneinfo *, EPTYPE) |
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 |
isValid returns non zero if object contains vailid data | |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Protected Member Functions | |
EventplaneinfoMap () | |
Private Member Functions | |
ClassDefOverride (EventplaneinfoMap, 1) | |
Definition at line 12 of file EventplaneinfoMap.h.
View newest version in sPHENIX GitHub at line 12 of file EventplaneinfoMap.h
typedef std::map<unsigned int, Eventplaneinfo*>::const_iterator EventplaneinfoMap::ConstIter |
Definition at line 24 of file EventplaneinfoMap.h.
View newest version in sPHENIX GitHub at line 24 of file EventplaneinfoMap.h
typedef std::map<unsigned int, Eventplaneinfo*>::iterator EventplaneinfoMap::Iter |
Definition at line 25 of file EventplaneinfoMap.h.
View newest version in sPHENIX GitHub at line 25 of file EventplaneinfoMap.h
Definition at line 15 of file EventplaneinfoMap.h.
View newest version in sPHENIX GitHub at line 15 of file EventplaneinfoMap.h
|
inlineoverride |
Definition at line 27 of file EventplaneinfoMap.h.
View newest version in sPHENIX GitHub at line 27 of file EventplaneinfoMap.h
|
inlineprotected |
Definition at line 45 of file EventplaneinfoMap.h.
View newest version in sPHENIX GitHub at line 45 of file EventplaneinfoMap.h
|
virtual |
Reimplemented in EventplaneinfoMapv1.
Definition at line 5 of file EventplaneinfoMap.cc.
View newest version in sPHENIX GitHub at line 5 of file EventplaneinfoMap.cc
|
virtual |
Reimplemented in EventplaneinfoMapv1.
Definition at line 20 of file EventplaneinfoMap.cc.
View newest version in sPHENIX GitHub at line 20 of file EventplaneinfoMap.cc
|
private |
|
inlinevirtual |
Reimplemented in EventplaneinfoMapv1.
Definition at line 30 of file EventplaneinfoMap.h.
View newest version in sPHENIX GitHub at line 30 of file EventplaneinfoMap.h
|
virtual |
Reimplemented in EventplaneinfoMapv1.
Definition at line 15 of file EventplaneinfoMap.cc.
View newest version in sPHENIX GitHub at line 15 of file EventplaneinfoMap.cc
|
virtual |
Reimplemented in EventplaneinfoMapv1.
Definition at line 30 of file EventplaneinfoMap.cc.
View newest version in sPHENIX GitHub at line 30 of file EventplaneinfoMap.cc
|
virtual |
Reimplemented in EventplaneinfoMapv1.
Definition at line 10 of file EventplaneinfoMap.cc.
View newest version in sPHENIX GitHub at line 10 of file EventplaneinfoMap.cc
|
virtual |
Reimplemented in EventplaneinfoMapv1.
Definition at line 25 of file EventplaneinfoMap.cc.
View newest version in sPHENIX GitHub at line 25 of file EventplaneinfoMap.cc
|
inlinevirtual |
Reimplemented in EventplaneinfoMapv1.
Definition at line 32 of file EventplaneinfoMap.h.
View newest version in sPHENIX GitHub at line 32 of file EventplaneinfoMap.h
|
inlinevirtual |
Reimplemented in EventplaneinfoMapv1.
Definition at line 33 of file EventplaneinfoMap.h.
View newest version in sPHENIX GitHub at line 33 of file EventplaneinfoMap.h
|
inlineoverridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in EventplaneinfoMapv1.
Definition at line 29 of file EventplaneinfoMap.h.
View newest version in sPHENIX GitHub at line 29 of file EventplaneinfoMap.h
References os.
Referenced by EventPlaneReco::process_event().
|
inlinevirtual |
Reimplemented in EventplaneinfoMapv1.
Definition at line 34 of file EventplaneinfoMap.h.
View newest version in sPHENIX GitHub at line 34 of file EventplaneinfoMap.h
Referenced by EventPlaneReco::process_event().