|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <TCDataProcessor.hpp>
Public Member Functions | |
| virtual void | print (unsigned int offset, bool print_header, std::ostream &s) const |
| Print details of the TCDataProcessor object. | |
| virtual std::vector< const dunedaq::conffwk::DalObject * > | get (const std::string &name, bool upcast_unregistered=true) const |
| Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers. | |
| bool | get_merge_overlapping_tcs () const |
| Get "merge_overlapping_tcs" attribute value. Option to turn off merging of overlapping TCs when forming TDs in MLT. | |
| void | set_merge_overlapping_tcs (bool value) |
| Set "merge_overlapping_tcs" attribute value. Option to turn off merging of overlapping TCs when forming TDs in MLT. | |
| bool | get_ignore_overlapping_tcs () const |
| Get "ignore_overlapping_tcs" attribute value. Option to ignore consecutive overlapping TCs/pileup events. Cannot run with mlt_merge_overlapping_tcs. | |
| void | set_ignore_overlapping_tcs (bool value) |
| Set "ignore_overlapping_tcs" attribute value. Option to ignore consecutive overlapping TCs/pileup events. Cannot run with mlt_merge_overlapping_tcs. | |
| bool | get_td_out_of_timeout () const |
| Get "td_out_of_timeout" attribute value. Option to drop TD if TC comes out of timeout window. | |
| void | set_td_out_of_timeout (bool value) |
| Set "td_out_of_timeout" attribute value. Option to drop TD if TC comes out of timeout window. | |
| uint32_t | get_buffer_timeout () const |
| Get "buffer_timeout" attribute value. Timeout (buffer) to wait for new overlapping TCs before sending TD, in ms. | |
| void | set_buffer_timeout (uint32_t value) |
| Set "buffer_timeout" attribute value. Timeout (buffer) to wait for new overlapping TCs before sending TD, in ms. | |
| uint32_t | get_td_readout_limit () const |
| Get "td_readout_limit" attribute value. Maximum allowed time length (in ticks) for a readout window of a single TD. | |
| void | set_td_readout_limit (uint32_t value) |
| Set "td_readout_limit" attribute value. Maximum allowed time length (in ticks) for a readout window of a single TD. | |
| const std::vector< uint32_t > & | get_ignore_tc () const |
| Get "ignore_tc" attribute value. Optional list of TC types to be ignored in MLT. | |
| void | set_ignore_tc (const std::vector< uint32_t > &value) |
| Set "ignore_tc" attribute value. Optional list of TC types to be ignored in MLT. | |
| const std::vector< const dunedaq::appmodel::TriggerBitword * > & | get_trigger_bitwords () const |
| Get "trigger_bitwords" relationship value. Optional dictionary of bitwords to use when forming trigger decisions in MLT. | |
| void | set_trigger_bitwords (const std::vector< const dunedaq::appmodel::TriggerBitword * > &value) |
| Set "trigger_bitwords" relationship value. Optional dictionary of bitwords to use when forming trigger decisions in MLT. | |
| const std::vector< const dunedaq::appmodel::ROIGroupConf * > & | get_roi_group_conf () const |
| Get "roi_group_conf" relationship value. The configuration (table) for ROI readout (currently not used) | |
| void | set_roi_group_conf (const std::vector< const dunedaq::appmodel::ROIGroupConf * > &value) |
| Set "roi_group_conf" relationship value. The configuration (table) for ROI readout (currently not used) | |
| const std::vector< const dunedaq::appmodel::TCReadoutMap * > & | get_tc_readout_map () const |
| Get "tc_readout_map" relationship value. The readout windows assigned to TDs in MLT, based on TC type. | |
| void | set_tc_readout_map (const std::vector< const dunedaq::appmodel::TCReadoutMap * > &value) |
| Set "tc_readout_map" relationship value. The readout windows assigned to TDs in MLT, based on TC type. | |
| const std::vector< const dunedaq::appmodel::SourceIDConf * > & | get_mandatory_links () const |
| Get "mandatory_links" relationship value. Source Ids that will always be included in a trigger decision. | |
| void | set_mandatory_links (const std::vector< const dunedaq::appmodel::SourceIDConf * > &value) |
| Set "mandatory_links" relationship value. Source Ids that will always be included in a trigger decision. | |
| virtual void | print (unsigned int offset, bool print_header, std::ostream &s) const |
| Print details of the TCDataProcessor object. | |
| virtual std::vector< const dunedaq::conffwk::DalObject * > | get (const std::string &name, bool upcast_unregistered=true) const |
| Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers. | |
| bool | get_merge_overlapping_tcs () const |
| Get "merge_overlapping_tcs" attribute value. Option to turn off merging of overlapping TCs when forming TDs in MLT. | |
| void | set_merge_overlapping_tcs (bool value) |
| Set "merge_overlapping_tcs" attribute value. Option to turn off merging of overlapping TCs when forming TDs in MLT. | |
| bool | get_ignore_overlapping_tcs () const |
| Get "ignore_overlapping_tcs" attribute value. Option to ignore consecutive overlapping TCs/pileup events. Cannot run with mlt_merge_overlapping_tcs. | |
| void | set_ignore_overlapping_tcs (bool value) |
| Set "ignore_overlapping_tcs" attribute value. Option to ignore consecutive overlapping TCs/pileup events. Cannot run with mlt_merge_overlapping_tcs. | |
| bool | get_td_out_of_timeout () const |
| Get "td_out_of_timeout" attribute value. Option to drop TD if TC comes out of timeout window. | |
| void | set_td_out_of_timeout (bool value) |
| Set "td_out_of_timeout" attribute value. Option to drop TD if TC comes out of timeout window. | |
| uint32_t | get_buffer_timeout () const |
| Get "buffer_timeout" attribute value. Timeout (buffer) to wait for new overlapping TCs before sending TD, in ms. | |
| void | set_buffer_timeout (uint32_t value) |
| Set "buffer_timeout" attribute value. Timeout (buffer) to wait for new overlapping TCs before sending TD, in ms. | |
| uint32_t | get_td_readout_limit () const |
| Get "td_readout_limit" attribute value. Maximum allowed time length (in ticks) for a readout window of a single TD. | |
| void | set_td_readout_limit (uint32_t value) |
| Set "td_readout_limit" attribute value. Maximum allowed time length (in ticks) for a readout window of a single TD. | |
| const std::vector< uint32_t > & | get_ignore_tc () const |
| Get "ignore_tc" attribute value. Optional list of TC types to be ignored in MLT. | |
| void | set_ignore_tc (const std::vector< uint32_t > &value) |
| Set "ignore_tc" attribute value. Optional list of TC types to be ignored in MLT. | |
| const std::vector< const dunedaq::appmodel::TriggerBitword * > & | get_trigger_bitwords () const |
| Get "trigger_bitwords" relationship value. Optional dictionary of bitwords to use when forming trigger decisions in MLT. | |
| void | set_trigger_bitwords (const std::vector< const dunedaq::appmodel::TriggerBitword * > &value) |
| Set "trigger_bitwords" relationship value. Optional dictionary of bitwords to use when forming trigger decisions in MLT. | |
| const std::vector< const dunedaq::appmodel::ROIGroupConf * > & | get_roi_group_conf () const |
| Get "roi_group_conf" relationship value. The configuration (table) for ROI readout (currently not used) | |
| void | set_roi_group_conf (const std::vector< const dunedaq::appmodel::ROIGroupConf * > &value) |
| Set "roi_group_conf" relationship value. The configuration (table) for ROI readout (currently not used) | |
| const std::vector< const dunedaq::appmodel::TCReadoutMap * > & | get_tc_readout_map () const |
| Get "tc_readout_map" relationship value. The readout windows assigned to TDs in MLT, based on TC type. | |
| void | set_tc_readout_map (const std::vector< const dunedaq::appmodel::TCReadoutMap * > &value) |
| Set "tc_readout_map" relationship value. The readout windows assigned to TDs in MLT, based on TC type. | |
| const std::vector< const dunedaq::appmodel::SourceIDConf * > & | get_mandatory_links () const |
| Get "mandatory_links" relationship value. Source Ids that will always be included in a trigger decision. | |
| void | set_mandatory_links (const std::vector< const dunedaq::appmodel::SourceIDConf * > &value) |
| Set "mandatory_links" relationship value. Source Ids that will always be included in a trigger decision. | |
Public Member Functions inherited from dunedaq::appmodel::DataProcessor | |
| uint32_t | get_queue_sizes () const |
| Get "queue_sizes" attribute value. | |
| void | set_queue_sizes (uint32_t value) |
| Set "queue_sizes" attribute value. | |
| const std::string & | get_thread_names_prefix () const |
| Get "thread_names_prefix" attribute value. | |
| void | set_thread_names_prefix (const std::string &value) |
| Set "thread_names_prefix" attribute value. | |
| bool | get_latency_monitoring () const |
| Get "latency_monitoring" attribute value. | |
| void | set_latency_monitoring (bool value) |
| Set "latency_monitoring" attribute value. | |
| uint32_t | get_queue_sizes () const |
| Get "queue_sizes" attribute value. | |
| void | set_queue_sizes (uint32_t value) |
| Set "queue_sizes" attribute value. | |
| const std::string & | get_thread_names_prefix () const |
| Get "thread_names_prefix" attribute value. | |
| void | set_thread_names_prefix (const std::string &value) |
| Set "thread_names_prefix" attribute value. | |
| bool | get_latency_monitoring () const |
| Get "latency_monitoring" attribute value. | |
| void | set_latency_monitoring (bool value) |
| Set "latency_monitoring" attribute value. | |
Public Member Functions inherited from dunedaq::conffwk::DalObject | |
| const std::string & | UID () const noexcept |
| const std::string & | class_name () const noexcept |
| bool | castable (const std::string &target) const noexcept |
| bool | castable (const std::string *target) const noexcept |
| template<class TARGET > | |
| const TARGET * | cast () const noexcept |
| Casts object to different class. | |
| std::string | full_name () const noexcept |
| const ConfigObject & | config_object () const |
| DalRegistry & | registry () const noexcept |
| Configuration & | configuration () const noexcept |
| void | unread () |
| void | set (const ConfigObject &o) noexcept |
| void | move (const std::string &at) |
| void | rename (const std::string &new_id) |
| void | p_hdr (std::ostream &s, unsigned int indent, const std::string &cl, const char *nm=nullptr) const |
| print object headers | |
| std::ostream & | print_object (std::ostream &s) const |
| print object details | |
| void | throw_init_ex (dunedaq::conffwk::Exception &ex) |
| throw object initialisation exception (i.e. | |
Static Public Member Functions | |
| static const std::string & | __get_merge_overlapping_tcs_str () noexcept |
| static const std::string & | __get_ignore_overlapping_tcs_str () noexcept |
| static const std::string & | __get_td_out_of_timeout_str () noexcept |
| static const std::string & | __get_buffer_timeout_str () noexcept |
| static const std::string & | __get_td_readout_limit_str () noexcept |
| static const std::string & | __get_ignore_tc_str () noexcept |
| static const std::string & | __get_trigger_bitwords_str () noexcept |
| static const std::string & | __get_roi_group_conf_str () noexcept |
| static const std::string & | __get_tc_readout_map_str () noexcept |
| static const std::string & | __get_mandatory_links_str () noexcept |
| static const std::string & | __get_merge_overlapping_tcs_str () noexcept |
| static const std::string & | __get_ignore_overlapping_tcs_str () noexcept |
| static const std::string & | __get_td_out_of_timeout_str () noexcept |
| static const std::string & | __get_buffer_timeout_str () noexcept |
| static const std::string & | __get_td_readout_limit_str () noexcept |
| static const std::string & | __get_ignore_tc_str () noexcept |
| static const std::string & | __get_trigger_bitwords_str () noexcept |
| static const std::string & | __get_roi_group_conf_str () noexcept |
| static const std::string & | __get_tc_readout_map_str () noexcept |
| static const std::string & | __get_mandatory_links_str () noexcept |
Static Public Member Functions inherited from dunedaq::appmodel::DataProcessor | |
| static const std::string & | __get_queue_sizes_str () noexcept |
| static const std::string & | __get_thread_names_prefix_str () noexcept |
| static const std::string & | __get_latency_monitoring_str () noexcept |
| static const std::string & | __get_queue_sizes_str () noexcept |
| static const std::string & | __get_thread_names_prefix_str () noexcept |
| static const std::string & | __get_latency_monitoring_str () noexcept |
Static Public Member Functions inherited from dunedaq::conffwk::DalObject | |
| static void | p_null (std::ostream &s) |
| print "(null)" | |
| static void | p_rm (std::ostream &s) |
| print "(deleted object)" | |
| static void | p_error (std::ostream &s, dunedaq::conffwk::Exception &ex) |
| print error text | |
| static void | throw_get_ex (const std::string &what, const std::string &class_name, const DalObject *obj) |
| throw exception in generated get method (i.e. | |
| static bool | is_null (const DalObject *ref) noexcept |
| check a pointer on DAL object is null | |
Static Public Attributes | |
| static const std::string & | s_class_name |
| static const std::string | s_merge_overlapping_tcs = "merge_overlapping_tcs" |
| static const std::string | s_ignore_overlapping_tcs = "ignore_overlapping_tcs" |
| static const std::string | s_td_out_of_timeout = "td_out_of_timeout" |
| static const std::string | s_buffer_timeout = "buffer_timeout" |
| static const std::string | s_td_readout_limit = "td_readout_limit" |
| static const std::string | s_ignore_tc = "ignore_tc" |
| static const std::string | s_trigger_bitwords = "trigger_bitwords" |
| static const std::string | s_roi_group_conf = "roi_group_conf" |
| static const std::string | s_tc_readout_map = "tc_readout_map" |
| static const std::string | s_mandatory_links = "mandatory_links" |
Static Public Attributes inherited from dunedaq::appmodel::DataProcessor | |
| static const std::string & | s_class_name |
| static const std::string | s_queue_sizes = "queue_sizes" |
| static const std::string | s_thread_names_prefix = "thread_names_prefix" |
| static const std::string | s_latency_monitoring = "latency_monitoring" |
Protected Member Functions | |
| TCDataProcessor (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
| virtual | ~TCDataProcessor () noexcept |
| virtual void | init (bool init_children) |
| bool | get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const |
| TCDataProcessor (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
| virtual | ~TCDataProcessor () noexcept |
| virtual void | init (bool init_children) |
| bool | get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const |
Protected Member Functions inherited from dunedaq::appmodel::DataProcessor | |
| DataProcessor (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
| virtual | ~DataProcessor () noexcept |
| bool | get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const |
| DataProcessor (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
| virtual | ~DataProcessor () noexcept |
| bool | get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const |
Protected Member Functions inherited from dunedaq::conffwk::DalObject | |
| DalObject (DalRegistry &db, const ConfigObject &o) noexcept | |
| virtual | ~DalObject () |
| void | clear () noexcept |
| void | check () const |
| bool | is_deleted () const |
| void | increment_created () noexcept |
| void | increment_read () noexcept |
| void | check_init () const |
| Check and initialize object if necessary. | |
| template<typename T > | |
| void | _set_object (const std::string &name, const T *value) |
| Helper method for generated set single-value relationship methods. | |
| template<typename T > | |
| void | _set_objects (const std::string &name, const std::vector< const T * > &value) |
| Helper method for generated set multi-value relationship methods. | |
| bool | get_rel_objects (const std::string &name, bool upcast_unregistered, std::vector< const DalObject * > &objs) const |
| Read relationship values as DAL objects using DAL factory. | |
| bool | get_algo_objects (const std::string &name, std::vector< const DalObject * > &objs) const |
| Run algorithm and return result as DAL objects using DAL factory. | |
Private Attributes | |
| bool | m_merge_overlapping_tcs |
| bool | m_ignore_overlapping_tcs |
| bool | m_td_out_of_timeout |
| uint32_t | m_buffer_timeout |
| uint32_t | m_td_readout_limit |
| std::vector< uint32_t > | m_ignore_tc |
| std::vector< const dunedaq::appmodel::TriggerBitword * > | m_trigger_bitwords |
| std::vector< const dunedaq::appmodel::ROIGroupConf * > | m_roi_group_conf |
| std::vector< const dunedaq::appmodel::TCReadoutMap * > | m_tc_readout_map |
| std::vector< const dunedaq::appmodel::SourceIDConf * > | m_mandatory_links |
Friends | |
| class | conffwk::Configuration |
| class | conffwk::DalObject |
| class | conffwk::DalFactory |
| class | conffwk::DalRegistry |
Additional Inherited Members | |
Protected Attributes inherited from dunedaq::conffwk::DalObject | |
| std::mutex | m_mutex |
| Used to protect changes of DAL object. | |
| bool | p_was_read |
| is true, if the object was read | |
| DalRegistry & | p_registry |
| Configuration object. | |
| ConfigObject | p_obj |
| Config object used by given template object. | |
| std::string | p_UID |
| Is used for template objects (see dqm_conffwk) | |
Post-processor for TCs generating the trigger decisions
Definition at line 39 of file TCDataProcessor.hpp.
|
protectednoexcept |
Definition at line 34 of file TCDataProcessor.cpp.
|
protectedvirtualnoexcept |
Definition at line 105 of file TCDataProcessor.cpp.
|
protectednoexcept |
|
protectedvirtualnoexcept |
|
inlinestaticnoexcept |
Definition at line 116 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 116 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 114 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 114 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 118 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 118 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 329 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 329 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 113 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 113 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 327 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 327 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 328 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 328 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 115 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 115 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 117 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 117 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 326 of file TCDataProcessor.hpp.
|
inlinestaticnoexcept |
Definition at line 326 of file TCDataProcessor.hpp.
|
virtual |
Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.
Parameters are:
| name | name of the relationship or algorithm |
| std::exception | if there is no relationship or algorithm with such name in this and base classes |
Reimplemented from dunedaq::appmodel::DataProcessor.
Definition at line 109 of file TCDataProcessor.cpp.
|
virtual |
Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.
Parameters are:
| name | name of the relationship or algorithm |
| std::exception | if there is no relationship or algorithm with such name in this and base classes |
Reimplemented from dunedaq::appmodel::DataProcessor.
|
protected |
Definition at line 119 of file TCDataProcessor.cpp.
|
protected |
|
inline |
Get "buffer_timeout" attribute value. Timeout (buffer) to wait for new overlapping TCs before sending TD, in ms.
Definition at line 228 of file TCDataProcessor.hpp.
|
inline |
Get "buffer_timeout" attribute value. Timeout (buffer) to wait for new overlapping TCs before sending TD, in ms.
Definition at line 228 of file TCDataProcessor.hpp.
|
inline |
Get "ignore_overlapping_tcs" attribute value. Option to ignore consecutive overlapping TCs/pileup events. Cannot run with mlt_merge_overlapping_tcs.
Definition at line 162 of file TCDataProcessor.hpp.
|
inline |
Get "ignore_overlapping_tcs" attribute value. Option to ignore consecutive overlapping TCs/pileup events. Cannot run with mlt_merge_overlapping_tcs.
Definition at line 162 of file TCDataProcessor.hpp.
|
inline |
Get "ignore_tc" attribute value. Optional list of TC types to be ignored in MLT.
Definition at line 294 of file TCDataProcessor.hpp.
|
inline |
Get "ignore_tc" attribute value. Optional list of TC types to be ignored in MLT.
Definition at line 294 of file TCDataProcessor.hpp.
|
inline |
Get "mandatory_links" relationship value. Source Ids that will always be included in a trigger decision.
Definition at line 421 of file TCDataProcessor.hpp.
|
inline |
Get "mandatory_links" relationship value. Source Ids that will always be included in a trigger decision.
Definition at line 421 of file TCDataProcessor.hpp.
|
inline |
Get "merge_overlapping_tcs" attribute value. Option to turn off merging of overlapping TCs when forming TDs in MLT.
Definition at line 129 of file TCDataProcessor.hpp.
|
inline |
Get "merge_overlapping_tcs" attribute value. Option to turn off merging of overlapping TCs when forming TDs in MLT.
Definition at line 129 of file TCDataProcessor.hpp.
|
inline |
Get "roi_group_conf" relationship value. The configuration (table) for ROI readout (currently not used)
Definition at line 367 of file TCDataProcessor.hpp.
|
inline |
Get "roi_group_conf" relationship value. The configuration (table) for ROI readout (currently not used)
Definition at line 367 of file TCDataProcessor.hpp.
|
inline |
Get "tc_readout_map" relationship value. The readout windows assigned to TDs in MLT, based on TC type.
Definition at line 394 of file TCDataProcessor.hpp.
|
inline |
Get "tc_readout_map" relationship value. The readout windows assigned to TDs in MLT, based on TC type.
Definition at line 394 of file TCDataProcessor.hpp.
|
inline |
Get "td_out_of_timeout" attribute value. Option to drop TD if TC comes out of timeout window.
Definition at line 195 of file TCDataProcessor.hpp.
|
inline |
Get "td_out_of_timeout" attribute value. Option to drop TD if TC comes out of timeout window.
Definition at line 195 of file TCDataProcessor.hpp.
|
inline |
Get "td_readout_limit" attribute value. Maximum allowed time length (in ticks) for a readout window of a single TD.
Definition at line 261 of file TCDataProcessor.hpp.
|
inline |
Get "td_readout_limit" attribute value. Maximum allowed time length (in ticks) for a readout window of a single TD.
Definition at line 261 of file TCDataProcessor.hpp.
|
inline |
Get "trigger_bitwords" relationship value. Optional dictionary of bitwords to use when forming trigger decisions in MLT.
Definition at line 340 of file TCDataProcessor.hpp.
|
inline |
Get "trigger_bitwords" relationship value. Optional dictionary of bitwords to use when forming trigger decisions in MLT.
Definition at line 340 of file TCDataProcessor.hpp.
|
protectedvirtual |
Initialize object (method generated by genconffwk)
| init_children | if true, initialize referenced objects |
Reimplemented from dunedaq::appmodel::DataProcessor.
Definition at line 82 of file TCDataProcessor.cpp.
|
protectedvirtual |
Initialize object (method generated by genconffwk)
| init_children | if true, initialize referenced objects |
Reimplemented from dunedaq::appmodel::DataProcessor.
|
virtual |
Print details of the TCDataProcessor object.
Parameters are:
| offset | number of spaces to shift object right (useful to print nested objects) |
| print_header | if false, do not print object header (to print attributes of base classes) |
| s | output stream |
Reimplemented from dunedaq::appmodel::DataProcessor.
Definition at line 43 of file TCDataProcessor.cpp.
|
virtual |
Print details of the TCDataProcessor object.
Parameters are:
| offset | number of spaces to shift object right (useful to print nested objects) |
| print_header | if false, do not print object header (to print attributes of base classes) |
| s | output stream |
Reimplemented from dunedaq::appmodel::DataProcessor.
|
inline |
Set "buffer_timeout" attribute value. Timeout (buffer) to wait for new overlapping TCs before sending TD, in ms.
| value | new attribute value |
Definition at line 244 of file TCDataProcessor.hpp.
|
inline |
Set "buffer_timeout" attribute value. Timeout (buffer) to wait for new overlapping TCs before sending TD, in ms.
| value | new attribute value |
Definition at line 244 of file TCDataProcessor.hpp.
|
inline |
Set "ignore_overlapping_tcs" attribute value. Option to ignore consecutive overlapping TCs/pileup events. Cannot run with mlt_merge_overlapping_tcs.
| value | new attribute value |
Definition at line 178 of file TCDataProcessor.hpp.
|
inline |
Set "ignore_overlapping_tcs" attribute value. Option to ignore consecutive overlapping TCs/pileup events. Cannot run with mlt_merge_overlapping_tcs.
| value | new attribute value |
Definition at line 178 of file TCDataProcessor.hpp.
|
inline |
Set "ignore_tc" attribute value. Optional list of TC types to be ignored in MLT.
| value | new attribute value |
Definition at line 310 of file TCDataProcessor.hpp.
|
inline |
Set "ignore_tc" attribute value. Optional list of TC types to be ignored in MLT.
| value | new attribute value |
Definition at line 310 of file TCDataProcessor.hpp.
| void dunedaq::appmodel::TCDataProcessor::set_mandatory_links | ( | const std::vector< const dunedaq::appmodel::SourceIDConf * > & | value | ) |
Set "mandatory_links" relationship value. Source Ids that will always be included in a trigger decision.
| value | new relationship value |
Definition at line 155 of file TCDataProcessor.cpp.
| void dunedaq::appmodel::TCDataProcessor::set_mandatory_links | ( | const std::vector< const dunedaq::appmodel::SourceIDConf * > & | value | ) |
Set "mandatory_links" relationship value. Source Ids that will always be included in a trigger decision.
| value | new relationship value |
|
inline |
Set "merge_overlapping_tcs" attribute value. Option to turn off merging of overlapping TCs when forming TDs in MLT.
| value | new attribute value |
Definition at line 145 of file TCDataProcessor.hpp.
|
inline |
Set "merge_overlapping_tcs" attribute value. Option to turn off merging of overlapping TCs when forming TDs in MLT.
| value | new attribute value |
Definition at line 145 of file TCDataProcessor.hpp.
| void dunedaq::appmodel::TCDataProcessor::set_roi_group_conf | ( | const std::vector< const dunedaq::appmodel::ROIGroupConf * > & | value | ) |
Set "roi_group_conf" relationship value. The configuration (table) for ROI readout (currently not used)
| value | new relationship value |
Definition at line 145 of file TCDataProcessor.cpp.
| void dunedaq::appmodel::TCDataProcessor::set_roi_group_conf | ( | const std::vector< const dunedaq::appmodel::ROIGroupConf * > & | value | ) |
Set "roi_group_conf" relationship value. The configuration (table) for ROI readout (currently not used)
| value | new relationship value |
| void dunedaq::appmodel::TCDataProcessor::set_tc_readout_map | ( | const std::vector< const dunedaq::appmodel::TCReadoutMap * > & | value | ) |
Set "tc_readout_map" relationship value. The readout windows assigned to TDs in MLT, based on TC type.
| value | new relationship value |
Definition at line 150 of file TCDataProcessor.cpp.
| void dunedaq::appmodel::TCDataProcessor::set_tc_readout_map | ( | const std::vector< const dunedaq::appmodel::TCReadoutMap * > & | value | ) |
Set "tc_readout_map" relationship value. The readout windows assigned to TDs in MLT, based on TC type.
| value | new relationship value |
|
inline |
Set "td_out_of_timeout" attribute value. Option to drop TD if TC comes out of timeout window.
| value | new attribute value |
Definition at line 211 of file TCDataProcessor.hpp.
|
inline |
Set "td_out_of_timeout" attribute value. Option to drop TD if TC comes out of timeout window.
| value | new attribute value |
Definition at line 211 of file TCDataProcessor.hpp.
|
inline |
Set "td_readout_limit" attribute value. Maximum allowed time length (in ticks) for a readout window of a single TD.
| value | new attribute value |
Definition at line 277 of file TCDataProcessor.hpp.
|
inline |
Set "td_readout_limit" attribute value. Maximum allowed time length (in ticks) for a readout window of a single TD.
| value | new attribute value |
Definition at line 277 of file TCDataProcessor.hpp.
| void dunedaq::appmodel::TCDataProcessor::set_trigger_bitwords | ( | const std::vector< const dunedaq::appmodel::TriggerBitword * > & | value | ) |
Set "trigger_bitwords" relationship value. Optional dictionary of bitwords to use when forming trigger decisions in MLT.
| value | new relationship value |
Definition at line 140 of file TCDataProcessor.cpp.
| void dunedaq::appmodel::TCDataProcessor::set_trigger_bitwords | ( | const std::vector< const dunedaq::appmodel::TriggerBitword * > & | value | ) |
Set "trigger_bitwords" relationship value. Optional dictionary of bitwords to use when forming trigger decisions in MLT.
| value | new relationship value |
|
friend |
Definition at line 41 of file TCDataProcessor.hpp.
|
friend |
Definition at line 43 of file TCDataProcessor.hpp.
|
friend |
Definition at line 42 of file TCDataProcessor.hpp.
|
friend |
Definition at line 44 of file TCDataProcessor.hpp.
|
private |
Definition at line 93 of file TCDataProcessor.hpp.
|
private |
Definition at line 91 of file TCDataProcessor.hpp.
|
private |
Definition at line 95 of file TCDataProcessor.hpp.
|
private |
Definition at line 99 of file TCDataProcessor.hpp.
|
private |
Definition at line 90 of file TCDataProcessor.hpp.
|
private |
Definition at line 97 of file TCDataProcessor.hpp.
|
private |
Definition at line 98 of file TCDataProcessor.hpp.
|
private |
Definition at line 92 of file TCDataProcessor.hpp.
|
private |
Definition at line 94 of file TCDataProcessor.hpp.
|
private |
Definition at line 96 of file TCDataProcessor.hpp.
|
inlinestatic |
Definition at line 109 of file TCDataProcessor.hpp.
|
static |
The name of the configuration class.
Definition at line 56 of file TCDataProcessor.hpp.
|
inlinestatic |
Definition at line 107 of file TCDataProcessor.hpp.
|
inlinestatic |
Definition at line 111 of file TCDataProcessor.hpp.
|
inlinestatic |
Definition at line 324 of file TCDataProcessor.hpp.
|
inlinestatic |
Definition at line 106 of file TCDataProcessor.hpp.
|
inlinestatic |
Definition at line 322 of file TCDataProcessor.hpp.
|
inlinestatic |
Definition at line 323 of file TCDataProcessor.hpp.
|
inlinestatic |
Definition at line 108 of file TCDataProcessor.hpp.
|
inlinestatic |
Definition at line 110 of file TCDataProcessor.hpp.
|
inlinestatic |
Definition at line 321 of file TCDataProcessor.hpp.