allpix::ROOTObjectReaderModule::message_info
Internal object storing objects and information to construct a message from tree.
Public Attributes
Name | |
---|---|
std::vector< Object * > * | objects |
std::shared_ptr< Detector > | detector |
std::string | name |
std::shared_ptr< BaseMessage > | message |
Public Attributes Documentation
variable objects
std::vector< Object * > * objects;
variable detector
std::shared_ptr< Detector > detector;
variable name
std::string name;
variable message
std::shared_ptr< BaseMessage > message;
Updated on 2024-12-13 at 08:31:37 +0000