ATLAS Offline Software
|
A simple helper class holding both event and metadata transient trees. More...
#include <TTransTrees.h>
Public Member Functions | |
TTransTrees (::TTree *eventTree, ::TTree *metaTree) | |
Constructor with two transient tree pointers. More... | |
::TTree * | eventTree () const |
Get a pointer to the transient event tree. More... | |
::TTree * | metaTree () const |
Get a pointer to the transient metadata tree. More... | |
Private Attributes | |
::TTree * | m_eventTree |
Pointer to the transient event tree. More... | |
::TTree * | m_metaTree |
Pointer to the transient metadata tree. More... | |
A simple helper class holding both event and metadata transient trees.
In order to access both the event and metadata information in PyROOT in a user friendly way, we use this helper class. It's extremely simple, it just points to two transient trees that describe the event- and metadata of the input file(s), without owning those trees. The trees are always owned by the xAOD::MakeTransientTrees functions.
Definition at line 29 of file TTransTrees.h.
|
inline |
|
inline |
|
inline |
|
private |
Pointer to the transient event tree.
Definition at line 44 of file TTransTrees.h.
|
private |
Pointer to the transient metadata tree.
Definition at line 46 of file TTransTrees.h.