All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Variables
FEBData.hh File Reference
#include <stdint.h>
#include <vector>
#include <utility>
#include <array>

Go to the source code of this file.

Classes

class  sbnd::crt::FEBData
 

Namespaces

 sbnd::crt
 

Typedefs

typedef std::array< uint16_t,
N_CH
adc_array_t
 

Variables

constexpr int N_CH = 32
 Dataproduct to store raw FEB data from the CRT. More...
 

Typedef Documentation

typedef std::array<uint16_t, N_CH> adc_array_t

Definition at line 17 of file FEBData.hh.

Variable Documentation

constexpr int N_CH = 32

Dataproduct to store raw FEB data from the CRT.

Author
Marco Del Tutto

Definition at line 15 of file FEBData.hh.