Belle II Software development
|
Public Member Functions | |
def | __init__ (self) |
def | param (self, kwargs) |
def | initialize (self) |
def | event (self) |
Public Attributes | |
num_best | |
Number of candidates to keep (must be given as parameter, otherwise assert will fail). | |
allow_multirank | |
MultiRank option switch. | |
plist | |
particle list object | |
Check if 'numBest' works correctly
Definition at line 106 of file best_candidate_selection.py.
def __init__ | ( | self | ) |
Initializing the parameters.
Definition at line 109 of file best_candidate_selection.py.
def event | ( | self | ) |
Check if 'e-:numBest' and 'e-:numBestMultiRank' have the expected size
Definition at line 132 of file best_candidate_selection.py.
def initialize | ( | self | ) |
Create particle list 'e-:numBest(MultiRank)' object, depending on parameter choice.
Definition at line 123 of file best_candidate_selection.py.
def param | ( | self, | |
kwargs | |||
) |
Checking for module parameters to distinguish between the different test cases.
Definition at line 117 of file best_candidate_selection.py.
allow_multirank |
MultiRank option switch.
Definition at line 115 of file best_candidate_selection.py.
num_best |
Number of candidates to keep (must be given as parameter, otherwise assert will fail).
Definition at line 113 of file best_candidate_selection.py.
plist |
particle list object
Definition at line 127 of file best_candidate_selection.py.