DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Go to the source code of this file.
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::detdataformats |
Functions | |
std::ostream & | dunedaq::detdataformats::operator<< (std::ostream &o, DetID::Subdetector const &type) |
Stream a Subdetector instance in a human-readable form. | |
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::Subdetector &t) |
Read a DetID::Subdetector from a string stream. | |
std::istream & | dunedaq::detdataformats::operator>> (std::istream &is, DetID &det_id) |
Read a DetID from a string stream. | |