ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Version 2 of TrkrCluster. More...
#include <coresoftware/blob/master/offline/packages/trackbase/TrkrClusterv2.h>
Public Member Functions | |
TrkrClusterv2 () | |
ctor | |
~TrkrClusterv2 () 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 TrkrCluster &) override |
copy content from base class | |
void | CopyFrom (TrkrCluster *source) override |
copy content from base class | |
void | setClusKey (TrkrDefs::cluskey id) override |
TrkrDefs::cluskey | 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 |
float | getPosition (int coor) const override |
void | setPosition (int coor, float xi) override |
void | setGlobal () override |
void | setLocal () override |
bool | isGlobal () const override |
float | getLocalX () const override |
void | setLocalX (float loc0) override |
float | getLocalY () const override |
void | setLocalY (float loc1) override |
void | setActsLocalError (unsigned int i, unsigned int j, float value) override |
Acts functions, for Acts module use only. | |
float | getActsLocalError (unsigned int i, unsigned int j) const override |
TrkrDefs::subsurfkey | getSubSurfKey () const override |
void | setSubSurfKey (TrkrDefs::subsurfkey id) override |
unsigned int | getAdc () const override |
void | setAdc (unsigned int adc) override |
float | getSize (unsigned int i, unsigned int j) const override |
void | setSize (unsigned int i, unsigned int j, float value) override |
float | getError (unsigned int i, unsigned int j) const override |
void | setError (unsigned int i, unsigned int j, float value) override |
float | getPhiSize () const override |
float | getZSize () const override |
float | getRPhiError () const override |
float | getPhiError () const override |
float | getZError () const override |
Public Member Functions inherited from TrkrCluster | |
~TrkrCluster () 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 | |
TrkrDefs::cluskey | m_cluskey |
TrkrDefs::subsurfkey | m_subsurfkey |
float | m_pos [3] |
bool | m_isGlobal |
unsigned int | m_adc |
float | m_size [6] |
float | m_err [6] |
float | m_local [2] |
float | m_actsLocalErr [2][2] |
Additional Inherited Members | |
Protected Member Functions inherited from TrkrCluster | |
TrkrCluster ()=default | |
Version 2 of TrkrCluster.
This version of TrkrCluster contains Acts source link objects as member variables, to join the Svtx and Acts worlds
Definition at line 22 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 22 of file TrkrClusterv2.h
TrkrClusterv2::TrkrClusterv2 | ( | ) |
ctor
Definition at line 41 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 41 of file TrkrClusterv2.cc
References m_actsLocalErr, m_err, m_local, m_pos, and m_size.
Referenced by CloneMe().
|
inlineoverride |
dtor
Definition at line 30 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 30 of file TrkrClusterv2.h
|
inlineoverridevirtual |
Virtual copy constructor.
Reimplemented from PHObject.
Definition at line 35 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 35 of file TrkrClusterv2.h
References TrkrClusterv2().
|
overridevirtual |
copy content from base class
Reimplemented from TrkrCluster.
Definition at line 134 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 134 of file TrkrClusterv2.cc
References TrkrCluster::CopyFrom(), TrkrCluster::getActsLocalError(), TrkrCluster::getAdc(), TrkrCluster::getClusKey(), TrkrCluster::getError(), TrkrCluster::getLocalX(), TrkrCluster::getLocalY(), TrkrCluster::getSize(), TrkrCluster::getSubSurfKey(), TrkrCluster::getX(), TrkrCluster::getY(), TrkrCluster::getZ(), TrkrCluster::isGlobal(), m_isGlobal, setActsLocalError(), setAdc(), setClusKey(), setError(), setLocalX(), setLocalY(), setSize(), setSubSurfKey(), setX(), setY(), and setZ().
|
inlineoverridevirtual |
copy content from base class
Reimplemented from TrkrCluster.
Definition at line 41 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 41 of file TrkrClusterv2.h
References CopyFrom().
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 70 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 70 of file TrkrClusterv2.h
References m_actsLocalErr.
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 77 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 77 of file TrkrClusterv2.h
References m_adc.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 45 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 45 of file TrkrClusterv2.h
References m_cluskey.
Referenced by identify().
Reimplemented from TrkrCluster.
Definition at line 180 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 180 of file TrkrClusterv2.cc
References m_err.
Referenced by PHTruthClustering::all_truth_clusters(), getZError(), identify(), and isValid().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 63 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 63 of file TrkrClusterv2.h
References m_local.
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 65 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 65 of file TrkrClusterv2.h
References m_local.
|
overridevirtual |
Reimplemented from TrkrCluster.
Definition at line 189 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 189 of file TrkrClusterv2.cc
References getRPhiError(), m_pos, rad, and square().
|
overridevirtual |
Reimplemented from TrkrCluster.
Definition at line 183 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 183 of file TrkrClusterv2.cc
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 57 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 57 of file TrkrClusterv2.h
References m_pos.
Referenced by identify(), and isValid().
|
overridevirtual |
Reimplemented from TrkrCluster.
Definition at line 196 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 196 of file TrkrClusterv2.cc
Referenced by getPhiError().
Reimplemented from TrkrCluster.
Definition at line 171 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 171 of file TrkrClusterv2.cc
References m_size.
Referenced by getZSize(), identify(), and isValid().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 71 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 71 of file TrkrClusterv2.h
References m_subsurfkey.
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 51 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 51 of file TrkrClusterv2.h
References m_pos.
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 53 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 53 of file TrkrClusterv2.h
References m_pos.
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 55 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 55 of file TrkrClusterv2.h
References m_pos.
|
overridevirtual |
Reimplemented from TrkrCluster.
Definition at line 199 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 199 of file TrkrClusterv2.cc
References getError().
|
overridevirtual |
Reimplemented from TrkrCluster.
Definition at line 186 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 186 of file TrkrClusterv2.cc
References getSize().
Referenced by identify().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from TrkrCluster.
Definition at line 64 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 64 of file TrkrClusterv2.cc
References getAdc(), getClusKey(), getError(), getPhiSize(), getPosition(), getSize(), getZSize(), and m_isGlobal.
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 61 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 61 of file TrkrClusterv2.h
References m_isGlobal.
|
overridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from TrkrCluster.
Definition at line 114 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 114 of file TrkrClusterv2.cc
References getError(), getPosition(), getSize(), m_adc, and m_cluskey.
|
inlineoverridevirtual |
Clear Event.
Reimplemented from TrkrCluster.
Definition at line 33 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 33 of file TrkrClusterv2.h
|
overridevirtual |
Acts functions, for Acts module use only.
Reimplemented from TrkrCluster.
Definition at line 202 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 202 of file TrkrClusterv2.cc
References m_actsLocalErr.
Referenced by CopyFrom().
Reimplemented from TrkrCluster.
Definition at line 78 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 78 of file TrkrClusterv2.h
References m_adc.
Referenced by PHTruthClustering::all_truth_clusters(), and CopyFrom().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 44 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 44 of file TrkrClusterv2.h
References m_cluskey.
Referenced by PHTruthClustering::all_truth_clusters(), and CopyFrom().
Reimplemented from TrkrCluster.
Definition at line 174 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 174 of file TrkrClusterv2.cc
References m_err.
Referenced by PHTruthClustering::all_truth_clusters(), and CopyFrom().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 59 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 59 of file TrkrClusterv2.h
References m_isGlobal.
Referenced by PHTruthClustering::all_truth_clusters().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 60 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 60 of file TrkrClusterv2.h
References m_isGlobal.
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 64 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 64 of file TrkrClusterv2.h
References m_local.
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 66 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 66 of file TrkrClusterv2.h
References m_local.
Referenced by CopyFrom().
Reimplemented from TrkrCluster.
Definition at line 58 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 58 of file TrkrClusterv2.h
References m_pos.
Referenced by PHTruthClustering::all_truth_clusters().
Reimplemented from TrkrCluster.
Definition at line 165 of file TrkrClusterv2.cc.
View newest version in sPHENIX GitHub at line 165 of file TrkrClusterv2.cc
References m_size.
Referenced by PHTruthClustering::all_truth_clusters(), and CopyFrom().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 72 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 72 of file TrkrClusterv2.h
References m_subsurfkey.
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 52 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 52 of file TrkrClusterv2.h
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 54 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 54 of file TrkrClusterv2.h
Referenced by CopyFrom().
|
inlineoverridevirtual |
Reimplemented from TrkrCluster.
Definition at line 56 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 56 of file TrkrClusterv2.h
Referenced by CopyFrom().
|
protected |
Definition at line 106 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 106 of file TrkrClusterv2.h
Referenced by getActsLocalError(), setActsLocalError(), and TrkrClusterv2().
|
protected |
Definition at line 101 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 101 of file TrkrClusterv2.h
|
protected |
Definition at line 97 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 97 of file TrkrClusterv2.h
Referenced by getClusKey(), isValid(), and setClusKey().
|
protected |
Definition at line 103 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 103 of file TrkrClusterv2.h
Referenced by getError(), setError(), and TrkrClusterv2().
|
protected |
Definition at line 100 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 100 of file TrkrClusterv2.h
Referenced by CopyFrom(), identify(), isGlobal(), setGlobal(), and setLocal().
|
protected |
Definition at line 105 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 105 of file TrkrClusterv2.h
Referenced by getLocalX(), getLocalY(), setLocalX(), setLocalY(), and TrkrClusterv2().
|
protected |
Definition at line 99 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 99 of file TrkrClusterv2.h
Referenced by getPhiError(), getPosition(), getX(), getY(), getZ(), setPosition(), setX(), setY(), setZ(), and TrkrClusterv2().
|
protected |
Definition at line 102 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 102 of file TrkrClusterv2.h
Referenced by getSize(), setSize(), and TrkrClusterv2().
|
protected |
Definition at line 98 of file TrkrClusterv2.h.
View newest version in sPHENIX GitHub at line 98 of file TrkrClusterv2.h
Referenced by getSubSurfKey(), and setSubSurfKey().