3#ifndef _TAMakerProtoDUNEBSMWindowAlgorithm_0_dunedaq__appmodel_0_appmodel_H_
4#define _TAMakerProtoDUNEBSMWindowAlgorithm_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);
195 inline std::ostream&
operator<<(std::ostream& s,
const TAMakerProtoDUNEBSMWindowAlgorithm&
obj)
197 return obj.print_object(s);
friend class conffwk::DalRegistry
uint32_t get_adc_threshold_induction() const
Get "adc_threshold_induction" attribute value. Threshold for the SADC sum on induction planes.
TAMakerProtoDUNEBSMWindowAlgorithm(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
std::string m_channel_map_name
virtual ~TAMakerProtoDUNEBSMWindowAlgorithm() noexcept
virtual void init(bool init_children)
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...
const std::string & get_channel_map_name() const
Get "channel_map_name" attribute value. Channel map for TA algorithm.
void set_channel_map_name(const std::string &value)
Set "channel_map_name" attribute value. Channel map for TA algorithm.
uint32_t m_adc_threshold_induction
static const std::string s_channel_map_name
friend class conffwk::DalFactory
static const std::string & __get_adc_threshold_induction_str() noexcept
static const std::string & s_class_name
static const std::string s_adc_threshold_induction
static const std::string & __get_bdt_threshold_str() noexcept
friend class conffwk::DalObject
virtual void print(unsigned int offset, bool print_header, std::ostream &s) const
Print details of the TAMakerProtoDUNEBSMWindowAlgorithm object.
static const std::string & __get_channel_map_name_str() noexcept
friend class conffwk::Configuration
void set_adc_threshold_induction(uint32_t value)
Set "adc_threshold_induction" attribute value. Threshold for the SADC sum on induction planes.
static const std::string s_bdt_threshold
float get_bdt_threshold() const
Get "bdt_threshold" attribute value. BDT score threshold. Must be a float between 0 and 1.
void set_bdt_threshold(float value)
Set "bdt_threshold" attribute value. BDT score threshold. Must be a float between 0 and 1.
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< constTAMakerProtoDUNEBSMWindowAlgorithm * >::const_iterator TAMakerProtoDUNEBSMWindowAlgorithmIterator