3#ifndef _TAMakerChannelAdjacencyAlgorithm_0_dunedaq__appmodel_0_appmodel_H_
4#define _TAMakerChannelAdjacencyAlgorithm_0_dunedaq__appmodel_0_appmodel_H_
34 virtual
void init(
bool init_children);
52 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
102 std::lock_guard scoped_lock(
m_mutex);
118 std::lock_guard scoped_lock(
m_mutex);
135 std::lock_guard scoped_lock(
m_mutex);
151 std::lock_guard scoped_lock(
m_mutex);
168 std::lock_guard scoped_lock(
m_mutex);
184 std::lock_guard scoped_lock(
m_mutex);
197 return obj.print_object(s);
TAMakerChannelAdjacencyAlgorithm(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
uint32_t m_adjacency_tolerance
void set_window_length(uint32_t value)
Set "window_length" attribute value. Window length (in ticks) for the algorithm.
static const std::string & s_class_name
static const std::string s_adjacency_threshold
virtual ~TAMakerChannelAdjacencyAlgorithm() noexcept
void set_adjacency_tolerance(uint32_t value)
Set "adjacency_tolerance" attribute value. Tolerance for the number of allowed gaps for the adjacency...
uint32_t m_adjacency_threshold
friend class conffwk::DalFactory
static const std::string & __get_window_length_str() noexcept
static const std::string & __get_adjacency_tolerance_str() noexcept
static const std::string & __get_adjacency_threshold_str() noexcept
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...
virtual void init(bool init_children)
friend class conffwk::DalObject
uint32_t get_adjacency_threshold() const
Get "adjacency_threshold" attribute value. Threshold for the adjacency algorithm.
static const std::string s_adjacency_tolerance
static const std::string s_window_length
void set_adjacency_threshold(uint32_t value)
Set "adjacency_threshold" attribute value. Threshold for the adjacency algorithm.
uint32_t get_adjacency_tolerance() const
Get "adjacency_tolerance" attribute value. Tolerance for the number of allowed gaps for the adjacency...
uint32_t get_window_length() const
Get "window_length" attribute value. Window length (in ticks) for the algorithm.
void set_by_val(const std::string &name, T value)
Set attribute value.
The base class for any generated DAL object.
std::mutex m_mutex
Used to protect changes of DAL object.
ConfigObject p_obj
Config object used by given template object.
void check_init() const
Check and initialize object if necessary.
DalRegistry: A registry of DalObjects It provides a single interface to create, cache and manage DalO...
std::vector< constTAMakerChannelAdjacencyAlgorithm * >::const_iterator TAMakerChannelAdjacencyAlgorithmIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)