Belle II Software development
|
Public Member Functions | |
def | __init__ (self, name=None, title=None) |
def | refine (self, harvesting_module, crops, tdirectory=None, groupby_part_name=None, groupby_value=None, **kwds) |
def | add_branch (self, output_ttree, part_name, parts) |
Public Attributes | |
name | |
cached name for this TTree | |
title | |
cached title for this TTree | |
Static Public Attributes | |
str | default_name = "{module.id}_tree" |
default name for this TTree | |
str | default_title = "Tree of {module.id}" |
default title for this TTree | |
Refiner for ROOT TTrees
Definition at line 817 of file refiners.py.
def __init__ | ( | self, | |
name = None , |
|||
title = None |
|||
) |
Constructor for this refiner
Reimplemented from Refiner.
Definition at line 825 of file refiners.py.
def add_branch | ( | self, | |
output_ttree, | |||
part_name, | |||
parts | |||
) |
Add a TBranch to the TTree
Definition at line 867 of file refiners.py.
def refine | ( | self, | |
harvesting_module, | |||
crops, | |||
tdirectory = None , |
|||
groupby_part_name = None , |
|||
groupby_value = None , |
|||
** | kwds | ||
) |
Process the TTree
Reimplemented from Refiner.
Definition at line 836 of file refiners.py.
|
static |
default name for this TTree
Definition at line 821 of file refiners.py.
|
static |
default title for this TTree
Definition at line 823 of file refiners.py.
name |
cached name for this TTree
Definition at line 832 of file refiners.py.
title |
cached title for this TTree
Definition at line 834 of file refiners.py.