3#ifndef _CTBHLT_0_dunedaq__appmodel_0_appmodel_H_
4#define _CTBHLT_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;
101 std::lock_guard scoped_lock(
m_mutex);
116 std::lock_guard scoped_lock(
m_mutex);
132 std::lock_guard scoped_lock(
m_mutex);
147 std::lock_guard scoped_lock(
m_mutex);
163 std::lock_guard scoped_lock(
m_mutex);
178 std::lock_guard scoped_lock(
m_mutex);
191 return obj.print_object(s);
CTBHLT(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
void set_prescale(const std::string &value)
Set "prescale" attribute value.
const std::string & get_prescale() const
Get "prescale" attribute value.
void set_minc(const std::string &value)
Set "minc" attribute value.
virtual ~CTBHLT() noexcept
static const std::string & __get_mexc_str() noexcept
static const std::string s_minc
friend class conffwk::DalFactory
static const std::string s_prescale
static const std::string & __get_prescale_str() noexcept
virtual void init(bool init_children)
static const std::string & s_class_name
void set_mexc(const std::string &value)
Set "mexc" attribute value.
friend class conffwk::DalObject
static const std::string & __get_minc_str() noexcept
const std::string & get_minc() const
Get "minc" attribute value.
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_mexc() const
Get "mexc" attribute value.
static const std::string s_mexc
void set_by_ref(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< constCTBHLT * >::const_iterator CTBHLTIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)