DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
TriggerCandidate.hpp
Go to the documentation of this file.
1
9#ifndef TRIGGERALGS_INCLUDE_TRIGGERALGS_TRIGGERCANDIDATE_HPP_
10#define TRIGGERALGS_INCLUDE_TRIGGERALGS_TRIGGERCANDIDATE_HPP_
11
14
15#include <vector>
16
17namespace triggeralgs {
18
20{
21 std::vector<dunedaq::trgdataformats::TriggerActivityData> inputs;
22};
23
24} // namespace triggeralgs
25
26#endif // TRIGGERALGS_INCLUDE_TRIGGERALGS_TRIGGERCANDIDATE_HPP_
std::vector< dunedaq::trgdataformats::TriggerActivityData > inputs