DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
TDE16Frame.hpp File Reference
#include <bitset>
#include <iostream>
#include <vector>
#include <stdexcept>
#include <ostream>
#include <string>
#include <fstream>
#include <iterator>
#include "detdataformats/DAQEthHeader.hpp"
Include dependency graph for TDE16Frame.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dunedaq::fddetdataformats::TDEHeader
 
struct  dunedaq::fddetdataformats::Sample
 
struct  dunedaq::fddetdataformats::ADC16Data
 
class  dunedaq::fddetdataformats::TDE16Frame
 

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::fddetdataformats
 

Functions

std::ostream & dunedaq::fddetdataformats::operator<< (std::ostream &o, TDEHeader const &tde_header)
 
std::ostream & dunedaq::fddetdataformats::operator<< (std::ostream &o, Sample const &sampleinfo)
 
std::ostream & dunedaq::fddetdataformats::operator<< (std::ostream &o, TDE16Frame const &tde16frame)
 

Variables

static constexpr int dunedaq::fddetdataformats::ticks_between_adc_samples = 32
 
static constexpr int dunedaq::fddetdataformats::tot_adc16_samples = 4474
 
static constexpr int dunedaq::fddetdataformats::n_channels_per_amc = 64
 

Detailed Description

TDE 16 bit fields and accessors

This is part of the DUNE DAQ, copyright 2022. Licensing/copyright details are in the COPYING file that you should have received with this code.

Definition in file TDE16Frame.hpp.