![]() |
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 231 of file variable.py.
| def python.variable.DCSC_Global_Variable.__init__ | ( | self, | |
| folder_name, | |||
| evaluator, | |||
caution_evaluator = None, |
|||
| ** | kwargs | ||
| ) |
Definition at line 241 of file variable.py.
|
inherited |
|
inherited |
Definition at line 68 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 246 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 172 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 141 of file variable.py.
|
inherited |
Logs the first and last insertion times of the IoVs, and their ranges.
Definition at line 124 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 262 of file variable.py.
|
inherited |
| python.variable.DCSC_Global_Variable.caution_evaluator |
Definition at line 244 of file variable.py.
|
inherited |
Definition at line 54 of file variable.py.
|
inherited |
Definition at line 56 of file variable.py.
|
inherited |
Definition at line 53 of file variable.py.
|
inherited |
Definition at line 52 of file variable.py.
|
inherited |
Definition at line 58 of file variable.py.
|
inherited |
Definition at line 220 of file variable.py.
|
staticinherited |
Definition at line 47 of file variable.py.
|
static |
Definition at line 239 of file variable.py.
|
inherited |
Definition at line 184 of file variable.py.
|
staticinherited |
Definition at line 48 of file variable.py.
1.8.18