![]() |
Belle II Software light-2509-fornax
|
Public Member Functions | |
test_nonsense_list (self) | |
test_default_list_exists (self) | |
test_default_list_works (self) | |
test_all_list (self) | |
test_eff10_May2020_list (self) | |
test_eff20_May2020_list (self) | |
test_eff30_May2020_list (self) | |
test_eff40_May2020_list (self) | |
test_eff50_May2020_nomcmatch_list (self) | |
test_eff50_May2020_list (self) | |
test_eff60_May2020_nomcmatch_list (self) | |
test_eff60_May2020_list (self) | |
test_allfit_list (self) | |
test_eff10_May2020fit_list (self) | |
test_eff20_May2020fit_list (self) | |
test_eff30_May2020fit_list (self) | |
test_eff40_May2020fit_list (self) | |
test_eff50_May2020fit_list (self) | |
test_eff60_May2020fit_list (self) | |
test_skim (self) | |
test_SkimHighEff (self) | |
Protected Member Functions | |
_check_list (self, listtype=None, std_function=stdPi0s.stdPi0s, expected_lists=["all"]) | |
Test case for standard pi0 lists
Definition at line 18 of file test_std_pi0s.py.
|
protected |
check that a given listtype function works
Definition at line 21 of file test_std_pi0s.py.
test_all_list | ( | self | ) |
check that the builder function works with the all list
Definition at line 86 of file test_std_pi0s.py.
test_allfit_list | ( | self | ) |
check that the builder function works with the allFit list
Definition at line 140 of file test_std_pi0s.py.
test_default_list_exists | ( | self | ) |
Check that the default list type is one of the lists in the cases that are checked for in :func:`stdPi0s.stdPi0s`. This test relies on ``ValueError`` being raised for nonsense list types, which is tested by :func:`test_nonsense_list`. However, :func:`test_nonsense_list` doesn't ensure that the default list works, so for that this test is needed.
Definition at line 56 of file test_std_pi0s.py.
test_default_list_works | ( | self | ) |
Check that the default list type works.
Definition at line 72 of file test_std_pi0s.py.
test_eff10_May2020_list | ( | self | ) |
check that the builder function works with the eff10_May2020 list
Definition at line 90 of file test_std_pi0s.py.
test_eff10_May2020fit_list | ( | self | ) |
check that the builder function works with the eff10_May2020Fit list
Definition at line 144 of file test_std_pi0s.py.
test_eff20_May2020_list | ( | self | ) |
check that the builder function works with the eff20_May2020 list
Definition at line 94 of file test_std_pi0s.py.
test_eff20_May2020fit_list | ( | self | ) |
check that the builder function works with the eff20_May2020Fit list
Definition at line 154 of file test_std_pi0s.py.
test_eff30_May2020_list | ( | self | ) |
check that the builder function works with the eff30_May2020 list
Definition at line 98 of file test_std_pi0s.py.
test_eff30_May2020fit_list | ( | self | ) |
check that the builder function works with the eff30_May2020Fit list
Definition at line 164 of file test_std_pi0s.py.
test_eff40_May2020_list | ( | self | ) |
check that the builder function works with the eff40_May2020 list
Definition at line 102 of file test_std_pi0s.py.
test_eff40_May2020fit_list | ( | self | ) |
check that the builder function works with the eff40_May2020Fit list
Definition at line 174 of file test_std_pi0s.py.
test_eff50_May2020_list | ( | self | ) |
check that the builder function works with the eff50_May2020 list
Definition at line 113 of file test_std_pi0s.py.
test_eff50_May2020_nomcmatch_list | ( | self | ) |
check that the builder function works with the eff50_May2020_nomcmatch list
Definition at line 106 of file test_std_pi0s.py.
test_eff50_May2020fit_list | ( | self | ) |
check that the builder function works with the eff50_May2020Fit list
Definition at line 184 of file test_std_pi0s.py.
test_eff60_May2020_list | ( | self | ) |
check that the builder function works with the eff60_May2020 list
Definition at line 130 of file test_std_pi0s.py.
test_eff60_May2020_nomcmatch_list | ( | self | ) |
check that the builder function works with the eff50_May2020_nomcmatch list
Definition at line 123 of file test_std_pi0s.py.
test_eff60_May2020fit_list | ( | self | ) |
check that the builder function works with the eff60_May2020Fit list
Definition at line 195 of file test_std_pi0s.py.
test_nonsense_list | ( | self | ) |
check that the builder function raises a ValueError for a non-existing list name
Definition at line 50 of file test_std_pi0s.py.
test_skim | ( | self | ) |
check that the builder function works with the skim list
Definition at line 206 of file test_std_pi0s.py.
test_SkimHighEff | ( | self | ) |
check that the builder function works with the skim list
Definition at line 216 of file test_std_pi0s.py.