![]() |
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 365 of file RootTreeReader.h.
using o2::framework::GenericRootTreeReader< KeyType >::BranchDefinition< T >::type = T |
Definition at line 366 of file RootTreeReader.h.
|
inline |
Definition at line 368 of file RootTreeReader.h.
|
inline |
Definition at line 373 of file RootTreeReader.h.
|
inline |
Definition at line 378 of file RootTreeReader.h.
key_type o2::framework::GenericRootTreeReader< KeyType >::BranchDefinition< T >::key |
Definition at line 383 of file RootTreeReader.h.
std::string o2::framework::GenericRootTreeReader< KeyType >::BranchDefinition< T >::name |
Definition at line 384 of file RootTreeReader.h.