AlcapDAQ
1
|
Event type for DPP-PSD to be used within the new readout API More...
#include <CAENDigitizerType.h>
Data Fields | |
uint32_t | Format |
uint32_t | TimeTag |
int16_t | ChargeShort |
int16_t | ChargeLong |
int16_t | Baseline |
int16_t | Pur |
uint32_t * | Waveforms |
Event type for DPP-PSD to be used within the new readout API
Definition at line 822 of file CAENDigitizerType.h.
int16_t CAEN_DGTZ_DPP_PSD_Event_t::Baseline |
Definition at line 828 of file CAENDigitizerType.h.
int16_t CAEN_DGTZ_DPP_PSD_Event_t::ChargeLong |
Definition at line 827 of file CAENDigitizerType.h.
Referenced by main().
int16_t CAEN_DGTZ_DPP_PSD_Event_t::ChargeShort |
Definition at line 826 of file CAENDigitizerType.h.
Referenced by main().
uint32_t CAEN_DGTZ_DPP_PSD_Event_t::Format |
Definition at line 824 of file CAENDigitizerType.h.
int16_t CAEN_DGTZ_DPP_PSD_Event_t::Pur |
Definition at line 829 of file CAENDigitizerType.h.
uint32_t CAEN_DGTZ_DPP_PSD_Event_t::TimeTag |
Definition at line 825 of file CAENDigitizerType.h.
Referenced by main().
uint32_t* CAEN_DGTZ_DPP_PSD_Event_t::Waveforms |
pointer to coded data inside the readout buffer. only meant to be supplied to CAEN_DGTZ_DecodeDPPWaveforms
Definition at line 830 of file CAENDigitizerType.h.