3#ifndef _TAMakerDBSCANAlgorithm_0_dunedaq__appmodel_0_appmodel_H_
4#define _TAMakerDBSCANAlgorithm_0_dunedaq__appmodel_0_appmodel_H_
34 virtual
void init(
bool init_children);
52 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
83 inline static const
std::
string s_eps = "eps";
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);
159 inline std::ostream&
operator<<(std::ostream& s,
const TAMakerDBSCANAlgorithm& obj)
161 return obj.print_object(s);
static const std::string s_eps
uint32_t get_eps() const
Get "eps" attribute value. Kernel size for the DBSCAN algorithm.
uint32_t get_min_pts() const
Get "min_pts" attribute value. Minimum number of points in a density unit.
virtual void init(bool init_children)
static const std::string & __get_eps_str() noexcept
static const std::string & s_class_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...
friend class conffwk::DalFactory
static const std::string s_min_pts
void set_eps(uint32_t value)
Set "eps" attribute value. Kernel size for the DBSCAN algorithm.
static const std::string & __get_min_pts_str() noexcept
friend class conffwk::DalObject
virtual ~TAMakerDBSCANAlgorithm() noexcept
TAMakerDBSCANAlgorithm(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
void set_min_pts(uint32_t value)
Set "min_pts" attribute value. Minimum number of points in a density unit.
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< constTAMakerDBSCANAlgorithm * >::const_iterator TAMakerDBSCANAlgorithmIterator