3#ifndef _TCReadoutMap_0_dunedaq__appmodel_0_appmodel_H_
4#define _TCReadoutMap_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);
194 return obj.print_object(s);
static const std::string s_tc_type_name
static const std::string & s_class_name
void set_time_after(uint32_t value)
Set "time_after" attribute value. Time, in ticks, after the HSI timestamp, for the TriggerCandidate e...
void set_time_before(uint32_t value)
Set "time_before" attribute value. Time, in ticks, before the HSI timestamp, for the TriggerCandidate...
TCReadoutMap(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
uint32_t get_time_before() const
Get "time_before" attribute value. Time, in ticks, before the HSI timestamp, for the TriggerCandidate...
void set_tc_type_name(const std::string &value)
Set "tc_type_name" attribute value. Enumerator name of the TC type, e.g. kTiming.
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)
static const std::string & __get_time_before_str() noexcept
uint32_t get_time_after() const
Get "time_after" attribute value. Time, in ticks, after the HSI timestamp, for the TriggerCandidate e...
friend class conffwk::DalFactory
static const std::string s_time_after
static const std::string & __get_tc_type_name_str() noexcept
friend class conffwk::DalObject
const std::string & get_tc_type_name() const
Get "tc_type_name" attribute value. Enumerator name of the TC type, e.g. kTiming.
static const std::string s_time_before
virtual ~TCReadoutMap() noexcept
std::string m_tc_type_name
static const std::string & __get_time_after_str() noexcept
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< constTCReadoutMap * >::const_iterator TCReadoutMapIterator