![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | iovify (self, iov) |
def | test_create (self) |
def | test_intersection (self) |
def | test_union (self) |
def | test_union_startone (self) |
def | test_subtract (self) |
Helper class to test an IoV
Definition at line 14 of file test_iov.py.
def iovify | ( | self, | |
iov | |||
) |
Helper function to turn a tuple/None/list(tuple) into iov instances
Definition at line 17 of file test_iov.py.
def test_create | ( | self | ) |
Test that we get errors when creating invalid iovs
Definition at line 26 of file test_iov.py.
def test_intersection | ( | self | ) |
Test that we can intersect iovs
Definition at line 50 of file test_iov.py.
def test_subtract | ( | self | ) |
Test subtracting iovs from another
Definition at line 94 of file test_iov.py.
def test_union | ( | self | ) |
Test that we can calculate the union of iovs
Definition at line 66 of file test_iov.py.
def test_union_startone | ( | self | ) |
Test that we can calculate the union starting at run 1 as well
Definition at line 88 of file test_iov.py.