Belle II Software development
|
Public Member Functions | |
def | __init__ (self, background_rejection=0.5, cut_direction=1) |
def | determine_cut_value (self, estimates, truths) |
Public Attributes | |
background_rejection | |
cachec copy of the background-rejection threshold | |
Apply cut on the background rejection
Definition at line 564 of file classification.py.
def __init__ | ( | self, | |
background_rejection = 0.5 , |
|||
cut_direction = 1 |
|||
) |
Constructor
Reimplemented from CutClassifier.
Definition at line 567 of file classification.py.
def determine_cut_value | ( | self, | |
estimates, | |||
truths | |||
) |
Find the cut value that satisfies the desired background-rejection level
Reimplemented from CutClassifier.
Definition at line 573 of file classification.py.
background_rejection |
cachec copy of the background-rejection threshold
Definition at line 571 of file classification.py.