3#ifndef _PDSRawDataProcessor_0_dunedaq__appmodel_0_appmodel_H_
4#define _PDSRawDataProcessor_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;
99 std::lock_guard scoped_lock(
m_mutex);
114 std::lock_guard scoped_lock(
m_mutex);
125 inline std::ostream&
operator<<(std::ostream& s,
const PDSRawDataProcessor&
obj)
127 return obj.print_object(s);
virtual ~PDSRawDataProcessor() noexcept
uint32_t get_default_adc_intg_thresh() const
Get "default_adc_intg_thresh" attribute value.
static const std::string & s_class_name
static const std::string & __get_default_adc_intg_thresh_str() noexcept
PDSRawDataProcessor(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...
virtual void init(bool init_children)
friend class conffwk::DalFactory
uint32_t m_default_adc_intg_thresh
friend class conffwk::DalObject
static const std::string s_default_adc_intg_thresh
void set_default_adc_intg_thresh(uint32_t value)
Set "default_adc_intg_thresh" attribute value.
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< constPDSRawDataProcessor * >::const_iterator PDSRawDataProcessorIterator
std::ostream & operator<<(std::ostream &s, const AVXAbsRunSumProcessor &obj)