DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
TCMakerADCSimpleWindowAlgorithm.hpp
Go to the documentation of this file.
1
9#ifndef TRIGGERALGS_ADCSIMPLEWINDOW_TRIGGERCANDIDATEMAKERADCSIMPLEWINDOW_HPP_
10#define TRIGGERALGS_ADCSIMPLEWINDOW_TRIGGERCANDIDATEMAKERADCSIMPLEWINDOW_HPP_
11
13
14#include <vector>
15
16namespace triggeralgs {
18{
19
20public:
22 void process(const TriggerActivity&, std::vector<TriggerCandidate>&);
23
24 void configure(const nlohmann::json &config);
25
26private:
27
28 uint64_t m_activity_count = 0; // NOLINT(build/unsigned)
29
30};
31
32} // namespace triggeralgs
33
34#endif // TRIGGERALGS_ADCSIMPLEWINDOW_TRIGGERCANDIDATEMAKERADCSIMPLEWINDOW_HPP_
void process(const TriggerActivity &, std::vector< TriggerCandidate > &)
The function that gets call when there is a new activity.