ATLAS Offline Software
|
Functions | |
def | fetch_lb_timestamps (since, until) |
def | test_coracool () |
def | test_refcounting () |
Variables | |
string | folder_path = "/SCT/DAQ/Configuration/Module" |
database = Databases.get_instance("COOLONL_SCT/COMP200") | |
folder = database.getFolder(folder_path) | |
since | |
until | |
def test_coracool.fetch_lb_timestamps | ( | since, | |
until | |||
) |
Read the timestamps of all luminosity blocks between the run-lumi IoV (since, until)
Definition at line 25 of file test_coracool.py.
def test_coracool.test_coracool | ( | ) |
Definition at line 34 of file test_coracool.py.
def test_coracool.test_refcounting | ( | ) |
Definition at line 60 of file test_coracool.py.
test_coracool.database = Databases.get_instance("COOLONL_SCT/COMP200") |
Definition at line 20 of file test_coracool.py.
test_coracool.folder = database.getFolder(folder_path) |
Definition at line 21 of file test_coracool.py.
string test_coracool.folder_path = "/SCT/DAQ/Configuration/Module" |
Definition at line 18 of file test_coracool.py.
test_coracool.since |
Definition at line 22 of file test_coracool.py.
test_coracool.until |
Definition at line 22 of file test_coracool.py.