3#ifndef _TAMakerPlaneCoincidenceAlgorithm_0_dunedaq__appmodel_0_appmodel_H_
4#define _TAMakerPlaneCoincidenceAlgorithm_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;
105 std::lock_guard scoped_lock(
m_mutex);
121 std::lock_guard scoped_lock(
m_mutex);
138 std::lock_guard scoped_lock(
m_mutex);
154 std::lock_guard scoped_lock(
m_mutex);
171 std::lock_guard scoped_lock(
m_mutex);
187 std::lock_guard scoped_lock(
m_mutex);
204 std::lock_guard scoped_lock(
m_mutex);
220 std::lock_guard scoped_lock(
m_mutex);
233 return obj.print_object(s);
static const std::string & __get_adc_threshold_str() noexcept
uint32_t get_adjacency_tolerance() const
Get "adjacency_tolerance" attribute value. Tolerance for the number of allowed gaps for the adjacency...
static const std::string s_adjacency_tolerance
static const std::string s_adc_threshold
void set_window_length(uint32_t value)
Set "window_length" attribute value. Window length (in ticks) for the algorithm.
virtual ~TAMakerPlaneCoincidenceAlgorithm() noexcept
static const std::string s_window_length
static const std::string & __get_window_length_str() noexcept
uint32_t m_adjacency_threshold
friend class conffwk::DalFactory
virtual void init(bool init_children)
uint32_t get_adc_threshold() const
Get "adc_threshold" attribute value. Threshold for the ADC integral algorithm.
TAMakerPlaneCoincidenceAlgorithm(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
friend class conffwk::DalObject
void set_adc_threshold(uint32_t value)
Set "adc_threshold" attribute value. Threshold for the ADC integral algorithm.
uint32_t m_adjacency_tolerance
static const std::string & s_class_name
static const std::string & __get_adjacency_threshold_str() 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 get_window_length() const
Get "window_length" attribute value. Window length (in ticks) for the algorithm.
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...
void set_adjacency_threshold(uint32_t value)
Set "adjacency_threshold" attribute value. Threshold for the adjacency algorithm.
uint32_t get_adjacency_threshold() const
Get "adjacency_threshold" attribute value. Threshold for the adjacency algorithm.
static const std::string s_adjacency_threshold
static const std::string & __get_adjacency_tolerance_str() noexcept
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::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)
std::vector< constTAMakerPlaneCoincidenceAlgorithm * >::const_iterator TAMakerPlaneCoincidenceAlgorithmIterator