Defines the interface using an empty template pack.
More...
#include <VariablesTTree.h>
|
| VariablesTTree (TTree *tree) |
| All the variables will be written in.
|
|
TTree * | getTTree (void) |
| Accessor to the TTree pointer.
|
|
|
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.
◆ VariablesTTree()
All the variables will be written in.
- Parameters
-
Definition at line 34 of file VariablesTTree.h.
TTree * m_tree
Pointer to the TTree; the TTree itself is not owned by this class!
◆ build()
Handy function.
Definition at line 41 of file VariablesTTree.h.
43 { return VariablesTTree<Filter>(tree); };
◆ getTTree()
TTree * getTTree |
( |
void |
| ) |
|
|
inline |
◆ m_tree
Pointer to the TTree; the TTree itself is not owned by this class!
Definition at line 30 of file VariablesTTree.h.
The documentation for this class was generated from the following file: