11#include "TRACE/trace.h"
12#define TRACE_NAME "TAMakerPrescaleAlgorithm"
18using Logging::TLVL_DEBUG_MEDIUM;
19using Logging::TLVL_IMPORTANT;
24 std::vector<TriggerPrimitive> tp_list;
25 tp_list.push_back(input_tp);
43 output_ta.push_back(ta);
#define REGISTER_TRIGGER_ACTIVITY_MAKER(tam_name, tam_class)
#define TRACE_NAME
Name used by TRACE TLOG calls from this source file.
void process(const TriggerPrimitive &input_tp, std::vector< TriggerActivity > &output_ta)
TP processing function that creates & fills TAs.
void configure(const nlohmann::json &config)
virtual void configure(const nlohmann::json &config)
std::vector< TriggerPrimitive > inputs