ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, folder_name, evaluator, caution_evaluator=None, **kwargs) |
def | make_good_iov (self, iov) |
def | quantize (self, lbtime, iovs) |
def | __hash__ (self) |
def | __repr__ (self) |
def | read (self, query_range, folder_base, folder_name) |
def | print_time_info (self, iovs) |
def | map_input_channels (self, iovs) |
def | make_good_iovs (self, iovs) |
def | calculate_good_iovs (self, lbtime, subdetector) |
Public Attributes | |
caution_evaluator | |
input_db | |
folder_name | |
evaluator | |
fetch_args | |
input_hashes | |
subdetector | |
iovs | |
Static Public Attributes | |
bool | is_global = True |
bool | is_config_variable = False |
bool | timewise_folder = True |
A global variable. This class over-rides the behaviour for evaluating the "goodness" of an input channel. It allows for an intermediate state (caution) between good and bad.
Definition at line 232 of file variable.py.
def python.variable.DCSC_Global_Variable.__init__ | ( | self, | |
folder_name, | |||
evaluator, | |||
caution_evaluator = None , |
|||
** | kwargs | ||
) |
Definition at line 242 of file variable.py.
|
inherited |
|
inherited |
Definition at line 69 of file variable.py.
|
inherited |
def python.variable.DCSC_Global_Variable.make_good_iov | ( | self, | |
iov | |||
) |
Determine DQ colour for this global variable iov.
Reimplemented from python.variable.DCSC_Variable.
Definition at line 247 of file variable.py.
|
inherited |
Determine whether each iov signifies a good or bad state.
Reimplemented in python.subdetectors.tile.Tile_NoHighVoltage, and python.subdetectors.sct.DCSC_Variable_SCT_Config.
Definition at line 173 of file variable.py.
|
inherited |
By default, do nothing. Overloaded by DCSC_Variable_With_Mapping.
Reimplemented in python.variable.DCSC_Variable_With_Mapping.
Definition at line 142 of file variable.py.
|
inherited |
Logs the first and last insertion times of the IoVs, and their ranges.
Definition at line 125 of file variable.py.
def python.variable.DCSC_Global_Variable.quantize | ( | self, | |
lbtime, | |||
iovs | |||
) |
Needs a different quantizer. (The default DQ quantizer will do)
Reimplemented from python.variable.DCSC_Variable.
Definition at line 263 of file variable.py.
|
inherited |
python.variable.DCSC_Global_Variable.caution_evaluator |
Definition at line 245 of file variable.py.
|
inherited |
Definition at line 55 of file variable.py.
|
inherited |
Definition at line 57 of file variable.py.
|
inherited |
Definition at line 54 of file variable.py.
|
inherited |
Definition at line 53 of file variable.py.
|
inherited |
Definition at line 59 of file variable.py.
|
inherited |
Definition at line 221 of file variable.py.
|
staticinherited |
Definition at line 48 of file variable.py.
|
static |
Definition at line 240 of file variable.py.
|
inherited |
Definition at line 185 of file variable.py.
|
staticinherited |
Definition at line 49 of file variable.py.