Belle II Software development
|
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 21 of file test_iov.py.
def iovify | ( | self, | |
iov | |||
) |
Helper function to turn a tuple/None/list(tuple) into iov instances
Definition at line 24 of file test_iov.py.
def test_create | ( | self | ) |
Test that we get errors when creating invalid iovs
Definition at line 33 of file test_iov.py.
def test_intersection | ( | self | ) |
Test that we can intersect iovs
Definition at line 57 of file test_iov.py.
def test_subtract | ( | self | ) |
Test subtracting iovs from another
Definition at line 101 of file test_iov.py.
def test_union | ( | self | ) |
Test that we can calculate the union of iovs
Definition at line 73 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 95 of file test_iov.py.