DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Namespaces | |
namespace | fwtp |
namespace | python |
namespace | wib |
Classes | |
struct | DAQEthHeader |
DAQEthHeader is a versioned and unified structure for every FE electronics. More... | |
struct | DAQHeader |
DAQHeader is a versioned and unified structure for every FE electronics. More... | |
struct | DetID |
DetID is a versioned structure containing the 6 bits field of the unique identifier for a subdetector in the raw data. For convenience this field is expanded to 16 bits. More... | |
class | HSIFrame |
Functions | |
std::ostream & | operator<< (std::ostream &o, DAQEthHeader const &h) |
std::ostream & | operator<< (std::ostream &o, DAQHeader const &h) |
std::ostream & | operator<< (std::ostream &o, DetID::Subdetector const &type) |
Stream a Subdetector instance in a human-readable form. | |
std::ostream & | operator<< (std::ostream &o, DetID const &det_id) |
Stream a DetID instance in a human-readable form. | |
std::istream & | operator>> (std::istream &is, DetID::Subdetector &t) |
Read a DetID::Subdetector from a string stream. | |
std::istream & | operator>> (std::istream &is, DetID &det_id) |
Read a DetID from a string stream. | |
|
inline |
Definition at line 34 of file DAQEthHeader.hpp.
|
inline |
Definition at line 35 of file DAQHeader.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
Read a DetID::Subdetector from a string stream.
is | Stream to read from |
id | Subdetector to fill |
Definition at line 42 of file DetID.hxx.