3#ifndef _TriggerBitword_0_dunedaq__appmodel_0_appmodel_H_
4#define _TriggerBitword_0_dunedaq__appmodel_0_appmodel_H_
31 virtual
void init(
bool init_children);
49 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
90 const std::vector<std::string>&
93 std::lock_guard scoped_lock(
m_mutex);
109 std::lock_guard scoped_lock(
m_mutex);
120 inline std::ostream&
operator<<(std::ostream& s,
const TriggerBitword& obj)
122 return obj.print_object(s);
const std::vector< std::string > & get_bitword() const
Get "bitword" attribute value. Trigger Bitword in string format.
static const std::string & __get_bitword_str() noexcept
virtual void init(bool init_children)
std::vector< std::string > m_bitword
friend class conffwk::DalFactory
virtual ~TriggerBitword() noexcept
static const std::string & s_class_name
friend class conffwk::DalObject
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_bitword
TriggerBitword(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
void set_bitword(const std::vector< std::string > &value)
Set "bitword" attribute value. Trigger Bitword in string format.
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< constTriggerBitword * >::const_iterator TriggerBitwordIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)