DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <DetectorConfig.hpp>
Public Member Functions | |
virtual void | print (unsigned int offset, bool print_header, std::ostream &s) const |
Print details of the DetectorConfig object. | |
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 pointers. | |
const std::string & | get_tpg_channel_map () const |
Get "tpg_channel_map" attribute value. Trigger Primitive channel map. | |
void | set_tpg_channel_map (const std::string &value) |
Set "tpg_channel_map" attribute value. Trigger Primitive channel map. | |
uint32_t | get_clock_speed_hz () const |
Get "clock_speed_hz" attribute value. | |
void | set_clock_speed_hz (uint32_t value) |
Set "clock_speed_hz" attribute value. | |
const std::string & | get_op_env () const |
Get "op_env" attribute value. Operational environment. | |
void | set_op_env (const std::string &value) |
Set "op_env" attribute value. Operational environment. | |
const std::string & | get_offline_data_stream () const |
Get "offline_data_stream" attribute value. The data stream value that we send to offline. | |
void | set_offline_data_stream (const std::string &value) |
Set "offline_data_stream" attribute value. The data stream value that we send to offline. | |
virtual void | print (unsigned int offset, bool print_header, std::ostream &s) const |
Print details of the DetectorConfig object. | |
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 pointers. | |
const std::string & | get_tpg_channel_map () const |
Get "tpg_channel_map" attribute value. Trigger Primitive channel map. | |
void | set_tpg_channel_map (const std::string &value) |
Set "tpg_channel_map" attribute value. Trigger Primitive channel map. | |
uint32_t | get_clock_speed_hz () const |
Get "clock_speed_hz" attribute value. | |
void | set_clock_speed_hz (uint32_t value) |
Set "clock_speed_hz" attribute value. | |
const std::string & | get_op_env () const |
Get "op_env" attribute value. Operational environment. | |
void | set_op_env (const std::string &value) |
Set "op_env" attribute value. Operational environment. | |
const std::string & | get_offline_data_stream () const |
Get "offline_data_stream" attribute value. The data stream value that we send to offline. | |
void | set_offline_data_stream (const std::string &value) |
Set "offline_data_stream" attribute value. The data stream value that we send to offline. | |
![]() | |
const std::string & | UID () const noexcept |
const std::string & | class_name () const noexcept |
bool | castable (const std::string &target) const noexcept |
bool | castable (const std::string *target) const noexcept |
template<class TARGET > | |
const TARGET * | cast () const noexcept |
Casts object to different class. | |
std::string | full_name () const noexcept |
const ConfigObject & | config_object () const |
DalRegistry & | registry () const noexcept |
Configuration & | configuration () const noexcept |
void | unread () |
void | set (const ConfigObject &o) noexcept |
void | move (const std::string &at) |
void | rename (const std::string &new_id) |
void | p_hdr (std::ostream &s, unsigned int indent, const std::string &cl, const char *nm=nullptr) const |
print object headers | |
std::ostream & | print_object (std::ostream &s) const |
print object details | |
void | throw_init_ex (dunedaq::conffwk::Exception &ex) |
throw object initialisation exception (i.e. | |
Static Public Member Functions | |
static const std::string & | __get_tpg_channel_map_str () noexcept |
static const std::string & | __get_clock_speed_hz_str () noexcept |
static const std::string & | __get_op_env_str () noexcept |
static const std::string & | __get_offline_data_stream_str () noexcept |
static const std::string & | __get_tpg_channel_map_str () noexcept |
static const std::string & | __get_clock_speed_hz_str () noexcept |
static const std::string & | __get_op_env_str () noexcept |
static const std::string & | __get_offline_data_stream_str () noexcept |
![]() | |
static void | p_null (std::ostream &s) |
print "(null)" | |
static void | p_rm (std::ostream &s) |
print "(deleted object)" | |
static void | p_error (std::ostream &s, dunedaq::conffwk::Exception &ex) |
print error text | |
static void | throw_get_ex (const std::string &what, const std::string &class_name, const DalObject *obj) |
throw exception in generated get method (i.e. | |
static bool | is_null (const DalObject *ref) noexcept |
check a pointer on DAL object is null | |
Static Public Attributes | |
static const std::string & | s_class_name |
static const std::string | s_tpg_channel_map = "tpg_channel_map" |
static const std::string | s_clock_speed_hz = "clock_speed_hz" |
static const std::string | s_op_env = "op_env" |
static const std::string | s_offline_data_stream = "offline_data_stream" |
Protected Member Functions | |
DetectorConfig (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
virtual | ~DetectorConfig () noexcept |
virtual void | init (bool init_children) |
bool | get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const |
DetectorConfig (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
virtual | ~DetectorConfig () noexcept |
virtual void | init (bool init_children) |
bool | get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const |
![]() | |
DalObject (DalRegistry &db, const ConfigObject &o) noexcept | |
virtual | ~DalObject () |
void | clear () noexcept |
void | check () const |
bool | is_deleted () const |
void | increment_created () noexcept |
void | increment_read () noexcept |
void | check_init () const |
Check and initialize object if necessary. | |
template<typename T > | |
void | _set_object (const std::string &name, const T *value) |
Helper method for generated set single-value relationship methods. | |
template<typename T > | |
void | _set_objects (const std::string &name, const std::vector< const T * > &value) |
Helper method for generated set multi-value relationship methods. | |
bool | get_rel_objects (const std::string &name, bool upcast_unregistered, std::vector< const DalObject * > &objs) const |
Read relationship values as DAL objects using DAL factory. | |
bool | get_algo_objects (const std::string &name, std::vector< const DalObject * > &objs) const |
Run algorithm and return result as DAL objects using DAL factory. | |
Private Attributes | |
std::string | m_tpg_channel_map |
uint32_t | m_clock_speed_hz |
std::string | m_op_env |
std::string | m_offline_data_stream |
Friends | |
class | conffwk::Configuration |
class | conffwk::DalObject |
class | conffwk::DalFactory |
class | conffwk::DalRegistry |
Additional Inherited Members | |
![]() | |
std::mutex | m_mutex |
Used to protect changes of DAL object. | |
bool | p_was_read |
is true, if the object was read | |
DalRegistry & | p_registry |
Configuration object. | |
ConfigObject | p_obj |
Config object used by given template object. | |
std::string | p_UID |
Is used for template objects (see dqm_conffwk) | |
Definition at line 20 of file DetectorConfig.hpp.
|
protectednoexcept |
Definition at line 26 of file DetectorConfig.cpp.
|
protectedvirtualnoexcept |
Definition at line 74 of file DetectorConfig.cpp.
|
protectednoexcept |
|
protectedvirtualnoexcept |
|
inlinestaticnoexcept |
Definition at line 87 of file DetectorConfig.hpp.
|
inlinestaticnoexcept |
Definition at line 87 of file DetectorConfig.hpp.
|
inlinestaticnoexcept |
Definition at line 89 of file DetectorConfig.hpp.
|
inlinestaticnoexcept |
Definition at line 89 of file DetectorConfig.hpp.
|
inlinestaticnoexcept |
Definition at line 88 of file DetectorConfig.hpp.
|
inlinestaticnoexcept |
Definition at line 88 of file DetectorConfig.hpp.
|
inlinestaticnoexcept |
Definition at line 86 of file DetectorConfig.hpp.
|
inlinestaticnoexcept |
Definition at line 86 of file DetectorConfig.hpp.
|
virtual |
Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.
Parameters are:
name | name of the relationship or algorithm |
std::exception | if there is no relationship or algorithm with such name in this and base classes |
Implements dunedaq::conffwk::DalObject.
Definition at line 78 of file DetectorConfig.cpp.
|
virtual |
Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.
Parameters are:
name | name of the relationship or algorithm |
std::exception | if there is no relationship or algorithm with such name in this and base classes |
Implements dunedaq::conffwk::DalObject.
|
protected |
Definition at line 88 of file DetectorConfig.cpp.
|
protected |
|
inline |
Get "clock_speed_hz" attribute value.
Definition at line 132 of file DetectorConfig.hpp.
|
inline |
Get "clock_speed_hz" attribute value.
Definition at line 132 of file DetectorConfig.hpp.
|
inline |
Get "offline_data_stream" attribute value. The data stream value that we send to offline.
Definition at line 197 of file DetectorConfig.hpp.
|
inline |
Get "offline_data_stream" attribute value. The data stream value that we send to offline.
Definition at line 197 of file DetectorConfig.hpp.
|
inline |
Get "op_env" attribute value. Operational environment.
Definition at line 164 of file DetectorConfig.hpp.
|
inline |
Get "op_env" attribute value. Operational environment.
Definition at line 164 of file DetectorConfig.hpp.
|
inline |
Get "tpg_channel_map" attribute value. Trigger Primitive channel map.
Definition at line 100 of file DetectorConfig.hpp.
|
inline |
Get "tpg_channel_map" attribute value. Trigger Primitive channel map.
Definition at line 100 of file DetectorConfig.hpp.
|
protectedvirtual |
Initialize object (method generated by genconffwk)
init_children | if true, initialize referenced objects |
Implements dunedaq::conffwk::DalObject.
Definition at line 57 of file DetectorConfig.cpp.
|
protectedvirtual |
Initialize object (method generated by genconffwk)
init_children | if true, initialize referenced objects |
Implements dunedaq::conffwk::DalObject.
|
virtual |
Print details of the DetectorConfig object.
Parameters are:
offset | number of spaces to shift object right (useful to print nested objects) |
print_header | if false, do not print object header (to print attributes of base classes) |
s | output stream |
Implements dunedaq::conffwk::DalObject.
Definition at line 33 of file DetectorConfig.cpp.
|
virtual |
Print details of the DetectorConfig object.
Parameters are:
offset | number of spaces to shift object right (useful to print nested objects) |
print_header | if false, do not print object header (to print attributes of base classes) |
s | output stream |
Implements dunedaq::conffwk::DalObject.
|
inline |
Set "clock_speed_hz" attribute value.
value | new attribute value |
Definition at line 147 of file DetectorConfig.hpp.
|
inline |
Set "clock_speed_hz" attribute value.
value | new attribute value |
Definition at line 147 of file DetectorConfig.hpp.
|
inline |
Set "offline_data_stream" attribute value. The data stream value that we send to offline.
value | new attribute value |
Definition at line 213 of file DetectorConfig.hpp.
|
inline |
Set "offline_data_stream" attribute value. The data stream value that we send to offline.
value | new attribute value |
Definition at line 213 of file DetectorConfig.hpp.
|
inline |
Set "op_env" attribute value. Operational environment.
value | new attribute value |
Definition at line 180 of file DetectorConfig.hpp.
|
inline |
Set "op_env" attribute value. Operational environment.
value | new attribute value |
Definition at line 180 of file DetectorConfig.hpp.
|
inline |
Set "tpg_channel_map" attribute value. Trigger Primitive channel map.
value | new attribute value |
Definition at line 116 of file DetectorConfig.hpp.
|
inline |
Set "tpg_channel_map" attribute value. Trigger Primitive channel map.
value | new attribute value |
Definition at line 116 of file DetectorConfig.hpp.
|
friend |
Definition at line 22 of file DetectorConfig.hpp.
|
friend |
Definition at line 24 of file DetectorConfig.hpp.
|
friend |
Definition at line 23 of file DetectorConfig.hpp.
|
friend |
Definition at line 25 of file DetectorConfig.hpp.
|
private |
Definition at line 72 of file DetectorConfig.hpp.
|
private |
Definition at line 74 of file DetectorConfig.hpp.
|
private |
Definition at line 73 of file DetectorConfig.hpp.
|
private |
Definition at line 71 of file DetectorConfig.hpp.
|
static |
The name of the configuration class.
Definition at line 37 of file DetectorConfig.hpp.
|
inlinestatic |
Definition at line 82 of file DetectorConfig.hpp.
|
inlinestatic |
Definition at line 84 of file DetectorConfig.hpp.
|
inlinestatic |
Definition at line 83 of file DetectorConfig.hpp.
|
inlinestatic |
Definition at line 81 of file DetectorConfig.hpp.