DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "iomanager/Sender.hpp"
#include "iomanager/Receiver.hpp"
#include "utilities/NamedObject.hpp"
#include "daqdataformats/Types.hpp"
#include "dfmessages/TriggerDecision.hpp"
#include "dfmessages/TriggerInhibit.hpp"
#include "utilities/WorkerThread.hpp"
#include <atomic>
#include <chrono>
#include <cstdint>
#include <memory>
#include <string>
#include <thread>
Go to the source code of this file.
Classes | |
class | dunedaq::dfmodules::TriggerInhibitAgent |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::dfmodules |
An ERS Issue for DataStore creation failure. | |
TriggerInhibitAgent Class
The TriggerInhibitAgent class provides functionality to determine if a TriggerInhibit needs to be generated.
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 TriggerInhibitAgent.hpp.