3#ifndef _SamplesOverThresholdMinima_0_dunedaq__appmodel_0_appmodel_H_
4#define _SamplesOverThresholdMinima_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;
99 std::lock_guard scoped_lock(
m_mutex);
115 std::lock_guard scoped_lock(
m_mutex);
132 std::lock_guard scoped_lock(
m_mutex);
148 std::lock_guard scoped_lock(
m_mutex);
165 std::lock_guard scoped_lock(
m_mutex);
181 std::lock_guard scoped_lock(
m_mutex);
192 inline std::ostream&
operator<<(std::ostream& s,
const SamplesOverThresholdMinima& obj)
194 return obj.print_object(s);
void set_sot_minimum_plane1(uint16_t value)
Set "sot_minimum_plane1" attribute value. Minimum TP samples over threshold for plane 1.
static const std::string s_sot_minimum_plane2
virtual void init(bool init_children)
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_sot_minimum_plane1
uint16_t get_sot_minimum_plane2() const
Get "sot_minimum_plane2" attribute value. Minimum TP samples over threshold for plane 2.
static const std::string & s_class_name
uint16_t m_sot_minimum_plane2
void set_sot_minimum_plane2(uint16_t value)
Set "sot_minimum_plane2" attribute value. Minimum TP samples over threshold for plane 2.
void set_sot_minimum_plane0(uint16_t value)
Set "sot_minimum_plane0" attribute value. Minimum TP samples over threshold for plane 0.
friend class conffwk::DalFactory
uint16_t m_sot_minimum_plane0
uint16_t get_sot_minimum_plane1() const
Get "sot_minimum_plane1" attribute value. Minimum TP samples over threshold for plane 1.
static const std::string & __get_sot_minimum_plane1_str() noexcept
SamplesOverThresholdMinima(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string & __get_sot_minimum_plane0_str() noexcept
static const std::string s_sot_minimum_plane0
friend class conffwk::DalObject
static const std::string & __get_sot_minimum_plane2_str() noexcept
uint16_t get_sot_minimum_plane0() const
Get "sot_minimum_plane0" attribute value. Minimum TP samples over threshold for plane 0.
uint16_t m_sot_minimum_plane1
virtual ~SamplesOverThresholdMinima() 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::vector< constSamplesOverThresholdMinima * >::const_iterator SamplesOverThresholdMinimaIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)