DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <bitset>
#include <iostream>
#include <vector>
Go to the source code of this file.
Classes | |
struct | dunedaq::detdataformats::fwtp::TpHeader |
struct | dunedaq::detdataformats::fwtp::TpData |
struct | dunedaq::detdataformats::fwtp::RawTp |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::detdataformats |
namespace | dunedaq::detdataformats::fwtp |
Typedefs | |
using | dunedaq::detdataformats::fwtp::tp_word_t = uint32_t |
Functions | |
std::ostream & | dunedaq::detdataformats::fwtp::operator<< (std::ostream &o, TpHeader const &h) |
std::ostream & | dunedaq::detdataformats::fwtp::operator<< (std::ostream &o, TpData const &tp) |
std::ostream & | dunedaq::detdataformats::fwtp::operator<< (std::ostream &o, RawTp const &rwtp) |
Raw Trigger Primitive bit fields and accessors
This is part of the DUNE DAQ , copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file RawTp.hpp.