3#ifndef _HDF5PathParams_0_dunedaq__appmodel_0_appmodel_H_
4#define _HDF5PathParams_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;
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);
194 std::lock_guard scoped_lock(
m_mutex);
209 std::lock_guard scoped_lock(
m_mutex);
220 inline std::ostream&
operator<<(std::ostream& s,
const HDF5PathParams& obj)
222 return obj.print_object(s);
const std::string & get_detector_group_name() const
Get "detector_group_name" attribute value.
std::string m_element_name_prefix
static const std::string & __get_digits_for_element_number_str() noexcept
static const std::string s_digits_for_element_number
virtual ~HDF5PathParams() noexcept
const std::string & get_detector_group_type() const
Get "detector_group_type" attribute value.
void set_detector_group_type(const std::string &value)
Set "detector_group_type" attribute value.
static const std::string s_element_name_prefix
static const std::string & __get_detector_group_name_str() noexcept
void set_digits_for_element_number(int32_t value)
Set "digits_for_element_number" attribute value.
void set_element_name_prefix(const std::string &value)
Set "element_name_prefix" attribute value.
virtual void init(bool init_children)
friend class conffwk::DalFactory
static const std::string & s_class_name
int32_t m_digits_for_element_number
const std::string & get_element_name_prefix() const
Get "element_name_prefix" attribute value.
std::string m_detector_group_type
HDF5PathParams(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string & __get_detector_group_type_str() noexcept
int32_t get_digits_for_element_number() const
Get "digits_for_element_number" attribute value.
friend class conffwk::DalObject
static const std::string s_detector_group_type
std::string m_detector_group_name
static const std::string & __get_element_name_prefix_str() noexcept
void set_detector_group_name(const std::string &value)
Set "detector_group_name" attribute value.
static const std::string s_detector_group_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...
void set_by_val(const std::string &name, T value)
Set attribute value.
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::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)
std::vector< constHDF5PathParams * >::const_iterator HDF5PathParamsIterator