ATLAS Offline Software
Classes | Functions | Variables
python.selector.AtlRunQuerySelectorDQ Namespace Reference

Classes

class  DQCondition
 
class  DQDefectCondition
 
class  DQSelector
 

Functions

def vfgen (vfobjs)
 

Variables

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

Function Documentation

◆ vfgen()

def python.selector.AtlRunQuerySelectorDQ.vfgen (   vfobjs)

Definition at line 17 of file AtlRunQuerySelectorDQ.py.

17 def vfgen(vfobjs):
18  for obj in vfobjs:
19  yield OOO(obj.channel, (str(obj.Code),obj.Comment), IOVRange(starttime=obj.since, endtime=obj.until), True)
20 

Variable Documentation

◆ DD

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

Definition at line 15 of file AtlRunQuerySelectorDQ.py.

◆ DQDefectPayload

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

Definition at line 12 of file AtlRunQuerySelectorDQ.py.

◆ pickled

python.selector.AtlRunQuerySelectorDQ.pickled

Definition at line 13 of file AtlRunQuerySelectorDQ.py.

IOVRange
Validity Range object. Holds two IOVTimes (start and stop)
Definition: IOVRange.h:30
python.selector.AtlRunQuerySelectorBase.OOO
OOO
Definition: AtlRunQuerySelectorBase.py:19
python.selector.AtlRunQuerySelectorDQ.vfgen
def vfgen(vfobjs)
Definition: AtlRunQuerySelectorDQ.py:17
str
Definition: BTagTrackIpAccessor.cxx:11