![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, name=None, title=None) | |
refine (self, harvesting_module, crops, tdirectory=None, groupby_part_name=None, groupby_value=None, **kwds) | |
add_branch (self, output_ttree, part_name, parts) | |
__get__ (self, harvesting_module, cls=None) | |
__call__ (self, harvesting_module, crops=None, *args, **kwds) | |
Public Attributes | |
name = name | |
cached name for this TTree | |
title = title | |
cached title for this TTree | |
refiner_function = refiner_function | |
cached copy of the instance's refiner function | |
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.
__init__ | ( | self, | |
name = None, | |||
title = None ) |
Constructor for this refiner
Definition at line 825 of file refiners.py.
|
inherited |
implementation of the function-call of the Refiner instance r = Refiner() r(harvester) # decoration r(harvester, crops, args, keywords) # refinement
Definition at line 55 of file refiners.py.
|
inherited |
Getter of the Refiner instance
Definition at line 42 of file refiners.py.
add_branch | ( | self, | |
output_ttree, | |||
part_name, | |||
parts ) |
Add a TBranch to the TTree
Definition at line 867 of file refiners.py.
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 = name |
cached name for this TTree
Definition at line 832 of file refiners.py.
|
inherited |
cached copy of the instance's refiner function
Definition at line 40 of file refiners.py.
title = title |
cached title for this TTree
Definition at line 834 of file refiners.py.