![]() |
Project
|
helper structure to hold the constructor arguments for BranchConfigurationElement stages More...
#include <RootTreeReader.h>
Public Member Functions | |
ConstructorArg (key_type _key, const char *_name) | |
ConstructorArg (key_type _key, std::string const &_name) | |
Public Attributes | |
key_type | key |
std::string | name |
helper structure to hold the constructor arguments for BranchConfigurationElement stages
Definition at line 177 of file RootTreeReader.h.
|
inline |
Definition at line 178 of file RootTreeReader.h.
|
inline |
Definition at line 180 of file RootTreeReader.h.
key_type o2::framework::GenericRootTreeReader< KeyType >::ConstructorArg::key |
Definition at line 182 of file RootTreeReader.h.
std::string o2::framework::GenericRootTreeReader< KeyType >::ConstructorArg::name |
Definition at line 183 of file RootTreeReader.h.