ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/centrality/CentralityInfov1.h>
Public Member Functions | |
CentralityInfov1 () | |
~CentralityInfov1 () 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 | has_quantity (const PROP prop_id) const override |
float | get_quantity (const PROP prop_id) const override |
void | set_quantity (const PROP prop_id, const float value) override |
bool | has_centile (const PROP prop_id) const override |
float | get_centile (const PROP prop_id) const override |
void | set_centile (const PROP prop_id, const float value) override |
Public Member Functions inherited from CentralityInfo | |
~CentralityInfo () override | |
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 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) |
Private Member Functions | |
ClassDefOverride (CentralityInfov1, 1) | |
Private Attributes | |
std::map< int, float > | _quantity_map |
std::map< int, float > | _centile_map |
Additional Inherited Members | |
Public Types inherited from CentralityInfo | |
enum | PROP { mbd_N = 0, mbd_S = 1, mbd_NS = 2, epd_N = 3, epd_S = 4, epd_NS = 5, bimp = 6 } |
Protected Member Functions inherited from CentralityInfo | |
CentralityInfo () | |
Definition at line 9 of file CentralityInfov1.h.
View newest version in sPHENIX GitHub at line 9 of file CentralityInfov1.h
CentralityInfov1::CentralityInfov1 | ( | ) |
Definition at line 3 of file CentralityInfov1.cc.
View newest version in sPHENIX GitHub at line 3 of file CentralityInfov1.cc
|
inlineoverride |
Definition at line 13 of file CentralityInfov1.h.
View newest version in sPHENIX GitHub at line 13 of file CentralityInfov1.h
|
private |
|
overridevirtual |
Reimplemented from CentralityInfo.
Definition at line 42 of file CentralityInfov1.cc.
View newest version in sPHENIX GitHub at line 42 of file CentralityInfov1.cc
References _centile_map, and has_centile().
|
overridevirtual |
Reimplemented from CentralityInfo.
Definition at line 24 of file CentralityInfov1.cc.
View newest version in sPHENIX GitHub at line 24 of file CentralityInfov1.cc
References _quantity_map, and has_quantity().
|
overridevirtual |
Reimplemented from CentralityInfo.
Definition at line 32 of file CentralityInfov1.cc.
View newest version in sPHENIX GitHub at line 32 of file CentralityInfov1.cc
References _centile_map.
Referenced by get_centile().
|
overridevirtual |
Reimplemented from CentralityInfo.
Definition at line 14 of file CentralityInfov1.cc.
View newest version in sPHENIX GitHub at line 14 of file CentralityInfov1.cc
References _quantity_map.
Referenced by get_quantity().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from CentralityInfo.
Definition at line 7 of file CentralityInfov1.cc.
View newest version in sPHENIX GitHub at line 7 of file CentralityInfov1.cc
|
inlineoverridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from CentralityInfo.
Definition at line 17 of file CentralityInfov1.h.
View newest version in sPHENIX GitHub at line 17 of file CentralityInfov1.h
|
inlineoverridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 16 of file CentralityInfov1.h.
View newest version in sPHENIX GitHub at line 16 of file CentralityInfov1.h
Reimplemented from CentralityInfo.
Definition at line 37 of file CentralityInfov1.cc.
View newest version in sPHENIX GitHub at line 37 of file CentralityInfov1.cc
References _centile_map.
Reimplemented from CentralityInfo.
Definition at line 19 of file CentralityInfov1.cc.
View newest version in sPHENIX GitHub at line 19 of file CentralityInfov1.cc
References _quantity_map.
|
private |
Definition at line 29 of file CentralityInfov1.h.
View newest version in sPHENIX GitHub at line 29 of file CentralityInfov1.h
Referenced by get_centile(), has_centile(), and set_centile().
|
private |
Definition at line 28 of file CentralityInfov1.h.
View newest version in sPHENIX GitHub at line 28 of file CentralityInfov1.h
Referenced by get_quantity(), has_quantity(), and set_quantity().