![]() |
Project
|
#include <RootTreeReader.h>
Public Types | |
| using | type = T |
Public Member Functions | |
| template<typename U > | |
| BranchDefinition (U _key, const char *_name) | |
| template<typename U > | |
| BranchDefinition (U _key, std::string const &_name) | |
| template<typename U > | |
| BranchDefinition (U _key, std::string &&_name) | |
Public Attributes | |
| key_type | key |
| std::string | name |
branch definition structure This is a helper class to pass a branch definition to the reader constructor. The branch definition is bound to a concrete type which will be used to determin the serialization method at DPL output. The key parameter describes the DPL output, the name parameter to branch name to publish.
Definition at line 381 of file RootTreeReader.h.
| using o2::framework::GenericRootTreeReader< KeyType >::BranchDefinition< T >::type = T |
Definition at line 382 of file RootTreeReader.h.
|
inline |
Definition at line 384 of file RootTreeReader.h.
|
inline |
Definition at line 389 of file RootTreeReader.h.
|
inline |
Definition at line 394 of file RootTreeReader.h.
| key_type o2::framework::GenericRootTreeReader< KeyType >::BranchDefinition< T >::key |
Definition at line 399 of file RootTreeReader.h.
| std::string o2::framework::GenericRootTreeReader< KeyType >::BranchDefinition< T >::name |
Definition at line 400 of file RootTreeReader.h.