DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "logging/Logging.hpp"
#include "datahandlinglibs/FrameErrorRegistry.hpp"
#include "datahandlinglibs/DataHandlingIssues.hpp"
#include "datahandlinglibs/ReadoutLogging.hpp"
#include "iomanager/IOManager.hpp"
#include "iomanager/Sender.hpp"
#include "datahandlinglibs/models/TaskRawDataProcessorModel.hpp"
#include "trigger/TriggerPrimitiveTypeAdapter.hpp"
#include "fdreadoutlibs/FDReadoutIssues.hpp"
#include "fddetdataformats/DAPHNEFrame.hpp"
#include "trgdataformats/TriggerPrimitive.hpp"
#include "fdreadoutlibs/DAPHNESuperChunkTypeAdapter.hpp"
#include <atomic>
#include <functional>
#include <memory>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
Functions | |
dunedaq::ERS_DECLARE_ISSUE (fdreadoutlibs, PDSPeakIgnored, "Ignoring PDS Peak with ts="<< timestamp<< ", ch="<< channel<< ", sc_iframe="<< superchunk_iframe<< ", ipeak="<< ipeak,((uint64_t) timestamp)((uint64_t) channel)((size_t) superchunk_iframe)((size_t) ipeak)) ERS_DECLARE_ISSUE(fdreadoutlibs | |
Variables | |
dunedaq::PDSUnphysicalFrameTimestamp | |
PDS Frame with unphysical timestamp detected with | dunedaq::ts =" << timestamp << " |
PDS Frame with unphysical timestamp detected with | dunedaq::ch =" << channel << " |
DAPHNE specific Task based raw processor
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.
DAPHNE specific Task based raw processor implementation
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 DAPHNEFrameProcessor.hpp.