ATLAS Offline Software
Loading...
Searching...
No Matches
python.selector.AtlRunQuerySelectorDQ Namespace Reference

Classes

class  DQCondition
class  DQDefectCondition
class  DQSelector

Functions

 vfgen (vfobjs)

Variables

 DQDefectPayload = namedtuple("DQDefectPayload", "defect comment user ignore primary tolerable recoverable")
 pickled
 DD = namedtuple("DD","description comment since until")

Function Documentation

◆ vfgen()

python.selector.AtlRunQuerySelectorDQ.vfgen ( vfobjs)

Definition at line 16 of file AtlRunQuerySelectorDQ.py.

16def vfgen(vfobjs):
17 for obj in vfobjs:
18 yield OOO(obj.channel, (str(obj.Code),obj.Comment), IOVRange(starttime=obj.since, endtime=obj.until), True)
19
Validity Range object.
Definition IOVRange.h:30

Variable Documentation

◆ DD

python.selector.AtlRunQuerySelectorDQ.DD = namedtuple("DD","description comment since until")

Definition at line 14 of file AtlRunQuerySelectorDQ.py.

◆ DQDefectPayload

python.selector.AtlRunQuerySelectorDQ.DQDefectPayload = namedtuple("DQDefectPayload", "defect comment user ignore primary tolerable recoverable")

Definition at line 11 of file AtlRunQuerySelectorDQ.py.

◆ pickled

python.selector.AtlRunQuerySelectorDQ.pickled

Definition at line 12 of file AtlRunQuerySelectorDQ.py.