DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "detdataformats/DAQHeader.hpp"
#include <algorithm>
#include <cassert>
#include <cstdio>
#include <cstdlib>
#include <stdexcept>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | dunedaq::fddetdataformats::DAPHNEFrame |
struct | dunedaq::fddetdataformats::DAPHNEFrame::Header |
struct | dunedaq::fddetdataformats::DAPHNEFrame::PeakDescriptorData |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::fddetdataformats |
Contains declaration of DAPHNEFrame, a class for accessing raw DAPHNE frames, as produced by the DAPHNE boards
The canonical definition of the PDS DAPHNE format is given in EDMS document 2088726: https://edms.cern.ch/document/2088726/3
This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file DAPHNEFrame.hpp.