![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eic/base/EicRunDigi.h>
Public Member Functions | |
| ColumnOrBranchDescriptor (const char *detName, unsigned group, EicGeoParData::IDXYZ what, double scale=1.0, float *dataPtr=0, float *errorPtr=0) | |
| ~ColumnOrBranchDescriptor () | |
Public Attributes | |
| TString | mDetName |
| unsigned | mGroup |
| EicGeoParData::IDXYZ | mWhat |
| float * | mDataPtr |
| float * | mErrorPtr |
| bool | mHaveFreshData |
| double | mData |
| double | mError |
| double | mScale |
Definition at line 17 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 17 of file EicRunDigi.h
|
inline |
Definition at line 20 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 20 of file EicRunDigi.h
|
inline |
Definition at line 25 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 25 of file EicRunDigi.h
| double ColumnOrBranchDescriptor::mData |
Definition at line 38 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 38 of file EicRunDigi.h
Referenced by EicRunDigi::GetDetectorHits().
| float* ColumnOrBranchDescriptor::mDataPtr |
Definition at line 33 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 33 of file EicRunDigi.h
Referenced by EicRunDigi::GetDetectorHits().
| TString ColumnOrBranchDescriptor::mDetName |
Definition at line 25 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 25 of file EicRunDigi.h
Referenced by EicRunDigi::GetDetectorHits().
| double ColumnOrBranchDescriptor::mError |
Definition at line 38 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 38 of file EicRunDigi.h
Referenced by EicRunDigi::GetDetectorHits().
| float * ColumnOrBranchDescriptor::mErrorPtr |
Definition at line 33 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 33 of file EicRunDigi.h
Referenced by EicRunDigi::GetDetectorHits().
| unsigned ColumnOrBranchDescriptor::mGroup |
Definition at line 29 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 29 of file EicRunDigi.h
Referenced by EicRunDigi::GetDetectorHits().
| bool ColumnOrBranchDescriptor::mHaveFreshData |
Definition at line 36 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 36 of file EicRunDigi.h
Referenced by EicRunDigi::GetDetectorHits().
| double ColumnOrBranchDescriptor::mScale |
Definition at line 42 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 42 of file EicRunDigi.h
Referenced by EicRunDigi::GetDetectorHits().
| EicGeoParData::IDXYZ ColumnOrBranchDescriptor::mWhat |
Definition at line 30 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 30 of file EicRunDigi.h
Referenced by EicRunDigi::GetDetectorHits().