3#ifndef _AVXThresholdProcessor_0_dunedaq__appmodel_0_appmodel_H_
4#define _AVXThresholdProcessor_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;
87 inline static const
std::
string s_plane0 = "plane0";
88 inline static const
std::
string s_plane1 = "plane1";
89 inline static const
std::
string s_plane2 = "plane2";
106 std::lock_guard scoped_lock(
m_mutex);
122 std::lock_guard scoped_lock(
m_mutex);
139 std::lock_guard scoped_lock(
m_mutex);
155 std::lock_guard scoped_lock(
m_mutex);
172 std::lock_guard scoped_lock(
m_mutex);
188 std::lock_guard scoped_lock(
m_mutex);
199 inline std::ostream&
operator<<(std::ostream& s,
const AVXThresholdProcessor& obj)
201 return obj.print_object(s);
virtual ~AVXThresholdProcessor() noexcept
static const std::string & s_class_name
static const std::string s_plane1
void set_plane0(uint16_t value)
Set "plane0" attribute value. Threshold for plane 0.
friend class conffwk::DalFactory
static const std::string s_plane2
virtual void init(bool init_children)
uint16_t get_plane0() const
Get "plane0" attribute value. Threshold for plane 0.
void set_plane1(uint16_t value)
Set "plane1" attribute value. Threshold for plane 1.
friend class conffwk::DalObject
uint16_t get_plane1() const
Get "plane1" attribute value. Threshold for plane 1.
static const std::string & __get_plane0_str() noexcept
uint16_t get_plane2() const
Get "plane2" attribute value. Threshold for plane 2.
static const std::string & __get_plane2_str() noexcept
static const std::string s_plane0
AVXThresholdProcessor(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) 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...
void set_plane2(uint16_t value)
Set "plane2" attribute value. Threshold for plane 2.
static const std::string & __get_plane1_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< constAVXThresholdProcessor * >::const_iterator AVXThresholdProcessorIterator