#include <sls_detector_defs.h>
Public Attributes | |
int | module |
int | serialnumber |
int | nchan |
int | nchip |
int | ndac |
int | nadc |
int | reg |
float * | dacs |
float * | adcs |
int * | chipregs |
int * | chanregs |
float | gain |
float | offset |
float* sls_detector_module::adcs |
is the pointer to the array of the adc values (in V)
is the pointer to the array of the channel registers
is the pointer to the array of the chip registers
float* sls_detector_module::dacs |
is the pointer to the array of the dac values (in V)
is the module gain (V/keV)
is the module number
is the number of adcs on the module
is the number of channels per chip
is the number of chips on the module
is the number of dacs on the module
is the module offset (V)
is the module register (e.g. dynamic range?)
is the module serial number