#include <TCMakerDBSCANAlgorithm.hpp>
Definition at line 19 of file TCMakerDBSCANAlgorithm.hpp.
◆ configure()
void triggeralgs::TCMakerDBSCANAlgorithm::configure |
( |
const nlohmann::json & | config | ) |
|
|
virtual |
◆ process()
TA processing function that creates & fills TCs.
- Parameters
-
input_ta[in] | Input TA for the triggering algorithm |
output_tc[out] | Output vector of TCs to fill by the algorithm |
Implements triggeralgs::TriggerCandidateMaker.
Definition at line 52 of file TCMakerDBSCANAlgorithm.cpp.
53{
54
57 return;
58 }
59
60
65 return;
66 }
67
68
71 return;
72}
void set_new_tc(const TriggerActivity &input_ta)
uint16_t m_current_tp_count
TriggerCandidate m_current_tc
std::vector< dunedaq::trgdataformats::TriggerActivityData > inputs
◆ set_new_tc()
void triggeralgs::TCMakerDBSCANAlgorithm::set_new_tc |
( |
const TriggerActivity & | input_ta | ) |
|
|
private |
◆ set_tc_attributes()
void triggeralgs::TCMakerDBSCANAlgorithm::set_tc_attributes |
( |
| ) |
|
|
private |
Definition at line 36 of file TCMakerDBSCANAlgorithm.cpp.
37{
40
44
48 return;
49}
TriggerCandidate::Type m_tc_type_out
Configurable TC type output.
◆ m_current_tc
◆ m_current_tp_count
uint16_t triggeralgs::TCMakerDBSCANAlgorithm::m_current_tp_count |
|
private |
◆ m_max_tp_count
uint16_t triggeralgs::TCMakerDBSCANAlgorithm::m_max_tp_count = 1000 |
|
private |
The documentation for this class was generated from the following files: