DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
TCMakerPrescaleAlgorithm.hpp
Go to the documentation of this file.
1
9#ifndef TRIGGERALGS_PRESCALE_TRIGGERCANDIDATEMAKERPRESCALE_HPP_
10#define TRIGGERALGS_PRESCALE_TRIGGERCANDIDATEMAKERPRESCALE_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};
29
30} // namespace triggeralgs
31
32#endif // TRIGGERALGS_PRESCALE_TRIGGERCANDIDATEMAKERPRESCALE_HPP_
void configure(const nlohmann::json &config)
void process(const TriggerActivity &, std::vector< TriggerCandidate > &)
The function that gets call when there is a new activity.