3#ifndef _CTBCountLLT_0_dunedaq__appmodel_0_appmodel_H_
4#define _CTBCountLLT_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;
82 inline static const
std::
string s_count = "count";
83 inline static const
std::
string s_type = "type";
98 std::lock_guard scoped_lock(
m_mutex);
113 std::lock_guard scoped_lock(
m_mutex);
129 std::lock_guard scoped_lock(
m_mutex);
144 std::lock_guard scoped_lock(
m_mutex);
155 inline std::ostream&
operator<<(std::ostream& s,
const CTBCountLLT& obj)
157 return obj.print_object(s);
const std::string & get_count() const
Get "count" attribute value.
static const std::string & s_class_name
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...
static const std::string s_type
void set_count(const std::string &value)
Set "count" attribute value.
CTBCountLLT(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
friend class conffwk::DalFactory
virtual ~CTBCountLLT() noexcept
const std::string & get_type() const
Get "type" attribute value.
friend class conffwk::DalObject
static const std::string & __get_count_str() noexcept
static const std::string & __get_type_str() noexcept
void set_type(const std::string &value)
Set "type" attribute value.
static const std::string s_count
virtual void init(bool init_children)
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< constCTBCountLLT * >::const_iterator CTBCountLLTIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)