3#ifndef _RawDataProcessor_0_dunedaq__appmodel_0_appmodel_H_
4#define _RawDataProcessor_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;
96 const std::vector<uint32_t>&
99 std::lock_guard scoped_lock(
m_mutex);
115 std::lock_guard scoped_lock(
m_mutex);
131 std::lock_guard scoped_lock(
m_mutex);
146 std::lock_guard scoped_lock(
m_mutex);
157 inline std::ostream&
operator<<(std::ostream& s,
const RawDataProcessor&
obj)
159 return obj.print_object(s);
std::vector< uint32_t > m_channel_mask
virtual void init(bool init_children)
void set_channel_map(const std::string &value)
Set "channel_map" attribute value.
const std::vector< uint32_t > & get_channel_mask() const
Get "channel_mask" attribute value. List of channels to be masked from TP generation.
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...
const std::string & get_channel_map() const
Get "channel_map" attribute value.
std::string m_channel_map
friend class conffwk::DalFactory
RawDataProcessor(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string & __get_channel_map_str() noexcept
static const std::string s_channel_map
void set_channel_mask(const std::vector< uint32_t > &value)
Set "channel_mask" attribute value. List of channels to be masked from TP generation.
static const std::string & __get_channel_mask_str() noexcept
friend class conffwk::DalObject
virtual ~RawDataProcessor() noexcept
static const std::string s_channel_mask
static const std::string & s_class_name
void set_by_val(const std::string &name, T value)
Set attribute value.
void set_by_ref(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< constRawDataProcessor * >::const_iterator RawDataProcessorIterator