|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <CRTGrenobleFrame.hpp>
Public Attributes | |
| int | qTot = 0 |
| Total charge. | |
| uint16_t | n_zc = 0 |
| CFD time. | |
| float | cfd = 0. |
| CFD value. | |
| uint16_t | flag = 0 |
| Flag containing trigger, trigger sum and overflow information. | |
Static Public Attributes | |
| static constexpr int | s_expected_size { sizeof(int) + sizeof(uint16_t) + sizeof(float) + sizeof(uint16_t) } |
Definition at line 60 of file CRTGrenobleFrame.hpp.
| float dunedaq::fddetdataformats::CRTGrenobleFrame::STChannel::cfd = 0. |
CFD value.
Definition at line 66 of file CRTGrenobleFrame.hpp.
| uint16_t dunedaq::fddetdataformats::CRTGrenobleFrame::STChannel::flag = 0 |
Flag containing trigger, trigger sum and overflow information.
Definition at line 67 of file CRTGrenobleFrame.hpp.
| uint16_t dunedaq::fddetdataformats::CRTGrenobleFrame::STChannel::n_zc = 0 |
CFD time.
Definition at line 65 of file CRTGrenobleFrame.hpp.
| int dunedaq::fddetdataformats::CRTGrenobleFrame::STChannel::qTot = 0 |
Total charge.
Definition at line 64 of file CRTGrenobleFrame.hpp.
|
staticconstexpr |
Definition at line 62 of file CRTGrenobleFrame.hpp.