ATLAS Offline Software
Functions
test_events Namespace Reference

Functions

def test_processing ()
 

Function Documentation

◆ test_processing()

def test_events.test_processing ( )
Test that processing works

Definition at line 9 of file test_events.py.

9 def test_processing():
10  """
11  Test that processing works
12  """
13  iovs = fetch_iovs("DEFECTS", tag="DetStatusDEFECTS-pro22-04", runs=359918)
14  channels, iovsets = iovs.chans_iovsets
15  processed = [(since, until, states[:])
16  for since, until, states in process_iovs(*iovsets)]
17 
18  return processed
19 
python.db.fetch_iovs
def fetch_iovs(folder_name, since=None, until=None, channels=None, tag="", what="all", max_records=-1, with_channel=True, loud=False, database=None, convert_time=False, named_channels=False, selection=None, runs=None, with_time=False, unicode_strings=False)
Definition: DQUtils/python/db.py:67
test_events.test_processing
def test_processing()
Definition: test_events.py:9
python.events.process_iovs
def process_iovs(*iovsets)
Definition: events.py:30