3#ifndef _AVXRunSumProcessor_0_dunedaq__appmodel_0_appmodel_H_
4#define _AVXRunSumProcessor_0_dunedaq__appmodel_0_appmodel_H_
38 virtual
void init(
bool init_children);
56 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
115 std::lock_guard scoped_lock(
m_mutex);
131 std::lock_guard scoped_lock(
m_mutex);
148 std::lock_guard scoped_lock(
m_mutex);
164 std::lock_guard scoped_lock(
m_mutex);
181 std::lock_guard scoped_lock(
m_mutex);
197 std::lock_guard scoped_lock(
m_mutex);
214 std::lock_guard scoped_lock(
m_mutex);
230 std::lock_guard scoped_lock(
m_mutex);
247 std::lock_guard scoped_lock(
m_mutex);
263 std::lock_guard scoped_lock(
m_mutex);
280 std::lock_guard scoped_lock(
m_mutex);
296 std::lock_guard scoped_lock(
m_mutex);
309 return obj.print_object(s);
uint8_t get_scale_factor_plane2() const
Get "scale_factor_plane2" attribute value. Running sum scale factor for plane 2. Gets divided by 10.
uint8_t get_memory_factor_plane2() const
Get "memory_factor_plane2" attribute value. Running sum memory factor for plane 2....
uint8_t m_scale_factor_plane1
void set_scale_factor_plane0(uint8_t value)
Set "scale_factor_plane0" attribute value. Running sum scale factor for plane 0. Gets divided by 10.
static const std::string & s_class_name
uint8_t m_memory_factor_plane0
static const std::string & __get_scale_factor_plane1_str() noexcept
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...
AVXRunSumProcessor(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string s_memory_factor_plane0
static const std::string s_scale_factor_plane0
void set_scale_factor_plane2(uint8_t value)
Set "scale_factor_plane2" attribute value. Running sum scale factor for plane 2. Gets divided by 10.
uint8_t get_scale_factor_plane1() const
Get "scale_factor_plane1" attribute value. Running sum scale factor for plane 1. Gets divided by 10.
uint8_t m_memory_factor_plane1
uint8_t get_memory_factor_plane0() const
Get "memory_factor_plane0" attribute value. Running sum memory factor for plane 0....
static const std::string & __get_memory_factor_plane2_str() noexcept
void set_memory_factor_plane2(uint8_t value)
Set "memory_factor_plane2" attribute value. Running sum memory factor for plane 2....
static const std::string & __get_scale_factor_plane0_str() noexcept
friend class conffwk::DalFactory
virtual void init(bool init_children)
uint8_t m_scale_factor_plane2
static const std::string s_scale_factor_plane1
void set_memory_factor_plane0(uint8_t value)
Set "memory_factor_plane0" attribute value. Running sum memory factor for plane 0....
uint8_t m_memory_factor_plane2
uint8_t m_scale_factor_plane0
uint8_t get_memory_factor_plane1() const
Get "memory_factor_plane1" attribute value. Running sum memory factor for plane 1....
static const std::string & __get_memory_factor_plane1_str() noexcept
virtual ~AVXRunSumProcessor() noexcept
friend class conffwk::DalObject
static const std::string s_memory_factor_plane1
uint8_t get_scale_factor_plane0() const
Get "scale_factor_plane0" attribute value. Running sum scale factor for plane 0. Gets divided by 10.
static const std::string & __get_memory_factor_plane0_str() noexcept
void set_scale_factor_plane1(uint8_t value)
Set "scale_factor_plane1" attribute value. Running sum scale factor for plane 1. Gets divided by 10.
static const std::string s_scale_factor_plane2
void set_memory_factor_plane1(uint8_t value)
Set "memory_factor_plane1" attribute value. Running sum memory factor for plane 1....
static const std::string s_memory_factor_plane2
static const std::string & __get_scale_factor_plane2_str() noexcept
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::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)
std::vector< constAVXRunSumProcessor * >::const_iterator AVXRunSumProcessorIterator