Belle II Software development
|
Public Member Functions | |
def | test_nonsense_list (self) |
def | test_default_list_exists (self) |
def | test_default_list_works (self) |
def | test_all_list (self) |
def | test_eff10_May2020_list (self) |
def | test_eff20_May2020_list (self) |
def | test_eff30_May2020_list (self) |
def | test_eff40_May2020_list (self) |
def | test_eff50_May2020_nomcmatch_list (self) |
def | test_eff50_May2020_list (self) |
def | test_eff60_May2020_nomcmatch_list (self) |
def | test_eff60_May2020_list (self) |
def | test_allfit_list (self) |
def | test_eff10_May2020fit_list (self) |
def | test_eff20_May2020fit_list (self) |
def | test_eff30_May2020fit_list (self) |
def | test_eff40_May2020fit_list (self) |
def | test_eff50_May2020fit_list (self) |
def | test_eff60_May2020fit_list (self) |
def | test_skim (self) |
def | test_SkimHighEff (self) |
Protected Member Functions | |
def | _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.
def test_all_list | ( | self | ) |
check that the builder function works with the all list
Definition at line 84 of file test_std_pi0s.py.
def test_allfit_list | ( | self | ) |
check that the builder function works with the allFit list
Definition at line 138 of file test_std_pi0s.py.
def 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 54 of file test_std_pi0s.py.
def test_default_list_works | ( | self | ) |
Check that the default list type works.
Definition at line 70 of file test_std_pi0s.py.
def test_eff10_May2020_list | ( | self | ) |
check that the builder function works with the eff10_May2020 list
Definition at line 88 of file test_std_pi0s.py.
def test_eff10_May2020fit_list | ( | self | ) |
check that the builder function works with the eff10_May2020Fit list
Definition at line 142 of file test_std_pi0s.py.
def test_eff20_May2020_list | ( | self | ) |
check that the builder function works with the eff20_May2020 list
Definition at line 92 of file test_std_pi0s.py.
def test_eff20_May2020fit_list | ( | self | ) |
check that the builder function works with the eff20_May2020Fit list
Definition at line 152 of file test_std_pi0s.py.
def test_eff30_May2020_list | ( | self | ) |
check that the builder function works with the eff30_May2020 list
Definition at line 96 of file test_std_pi0s.py.
def test_eff30_May2020fit_list | ( | self | ) |
check that the builder function works with the eff30_May2020Fit list
Definition at line 162 of file test_std_pi0s.py.
def test_eff40_May2020_list | ( | self | ) |
check that the builder function works with the eff40_May2020 list
Definition at line 100 of file test_std_pi0s.py.
def test_eff40_May2020fit_list | ( | self | ) |
check that the builder function works with the eff40_May2020Fit list
Definition at line 172 of file test_std_pi0s.py.
def test_eff50_May2020_list | ( | self | ) |
check that the builder function works with the eff50_May2020 list
Definition at line 111 of file test_std_pi0s.py.
def test_eff50_May2020_nomcmatch_list | ( | self | ) |
check that the builder function works with the eff50_May2020_nomcmatch list
Definition at line 104 of file test_std_pi0s.py.
def test_eff50_May2020fit_list | ( | self | ) |
check that the builder function works with the eff50_May2020Fit list
Definition at line 182 of file test_std_pi0s.py.
def test_eff60_May2020_list | ( | self | ) |
check that the builder function works with the eff60_May2020 list
Definition at line 128 of file test_std_pi0s.py.
def test_eff60_May2020_nomcmatch_list | ( | self | ) |
check that the builder function works with the eff50_May2020_nomcmatch list
Definition at line 121 of file test_std_pi0s.py.
def test_eff60_May2020fit_list | ( | self | ) |
check that the builder function works with the eff60_May2020Fit list
Definition at line 193 of file test_std_pi0s.py.
def 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.
def test_skim | ( | self | ) |
check that the builder function works with the skim list
Definition at line 204 of file test_std_pi0s.py.
def test_SkimHighEff | ( | self | ) |
check that the builder function works with the skim list
Definition at line 214 of file test_std_pi0s.py.