![]() |
Belle II Software development
|
Public Member Functions | |
iovify (self, iov) | |
test_create (self) | |
test_intersection (self) | |
test_union (self) | |
test_union_startone (self) | |
test_subtract (self) | |
Helper class to test an IoV
Definition at line 21 of file test_iov.py.
iovify | ( | self, | |
iov ) |
Helper function to turn a tuple/None/list(tuple) into iov instances
Definition at line 24 of file test_iov.py.
test_create | ( | self | ) |
Test that we get errors when creating invalid iovs
Definition at line 33 of file test_iov.py.
test_intersection | ( | self | ) |
Test that we can intersect iovs
Definition at line 57 of file test_iov.py.
test_subtract | ( | self | ) |
Test subtracting iovs from another
Definition at line 101 of file test_iov.py.
test_union | ( | self | ) |
Test that we can calculate the union of iovs
Definition at line 73 of file test_iov.py.
test_union_startone | ( | self | ) |
Test that we can calculate the union starting at run 1 as well
Definition at line 95 of file test_iov.py.