Belle II Software  release-08-01-10
NumBestChecker Class Reference
Inheritance diagram for NumBestChecker:
Collaboration diagram for NumBestChecker:

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
 

Detailed Description

Check if 'numBest' works correctly

Definition at line 128 of file best_candidate_selection.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Initializing the parameters.

Definition at line 131 of file best_candidate_selection.py.

Member Function Documentation

◆ event()

def event (   self)
Check if 'e-:numBest' and 'e-:numBestMultiRank' have the expected size

Definition at line 154 of file best_candidate_selection.py.

◆ initialize()

def initialize (   self)
Create particle list 'e-:numBest(MultiRank)' object, depending on parameter choice.

Definition at line 145 of file best_candidate_selection.py.

◆ param()

def param (   self,
  kwargs 
)
Checking for module parameters to distinguish between the different test cases.

Definition at line 139 of file best_candidate_selection.py.


The documentation for this class was generated from the following file: