Belle II Software  release-08-01-10
VariablesTTree<> Class Reference

Defines the interface using an empty template pack. More...

#include <VariablesTTree.h>

Inheritance diagram for VariablesTTree<>:
Collaboration diagram for VariablesTTree<>:

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!
 

Detailed Description

Defines the interface using an empty template pack.

Definition at line 28 of file VariablesTTree.h.

Constructor & Destructor Documentation

◆ VariablesTTree()

VariablesTTree ( TTree *  tree)
inlineexplicit

All the variables will be written in.

Parameters
tree

Definition at line 34 of file VariablesTTree.h.

34 : m_tree(tree) {};
TTree * m_tree
Pointer to the TTree; the TTree itself is not owned by this class!

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