#include <TTransTrees.h>
Public Member Functions | |
TTransTrees (::TTree *eventTree,::TTree *metaTree) | |
Constructor with two transient tree pointers. | |
::TTree * | eventTree () const |
Get a pointer to the transient event tree. | |
::TTree * | metaTree () const |
Get a pointer to the transient metadata tree. |
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.