Belle II Software development
|
Public Member Functions | |
def | __init__ (self, wrapped_refiner, select=None, exclude=None) |
def | refine (self, harvesting_module, crops, *args, **kwds) |
Public Attributes | |
wrapped_refiner | |
cached value of the wrapped refiner | |
select | |
cached value of the selector | |
exclude | |
cached value of the exclusion flag | |
Refiner for selection
Definition at line 917 of file refiners.py.
def __init__ | ( | self, | |
wrapped_refiner, | |||
select = None , |
|||
exclude = None |
|||
) |
Constructor for this refiner
Reimplemented from Refiner.
Definition at line 920 of file refiners.py.
def refine | ( | self, | |
harvesting_module, | |||
crops, | |||
* | args, | ||
** | kwds | ||
) |
Process this selection
Reimplemented from Refiner.
Definition at line 933 of file refiners.py.
exclude |
cached value of the exclusion flag
Definition at line 931 of file refiners.py.
select |
cached value of the selector
Definition at line 929 of file refiners.py.
wrapped_refiner |
cached value of the wrapped refiner
Definition at line 927 of file refiners.py.