![]() |
ATLAS Offline Software
|
Classes | |
class | AFP |
class | DCSC_Merged_Variable |
class | DCSC_Multi_Channel_Variable |
class | DCSC_Variable_With_Mapping |
class | TDAQC_Array_Variable |
class | TDAQC_Bit_Flag_Variable |
class | TDAQC_Multi_Channel_Variable |
class | TDAQC_Variable |
Functions | |
def | PBeastIOV (channel, value) |
tuple[list[float], list[tuple[float,...]]] | load_current (str filename, int n_modules) |
tuple[float,...] | get_current (tuple[list[float], list[tuple[float,...]]] data, float timestamp) |
dict[int, int] | mapChannels (*tuple[Collection[int], int] mapseqArgs) |
dict[int, range] | mapTranslatorCounts (Mapping[int, Iterable[int]] countMap) |
def | remove_None (value, default) |
tuple[float, ...] python.subdetectors.afp.get_current | ( | tuple[list[float],list[tuple[float,...]]] | data, |
float | timestamp | ||
) |
Definition at line 287 of file afp.py.
tuple[list[float],list[tuple[float,...]]] python.subdetectors.afp.load_current | ( | str | filename, |
int | n_modules | ||
) |
dict[int, int] python.subdetectors.afp.mapChannels | ( | *tuple[Collection[int], int] | mapseqArgs | ) |
dict[int, range] python.subdetectors.afp.mapTranslatorCounts | ( | Mapping[int,Iterable[int]] | countMap | ) |
def python.subdetectors.afp.PBeastIOV | ( | channel, | |
value | |||
) |
def python.subdetectors.afp.remove_None | ( | value, | |
default | |||
) |
list python.subdetectors.afp.GARAGE = [A_FAR_GARAGE, A_NEAR_GARAGE, C_FAR_GARAGE, C_NEAR_GARAGE] |
python.subdetectors.afp.get_sit_current = functools.partial(get_current, load_current('afp_sit_current.dat', 16)) |
python.subdetectors.afp.get_tdc_current = functools.partial(get_current, load_current('afp_tdc_current.dat', 4)) |
list python.subdetectors.afp.NAMING |
string python.subdetectors.afp.pbeastDefaultServer = 'https://pc-atlas-www.cern.ch' if os.getenv('PBEAST_SERVER_HTTPS_PROXY', '').startswith('atlasgw') else 'https://atlasop.cern.ch' |
python.subdetectors.afp.pbeastServer = os.getenv('PBEAST_SERVER', pbeastDefaultServer) |
list python.subdetectors.afp.SIT_DISABLED = [A_FAR_SIT_DISABLED, A_NEAR_SIT_DISABLED, C_FAR_SIT_DISABLED, C_NEAR_SIT_DISABLED] |
list python.subdetectors.afp.SIT_HV = [A_FAR_SIT_HV, A_NEAR_SIT_HV, C_FAR_SIT_HV, C_NEAR_SIT_HV] |
list python.subdetectors.afp.SIT_LV = [A_FAR_SIT_LV, A_NEAR_SIT_LV, C_FAR_SIT_LV, C_NEAR_SIT_LV] |
list python.subdetectors.afp.TOF_DISABLED = [A_FAR_TOF_DISABLED, C_FAR_TOF_DISABLED] |
list python.subdetectors.afp.TOF_HV = [A_FAR_TOF_HV, C_FAR_TOF_HV] |
list python.subdetectors.afp.TOF_LV = [A_FAR_TOF_LV, C_FAR_TOF_LV] |