Bases: rootpy.tree.chain._BaseTreeChain
A ROOT.TChain replacement
Bases: rootpy.tree.chain._BaseTreeChain
Bases: rootpy.tree.filtering.Filter
Bases: object
The base class from which all filter classes must inherit from. The derived class must override the passes method which returns True if ths event passes and returns False if not. The number of passing and failing events are recorded and may be used later to create a cut-flow.
Bases: list
Creates a list of Filters for convenient evaluation of a sequence of Filters.
Bases: rootpy.tree.filtering.Filter
Bases: rootpy.core.Object, rootpy.plotting.core.Plottable, rootpy.core.RequireFile, TTree
Inherits from TTree so all regular TTree methods are available but certain methods (i.e. Draw) have been overridden to improve usage in Python
Draw a TTree with a selection as usual, but return the created histogram.
Currently the branch must only have one leaf but the leaf may have one or multiple elements
Print csv representation of tree only including branches of basic types (no objects, vectors, etc..)
Return a list of branch names that match pattern. Exclude all matched branch names which also match a pattern in prune. prune may be a string or list of strings.
Convert this tree into a NumPy ndarray
Convert this tree into a NumPy recarray