|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Classes | |
| struct | ReceivingInfo |
Public Member Functions | |
| EnhancedObject (const ConfigObject &config_object_arg, ObjectKind kind_arg) | |
Public Attributes | |
| ConfigObject | config_object |
| ObjectKind | kind |
| Vertex_t | vertex_in_graph |
| std::vector< std::string > | child_object_names |
| std::vector< ReceivingInfo > | receiving_object_infos |
Definition at line 98 of file GraphBuilder.hpp.
|
inline |
Definition at line 109 of file GraphBuilder.hpp.
| std::vector<std::string> daqconf::GraphBuilder::EnhancedObject::child_object_names |
Definition at line 121 of file GraphBuilder.hpp.
| ConfigObject daqconf::GraphBuilder::EnhancedObject::config_object |
Definition at line 115 of file GraphBuilder.hpp.
| ObjectKind daqconf::GraphBuilder::EnhancedObject::kind |
Definition at line 116 of file GraphBuilder.hpp.
| std::vector<ReceivingInfo> daqconf::GraphBuilder::EnhancedObject::receiving_object_infos |
Definition at line 124 of file GraphBuilder.hpp.
| Vertex_t daqconf::GraphBuilder::EnhancedObject::vertex_in_graph |
Definition at line 118 of file GraphBuilder.hpp.