DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
TAMakerPrescaleAlgorithm.hpp
Go to the documentation of this file.
1
9#ifndef TRIGGERALGS_PRESCALE_TRIGGERACTIVITYMAKERPRESCALE_HPP_
10#define TRIGGERALGS_PRESCALE_TRIGGERACTIVITYMAKERPRESCALE_HPP_
11
13
14#include <vector>
15
16namespace triggeralgs {
18{
19
20public:
21 void process(const TriggerPrimitive& input_tp, std::vector<TriggerActivity>& output_ta);
22
23 void configure(const nlohmann::json &config);
24
25private:
26};
27} // namespace triggeralgs
28
29#endif // TRIGGERALGS_PRESCALE_TRIGGERACTIVITYMAKERPRESCALE_HPP_
void process(const TriggerPrimitive &input_tp, std::vector< TriggerActivity > &output_ta)
TP processing function that creates & fills TAs.
void configure(const nlohmann::json &config)
A single energy deposition on a TPC or PDS channel.