#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 std::array<uint16_t, N_CH> adc_array_t |
Definition at line 17 of file FEBData.hh.
constexpr int N_CH = 32 |
Dataproduct to store raw FEB data from the CRT.
Definition at line 15 of file FEBData.hh.