DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Namespaces | |
namespace | opmon |
Classes | |
struct | HSISignal |
Struct holding configuration for one HSI signal bit. More... | |
class | HSISourceModel |
class | Latency |
class | LivetimeCounter |
LivetimeCounter counts the total time in milliseconds spent in each of the available states. More... | |
class | Set |
A set of TPs or TAs in a given time window, defined by its start and end times. More... | |
class | TAProcessor |
struct | TAWrapper |
class | TCProcessor |
struct | TCWrapper |
class | TokenManager |
TokenManager keeps track of the number of in-flight trigger decisions. More... | |
class | TPProcessor |
class | TPRequestHandler |
class | TriggerDataHandlingModel |
class | TriggerGenericMaker |
class | TriggerGenericWorker |
class | TriggerGenericWorker< Set< A >, OUT, MAKER > |
class | TriggerGenericWorker< Set< A >, Set< B >, MAKER > |
struct | TriggerPrimitiveTypeAdapter |
Typedefs | |
using | TASet = Set<triggeralgs::TriggerActivity> |
using | TCSet = Set<triggeralgs::TriggerCandidate> |
using | TPSet = Set<trgdataformats::TriggerPrimitive> |
Functions | |
std::unique_ptr< triggeralgs::TriggerActivityMaker > | make_ta_maker (std::string const &plugin_name) |
Load a TriggerActivityMaker plugin and return a unique_ptr to the contained class. | |
std::unique_ptr< triggeralgs::TriggerCandidateMaker > | make_tc_maker (std::string const &plugin_name) |
Load a TriggerCandidateMaker plugin and return a unique_ptr to the contained class. | |
std::unique_ptr< triggeralgs::TriggerDecisionMaker > | make_td_maker (std::string const &plugin_name) |
Load a TriggerDecisionMaker plugin and return a unique_ptr to the contained class. | |
Variables | |
const constexpr std::size_t | kTriggerPrimitiveSize = sizeof(trgdataformats::TriggerPrimitive) |
|
inline |
Load a TriggerActivityMaker plugin and return a unique_ptr to the contained class.
plugin_name | Name of the plugin |
Definition at line 32 of file AlgorithmPlugins.hpp.
|
inline |
Load a TriggerCandidateMaker plugin and return a unique_ptr to the contained class.
plugin_name | Name of the plugin |
Definition at line 52 of file AlgorithmPlugins.hpp.
|
inline |
Load a TriggerDecisionMaker plugin and return a unique_ptr to the contained class.
plugin_name | Name of the plugin |
Definition at line 86 of file AlgorithmPlugins.hpp.
|
constexpr |
Definition at line 19 of file TriggerPrimitiveTypeAdapter.hpp.