AlcapDAQ
1
|
Event type for DPP-CI v2 to be used within the new readout API More...
#include <CAENDigitizerType.h>
Data Fields | |
uint32_t | Format |
uint32_t | TimeTag |
int16_t | Charge |
int16_t | Baseline |
uint32_t * | Waveforms |
Event type for DPP-CI v2 to be used within the new readout API
Definition at line 836 of file CAENDigitizerType.h.
int16_t CAEN_DGTZ_DPP_CI_Event_t::Baseline |
Definition at line 841 of file CAENDigitizerType.h.
int16_t CAEN_DGTZ_DPP_CI_Event_t::Charge |
Definition at line 840 of file CAENDigitizerType.h.
Referenced by main().
uint32_t CAEN_DGTZ_DPP_CI_Event_t::Format |
Definition at line 838 of file CAENDigitizerType.h.
uint32_t CAEN_DGTZ_DPP_CI_Event_t::TimeTag |
Definition at line 839 of file CAENDigitizerType.h.
Referenced by main().
uint32_t* CAEN_DGTZ_DPP_CI_Event_t::Waveforms |
pointer to coded data inside the readout buffer. only meant to be supplied to CAEN_DGTZ_DecodeDPPWaveforms
Definition at line 842 of file CAENDigitizerType.h.