DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::fddetdataformats::CRTGrenobleFrame::STChannel Struct Reference

#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) }

Detailed Description

Definition at line 60 of file CRTGrenobleFrame.hpp.

Member Data Documentation

◆ cfd

float dunedaq::fddetdataformats::CRTGrenobleFrame::STChannel::cfd = 0.

CFD value.

Definition at line 66 of file CRTGrenobleFrame.hpp.

◆ flag

uint16_t dunedaq::fddetdataformats::CRTGrenobleFrame::STChannel::flag = 0

Flag containing trigger, trigger sum and overflow information.

Definition at line 67 of file CRTGrenobleFrame.hpp.

◆ n_zc

uint16_t dunedaq::fddetdataformats::CRTGrenobleFrame::STChannel::n_zc = 0

CFD time.

Definition at line 65 of file CRTGrenobleFrame.hpp.

◆ qTot

int dunedaq::fddetdataformats::CRTGrenobleFrame::STChannel::qTot = 0

Total charge.

Definition at line 64 of file CRTGrenobleFrame.hpp.

◆ s_expected_size

int dunedaq::fddetdataformats::CRTGrenobleFrame::STChannel::s_expected_size { sizeof(int) + sizeof(uint16_t) + sizeof(float) + sizeof(uint16_t) }
staticconstexpr

Definition at line 62 of file CRTGrenobleFrame.hpp.

62{ sizeof(int) + sizeof(uint16_t) + sizeof(float) + sizeof(uint16_t) }; // NOLINT(runtime/int,google-runtime-int)

The documentation for this struct was generated from the following file: