DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
TCSet.hpp
Go to the documentation of this file.
1
9#ifndef TRIGGER_INCLUDE_TRIGGER_TCSET_HPP_
10#define TRIGGER_INCLUDE_TRIGGER_TCSET_HPP_
11
14#include "trigger/Set.hpp"
17
18namespace dunedaq::trigger {
19
21
22} // namespace dunedaq::trigger
23
24MSGPACK_ADD_ENUM(dunedaq::trigger::TCSet::Type)
25DUNE_DAQ_SERIALIZE_NON_INTRUSIVE(dunedaq::trigger, TCSet, seqno, run_number, origin, type, start_time, end_time, objects)
26
27#endif // TRIGGER_INCLUDE_TRIGGER_TCSET_HPP_
#define DUNE_DAQ_SERIALIZE_NON_INTRUSIVE(NS, Type,...)
Macro to make a class/struct serializable non-intrusively.
A set of TPs or TAs in a given time window, defined by its start and end times.
Definition Set.hpp:26