ATLAS Offline Software
Classes | Functions | Variables
python.variable Namespace Reference

Classes

class  DCSC_Defect_Global_Variable
 
class  DCSC_Global_Variable
 
class  DCSC_Variable
 
class  DCSC_Variable_With_Mapping
 

Functions

def GoodIOV (channel, good)
 
def CodeIOV (channel, Code)
 
def DefectIOV (channel, present, comment)
 
def DefectIOVFull (channel, present, comment, recoverable=False, user='sys:defectcalculator')
 

Variables

 log
 

Function Documentation

◆ CodeIOV()

def python.variable.CodeIOV (   channel,
  Code 
)

Definition at line 21 of file variable.py.

21 def CodeIOV(channel, Code):
22  "Similar to GoodIOV but stores a DQ code instead of good/bad state"
23 
24 @define_iov_type

◆ DefectIOV()

def python.variable.DefectIOV (   channel,
  present,
  comment 
)

Definition at line 25 of file variable.py.

25 def DefectIOV(channel, present, comment):
26  "Stores a defect IOV"
27 
28 @define_iov_type

◆ DefectIOVFull()

def python.variable.DefectIOVFull (   channel,
  present,
  comment,
  recoverable = False,
  user = 'sys:defectcalculator' 
)

Definition at line 29 of file variable.py.

29 def DefectIOVFull(channel, present, comment, recoverable=False, user='sys:defectcalculator'): "Stores a defect IOV with all fields"
30 
31 

◆ GoodIOV()

def python.variable.GoodIOV (   channel,
  good 
)

Definition at line 17 of file variable.py.

17 def GoodIOV(channel, good):
18  "Stores the state of a single input channel, whether it is working or not"
19 
20 @define_iov_type

Variable Documentation

◆ log

python.variable.log

Definition at line 4 of file variable.py.

python.variable.DefectIOV
def DefectIOV(channel, present, comment)
Definition: variable.py:25
python.variable.GoodIOV
def GoodIOV(channel, good)
Definition: variable.py:17
python.variable.CodeIOV
def CodeIOV(channel, Code)
Definition: variable.py:21
python.variable.DefectIOVFull
def DefectIOVFull(channel, present, comment, recoverable=False, user='sys:defectcalculator')
Definition: variable.py:29