3#ifndef _TAMakerHorizontalMuonAlgorithm_0_dunedaq__appmodel_0_appmodel_H_
4#define _TAMakerHorizontalMuonAlgorithm_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;
117 std::lock_guard scoped_lock(
m_mutex);
133 std::lock_guard scoped_lock(
m_mutex);
150 std::lock_guard scoped_lock(
m_mutex);
166 std::lock_guard scoped_lock(
m_mutex);
183 std::lock_guard scoped_lock(
m_mutex);
199 std::lock_guard scoped_lock(
m_mutex);
216 std::lock_guard scoped_lock(
m_mutex);
232 std::lock_guard scoped_lock(
m_mutex);
249 std::lock_guard scoped_lock(
m_mutex);
265 std::lock_guard scoped_lock(
m_mutex);
282 std::lock_guard scoped_lock(
m_mutex);
298 std::lock_guard scoped_lock(
m_mutex);
315 std::lock_guard scoped_lock(
m_mutex);
331 std::lock_guard scoped_lock(
m_mutex);
348 std::lock_guard scoped_lock(
m_mutex);
364 std::lock_guard scoped_lock(
m_mutex);
377 return obj.print_object(s);
void set_adjacency_tolerance(uint32_t value)
Set "adjacency_tolerance" attribute value. Tolerance for the number of allowed gaps for the adjacency...
TAMakerHorizontalMuonAlgorithm(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string s_adjacency_threshold
static const std::string & __get_adjacency_tolerance_str() noexcept
void set_adjacency_threshold(uint32_t value)
Set "adjacency_threshold" attribute value. Threshold for the adjacency algorithm.
static const std::string & __get_adc_threshold_str() noexcept
uint32_t m_adjacency_threshold
static const std::string s_window_length
void set_trigger_on_adc(bool value)
Set "trigger_on_adc" attribute value. Whether to trigger on ADC integral.
void set_n_channels_threshold(uint32_t value)
Set "n_channels_threshold" attribute value. Threshold for the N Channels algorithm.
bool m_trigger_on_n_channels
static const std::string & __get_trigger_on_adjacency_str() noexcept
bool get_trigger_on_adc() const
Get "trigger_on_adc" attribute value. Whether to trigger on ADC integral.
void set_trigger_on_n_channels(bool value)
Set "trigger_on_n_channels" attribute value. Whether to trigger on N Channels.
bool m_trigger_on_adjacency
static const std::string s_trigger_on_adjacency
uint32_t get_adc_threshold() const
Get "adc_threshold" attribute value. Threshold for the ADC integral algorithm.
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 & __get_n_channels_threshold_str() noexcept
static const std::string & __get_trigger_on_n_channels_str() noexcept
void set_trigger_on_adjacency(bool value)
Set "trigger_on_adjacency" attribute value. Whether to trigger on adjacency.
friend class conffwk::DalFactory
static const std::string & __get_adjacency_threshold_str() noexcept
bool get_trigger_on_adjacency() const
Get "trigger_on_adjacency" attribute value. Whether to trigger on adjacency.
static const std::string & __get_window_length_str() noexcept
virtual void init(bool init_children)
bool get_trigger_on_n_channels() const
Get "trigger_on_n_channels" attribute value. Whether to trigger on N Channels.
uint32_t m_n_channels_threshold
virtual ~TAMakerHorizontalMuonAlgorithm() noexcept
friend class conffwk::DalObject
static const std::string s_trigger_on_adc
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_window_length(uint32_t value)
Set "window_length" attribute value. Window length (in ticks) for the algorithm.
uint32_t get_adjacency_threshold() const
Get "adjacency_threshold" attribute value. Threshold for the adjacency algorithm.
uint32_t get_n_channels_threshold() const
Get "n_channels_threshold" attribute value. Threshold for the N Channels algorithm.
static const std::string s_n_channels_threshold
static const std::string & __get_trigger_on_adc_str() noexcept
uint32_t get_window_length() const
Get "window_length" attribute value. Window length (in ticks) for the algorithm.
static const std::string s_adjacency_tolerance
static const std::string s_adc_threshold
void set_adc_threshold(uint32_t value)
Set "adc_threshold" attribute value. Threshold for the ADC integral algorithm.
static const std::string & s_class_name
uint32_t m_adjacency_tolerance
static const std::string s_trigger_on_n_channels
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< constTAMakerHorizontalMuonAlgorithm * >::const_iterator TAMakerHorizontalMuonAlgorithmIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)