|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <cassert>#include <cstddef>#include <cstdint>#include <iomanip>#include <istream>#include <limits>#include <ostream>#include <sstream>#include <string>#include <tuple>#include "detail/DetID.hxx"Go to the source code of this file.
Classes | |
| struct | dunedaq::detdataformats::DetID |
| DetID is a 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... | |
Namespaces | |
| namespace | dunedaq |
| Including Qt Headers. | |
| namespace | dunedaq::detdataformats |
Functions | |
| std::ostream & | dunedaq::detdataformats::operator<< (std::ostream &o, DetID const &det_id) |
| Stream a DetID instance in a human-readable form. | |
| std::istream & | dunedaq::detdataformats::operator>> (std::istream &is, DetID &det_id) |
| Read a DetID from a string stream. | |
Identification for the detector in the raw data
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 DetID.hpp.