|
TPCCLIB
|
#include <tpcecat.h>
Data Fields | |
| unsigned int | frame |
| unsigned int | plane |
| unsigned int | gate |
| unsigned int | data |
| unsigned int | bed |
| unsigned int ECAT_MATVAL::bed |
Bed id; max 15 for ECAT7 and ECAT6.
Definition at line 72 of file tpcecat.h.
Referenced by ecatMListPrint(), ecatMListReadId(), and ecatMValToId().
| unsigned int ECAT_MATVAL::data |
Data id; max 7 for ECAT7, 3 for ECAT6.
Definition at line 70 of file tpcecat.h.
Referenced by ecatMListReadId(), and ecatMValToId().
| unsigned int ECAT_MATVAL::frame |
Frame id; max 511 for ECAT7, 4095 for ECAT6.
Definition at line 64 of file tpcecat.h.
Referenced by ecatMListPrint(), ecatMListReadId(), and ecatMValToId().
| unsigned int ECAT_MATVAL::gate |
Gate id; max 63 for ECAT7 and ECAT6.
Definition at line 68 of file tpcecat.h.
Referenced by ecatMListPrint(), ecatMListReadId(), and ecatMValToId().
| unsigned int ECAT_MATVAL::plane |
Plane id; max 1023 for ECAT7, 255 for ECAT6.
Definition at line 66 of file tpcecat.h.
Referenced by ecatMListPrint(), ecatMListReadId(), and ecatMValToId().