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 "appmodel/TPCRawDataProcessor.hpp"
#include "appmodel/PDSRawDataProcessor.hpp"
#include "detchannelmaps/PDSChannelMap.hpp"
#include "appmodel/DataHandlerModule.hpp"
#include "confmodel/Connection.hpp"
#include <atomic>
#include <functional>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | dunedaq::fdreadoutlibs::DAPHNEFrameProcessor |
Namespaces | |
namespace | dunedaq |
The DUNE-DAQ namespace. | |
namespace | dunedaq::fdreadoutlibs |
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.