![]() |
Belle II Software light-2505-deimos
|


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