#include <EmcDynamicData.h>
Definition at line 59 of file EmcDynamicData.h.
Public Attributes | |
int | absFEM |
Absolute position of the FEM used to measure the signal from this reference ( same as SupermoduleNumber 0-180). | |
int | chan |
Absolute position in RawData where this reference is stored. | |
int | type |
Type of reference. | |
int | absPosition |
Absolute position of SuperModule which is serviced by this reference (0-180). | |
int | nSMch |
Number of active channels in the SuperModule serviced by this reference. | |
int | startSMad |
location of the 1-st serviced channel in data arrays. |
|
Absolute position of the FEM used to measure the signal from this reference ( same as SupermoduleNumber 0-180).
Definition at line 62 of file EmcDynamicData.h. Referenced by EmcDynamicData::ParseREF(). |
|
Absolute position of SuperModule which is serviced by this reference (0-180).
Definition at line 68 of file EmcDynamicData.h. Referenced by EmcDynamicData::cmpRef(), and EmcDynamicData::ParseREF(). |
|
Absolute position in RawData where this reference is stored.
Definition at line 64 of file EmcDynamicData.h. Referenced by EmcDynamicData::ParseREF(). |
|
Number of active channels in the SuperModule serviced by this reference.
Definition at line 70 of file EmcDynamicData.h. Referenced by EmcDynamicData::ParseREF(). |
|
location of the 1-st serviced channel in data arrays.
Definition at line 72 of file EmcDynamicData.h. Referenced by EmcDynamicData::ParseREF(), and EmcDynamicData::setREFtoSM(). |
|
Type of reference.
Definition at line 66 of file EmcDynamicData.h. Referenced by EmcDynamicData::cmpRef(), and EmcDynamicData::ParseREF(). |