DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "iomanager/IOManager.hpp"
#include "iomanager/Sender.hpp"
#include "logging/Logging.hpp"
#include "appmodel/DataHandlerModule.hpp"
#include "appmodel/TCReadoutMap.hpp"
#include "appmodel/ROIGroupConf.hpp"
#include "appmodel/SourceIDConf.hpp"
#include "appmodel/TriggerDataHandlerModule.hpp"
#include "appmodel/TriggerBitword.hpp"
#include "datahandlinglibs/models/TaskRawDataProcessorModel.hpp"
#include "trigger/Issues.hpp"
#include "trigger/TCWrapper.hpp"
#include "trigger/Latency.hpp"
#include "trigger/opmon/tcprocessor_info.pb.h"
#include "trigger/opmon/latency_info.pb.h"
#include "daqdataformats/SourceID.hpp"
#include "dfmessages/TriggerDecision.hpp"
#include "trgdataformats/TriggerCandidateData.hpp"
#include "trgdataformats/Types.hpp"
#include "triggeralgs/TriggerCandidate.hpp"
Go to the source code of this file.
Classes | |
class | dunedaq::trigger::TCProcessor |
struct | dunedaq::trigger::TCProcessor::roi_group |
struct | dunedaq::trigger::TCProcessor::PendingTD |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::trigger |
TPC TP specific Task based raw processor
This is part of the DUNE DAQ , copyright 2023. Licensing/copyright details are in the COPYING file that you should have received with this code.
TA specific Task based raw processor
This is part of the DUNE DAQ , copyright 2022. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file TCProcessor.hpp.