3#ifndef _CTBTrigger_0_dunedaq__appmodel_0_appmodel_H_
4#define _CTBTrigger_0_dunedaq__appmodel_0_appmodel_H_
32#include "nlohmann/json.hpp"
48 virtual
void init(
bool init_children);
66 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
109 std::lock_guard scoped_lock(
m_mutex);
124 std::lock_guard scoped_lock(
m_mutex);
147 return obj.print_object(s);
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...
virtual void init(bool init_children)
nlohmann::json get_ctb_json(const dunedaq::confmodel::Session &session) const
static const std::string & s_class_name
void set_description(const std::string &value)
Set "description" attribute value.
std::string m_description
CTBTrigger(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
friend class conffwk::DalFactory
virtual ~CTBTrigger() noexcept
const std::string & get_description() const
Get "description" attribute value.
friend class conffwk::DalObject
static const std::string & __get_description_str() noexcept
static const std::string s_description
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< constCTBTrigger * >::const_iterator CTBTriggerIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)