Project
Loading...
Searching...
No Matches
o2::framework::GenericRootTreeReader< KeyType >::ConstructorArg Struct Reference

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
 

Detailed Description

template<typename KeyType>
struct o2::framework::GenericRootTreeReader< KeyType >::ConstructorArg

helper structure to hold the constructor arguments for BranchConfigurationElement stages

Definition at line 177 of file RootTreeReader.h.

Constructor & Destructor Documentation

◆ ConstructorArg() [1/2]

template<typename KeyType >
o2::framework::GenericRootTreeReader< KeyType >::ConstructorArg::ConstructorArg ( key_type  _key,
const char _name 
)
inline

Definition at line 178 of file RootTreeReader.h.

◆ ConstructorArg() [2/2]

template<typename KeyType >
o2::framework::GenericRootTreeReader< KeyType >::ConstructorArg::ConstructorArg ( key_type  _key,
std::string const &  _name 
)
inline

Definition at line 180 of file RootTreeReader.h.

Member Data Documentation

◆ key

template<typename KeyType >
key_type o2::framework::GenericRootTreeReader< KeyType >::ConstructorArg::key

Definition at line 182 of file RootTreeReader.h.

◆ name

template<typename KeyType >
std::string o2::framework::GenericRootTreeReader< KeyType >::ConstructorArg::name

Definition at line 183 of file RootTreeReader.h.


The documentation for this struct was generated from the following file: