ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Version 1 of CMFlashCluster. More...
#include <coresoftware/blob/master/offline/packages/trackbase/CMFlashClusterv1.h>
Public Member Functions | |
CMFlashClusterv1 () | |
ctor | |
~CMFlashClusterv1 () override | |
dtor | |
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 | |
PHObject * | CloneMe () const override |
Virtual copy constructor. | |
void | CopyFrom (const CMFlashCluster &) override |
copy content from base class | |
void | CopyFrom (CMFlashCluster *source) override |
copy content from base class | |
void | setClusKey (unsigned int id) override |
unsigned int | getClusKey () const override |
float | getX () const override |
void | setX (float x) override |
float | getY () const override |
void | setY (float y) override |
float | getZ () const override |
void | setZ (float z) override |
unsigned int | getAdc () const override |
void | setAdc (unsigned int adc) override |
Public Member Functions inherited from CMFlashCluster | |
~CMFlashCluster () override | |
dtor | |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
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) |
Protected Attributes | |
unsigned int | m_cluskey |
float | m_pos [3] |
unsigned int | m_adc |
Additional Inherited Members | |
Protected Member Functions inherited from CMFlashCluster | |
CMFlashCluster ()=default | |
Version 1 of CMFlashCluster.
Note - D. McGlinchey June 2018: CINT does not like "override", so ignore where CINT complains. Should be checked with ROOT 6 once migration occurs.
Definition at line 24 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 24 of file CMFlashClusterv1.h
CMFlashClusterv1::CMFlashClusterv1 | ( | ) |
ctor
Definition at line 17 of file CMFlashClusterv1.cc.
View newest version in sPHENIX GitHub at line 17 of file CMFlashClusterv1.cc
References m_pos.
Referenced by CloneMe().
|
inlineoverride |
dtor
Definition at line 31 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 31 of file CMFlashClusterv1.h
|
inlineoverridevirtual |
Virtual copy constructor.
Reimplemented from PHObject.
Definition at line 36 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 36 of file CMFlashClusterv1.h
References CMFlashClusterv1().
|
overridevirtual |
copy content from base class
Reimplemented from CMFlashCluster.
Definition at line 56 of file CMFlashClusterv1.cc.
View newest version in sPHENIX GitHub at line 56 of file CMFlashClusterv1.cc
References CMFlashCluster::CopyFrom(), CMFlashCluster::getAdc(), CMFlashCluster::getClusKey(), CMFlashCluster::getX(), CMFlashCluster::getY(), CMFlashCluster::getZ(), setAdc(), setClusKey(), setX(), setY(), and setZ().
|
inlineoverridevirtual |
copy content from base class
Reimplemented from CMFlashCluster.
Definition at line 42 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 42 of file CMFlashClusterv1.h
References CopyFrom().
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from CMFlashCluster.
Definition at line 60 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 60 of file CMFlashClusterv1.h
References m_adc.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from CMFlashCluster.
Definition at line 46 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 46 of file CMFlashClusterv1.h
References m_cluskey.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from CMFlashCluster.
Definition at line 50 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 50 of file CMFlashClusterv1.h
References m_pos.
Referenced by isValid().
|
inlineoverridevirtual |
Reimplemented from CMFlashCluster.
Definition at line 52 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 52 of file CMFlashClusterv1.h
References m_pos.
Referenced by isValid().
|
inlineoverridevirtual |
Reimplemented from CMFlashCluster.
Definition at line 54 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 54 of file CMFlashClusterv1.h
References m_pos.
Referenced by isValid().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from CMFlashCluster.
Definition at line 26 of file CMFlashClusterv1.cc.
View newest version in sPHENIX GitHub at line 26 of file CMFlashClusterv1.cc
References getAdc(), getClusKey(), and m_pos.
|
overridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from CMFlashCluster.
Definition at line 43 of file CMFlashClusterv1.cc.
View newest version in sPHENIX GitHub at line 43 of file CMFlashClusterv1.cc
References getX(), getY(), getZ(), m_adc, and m_cluskey.
|
inlineoverridevirtual |
Clear Event.
Reimplemented from CMFlashCluster.
Definition at line 34 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 34 of file CMFlashClusterv1.h
Reimplemented from CMFlashCluster.
Definition at line 61 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 61 of file CMFlashClusterv1.h
References m_adc.
Referenced by CopyFrom().
Reimplemented from CMFlashCluster.
Definition at line 45 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 45 of file CMFlashClusterv1.h
References m_cluskey.
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from CMFlashCluster.
Definition at line 51 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 51 of file CMFlashClusterv1.h
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from CMFlashCluster.
Definition at line 53 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 53 of file CMFlashClusterv1.h
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from CMFlashCluster.
Definition at line 55 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 55 of file CMFlashClusterv1.h
Referenced by CopyFrom().
|
protected |
Definition at line 67 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 67 of file CMFlashClusterv1.h
|
protected |
Definition at line 65 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 65 of file CMFlashClusterv1.h
Referenced by getClusKey(), isValid(), and setClusKey().
|
protected |
Definition at line 66 of file CMFlashClusterv1.h.
View newest version in sPHENIX GitHub at line 66 of file CMFlashClusterv1.h
Referenced by CMFlashClusterv1(), getX(), getY(), getZ(), identify(), setX(), setY(), and setZ().