Belle II Software
release-08-01-10
|
Defines the interface using an empty template pack. More...
#include <VariablesTTree.h>
Public Member Functions | |
VariablesTTree (TTree *tree) | |
All the variables will be written in. More... | |
TTree * | getTTree (void) |
Accessor to the TTree pointer. | |
Static Public Member Functions | |
template<class Filter > | |
static auto | build (const Filter &, TTree *tree) -> VariablesTTree< Filter > |
Handy function. | |
Private Attributes | |
TTree * | m_tree |
Pointer to the TTree; the TTree itself is not owned by this class! | |
Defines the interface using an empty template pack.
Definition at line 28 of file VariablesTTree.h.
|
inlineexplicit |
All the variables will be written in.
tree |
Definition at line 34 of file VariablesTTree.h.