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 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... | |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::detdataformats |
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.