Belle II Software development
|
Public Member Functions | |
def | test_nonesense_list (self) |
def | test_all_list (self) |
def | test_good_list (self) |
def | test_higheff (self) |
def | test_loose (self) |
def | test_percentile_eff (self) |
def | test_mostLikely_lists (self) |
Protected Member Functions | |
def | _check_list_name (self, target, functionname, particleloader) |
def | _check_listtype_exists (self, listtype, functions=_base_functions) |
def | _check_function_call (self, functions=_base_functions, expectedlist=stdCharged._defaultlist) |
def | _check_listtype_does_not_exist (self, listtype, functions=_base_functions) |
Test case for charged standard particle lists
Definition at line 25 of file test_std_charged.py.
|
protected |
check that a function works (i.e. adds a particle loader)
Definition at line 56 of file test_std_charged.py.
|
protected |
Check that the list name we expect is the one that was actually added to the ParticleLoader
Definition at line 28 of file test_std_charged.py.
|
protected |
check that a given listtype function doesn't do anything
Definition at line 68 of file test_std_charged.py.
|
protected |
check that a given listtype function works
Definition at line 41 of file test_std_charged.py.
def test_all_list | ( | self | ) |
check that the builder functions all work with the all list
Definition at line 82 of file test_std_charged.py.
def test_good_list | ( | self | ) |
check that the builder functions all work with the good list
Definition at line 86 of file test_std_charged.py.
def test_higheff | ( | self | ) |
check that the builder functions all work with the higheff list
Definition at line 92 of file test_std_charged.py.
def test_loose | ( | self | ) |
check that the builder functions all work with the loose list
Definition at line 96 of file test_std_charged.py.
def test_mostLikely_lists | ( | self | ) |
check that the builder functions work with the mostLikely lists
Definition at line 117 of file test_std_charged.py.
def test_nonesense_list | ( | self | ) |
check that the builder functions fail with a nonexisting list
Definition at line 78 of file test_std_charged.py.
def test_percentile_eff | ( | self | ) |
check that the builder functions all work with the percentile eff lists
Definition at line 100 of file test_std_charged.py.