EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eic/base/EicRunDigi.h>
Public Member Functions | |
BranchBuffer (const char *dataBranchName, const char *errorBranchName=0) | |
~BranchBuffer () | |
Public Attributes | |
TString | mDataBranchName |
TString | mErrorBranchName |
std::vector< float > * | mDataVector |
std::vector< float > * | mErrorVector |
float | mDataArray [_ARRAY_DIM_MAX_] |
float | mErrorArray [_ARRAY_DIM_MAX_] |
Definition at line 49 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 49 of file EicRunDigi.h
|
inline |
Definition at line 51 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 51 of file EicRunDigi.h
References _ARRAY_DIM_MAX_, _FLOAT_INVALID_, mDataArray, mDataVector, mErrorArray, and mErrorVector.
|
inline |
Definition at line 59 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 59 of file EicRunDigi.h
float BranchBuffer::mDataArray[_ARRAY_DIM_MAX_] |
Definition at line 63 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 63 of file EicRunDigi.h
Referenced by BranchBuffer(), EicRunDigi::GetDetectorHits(), and EicRunDigi::SetBranchDescriptor().
TString BranchBuffer::mDataBranchName |
Definition at line 59 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 59 of file EicRunDigi.h
Referenced by EicRunDigi::GetDetectorHits(), and EicRunDigi::SetBranchDescriptor().
std::vector<float>* BranchBuffer::mDataVector |
Definition at line 62 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 62 of file EicRunDigi.h
Referenced by BranchBuffer(), EicRunDigi::GetDetectorHits(), and EicRunDigi::SetBranchDescriptor().
float BranchBuffer::mErrorArray[_ARRAY_DIM_MAX_] |
Definition at line 63 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 63 of file EicRunDigi.h
Referenced by BranchBuffer(), EicRunDigi::GetDetectorHits(), and EicRunDigi::SetBranchDescriptor().
TString BranchBuffer::mErrorBranchName |
Definition at line 59 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 59 of file EicRunDigi.h
Referenced by EicRunDigi::SetBranchDescriptor().
std::vector<float> * BranchBuffer::mErrorVector |
Definition at line 62 of file EicRunDigi.h.
View newest version in sPHENIX GitHub at line 62 of file EicRunDigi.h
Referenced by BranchBuffer(), EicRunDigi::GetDetectorHits(), and EicRunDigi::SetBranchDescriptor().