AlcapDAQ
1
|
Event type for DPP-PHA to be used within the new readout API More...
#include <CAENDigitizerType.h>
Data Fields | |
uint32_t | Format |
uint64_t | TimeTag |
uint16_t | Energy |
int16_t | Extras |
uint32_t * | Waveforms |
Event type for DPP-PHA to be used within the new readout API
Definition at line 809 of file CAENDigitizerType.h.
uint16_t CAEN_DGTZ_DPP_PHA_Event_t::Energy |
Definition at line 813 of file CAENDigitizerType.h.
Referenced by main().
int16_t CAEN_DGTZ_DPP_PHA_Event_t::Extras |
Definition at line 814 of file CAENDigitizerType.h.
uint32_t CAEN_DGTZ_DPP_PHA_Event_t::Format |
Definition at line 811 of file CAENDigitizerType.h.
uint64_t CAEN_DGTZ_DPP_PHA_Event_t::TimeTag |
Definition at line 812 of file CAENDigitizerType.h.
Referenced by main().
uint32_t* CAEN_DGTZ_DPP_PHA_Event_t::Waveforms |
pointer to coded data inside the readout buffer. only meant to be supplied to CAEN_DGTZ_DecodeDPPWaveforms
Definition at line 815 of file CAENDigitizerType.h.