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) |
def | mapChannels (*mapseqArgs) |
def | mapTranslatorCounts (countMap) |
def | remove_None (value, default) |
Variables | |
string | pbeastDefaultServer = 'https://pc-atlas-www.cern.ch' if os.getenv('PBEAST_SERVER_HTTPS_PROXY', '').startswith('atlasgw') else 'https://atlasop.cern.ch' |
pbeastServer = os.getenv('PBEAST_SERVER', pbeastDefaultServer) | |
pbeast | |
log | |
int | TTC_RESTART = 1000 |
int | STOPLESSLY_REMOVED = 5000 |
A_FAR_SIT_DISABLED | |
A_NEAR_SIT_DISABLED | |
C_FAR_SIT_DISABLED | |
C_NEAR_SIT_DISABLED | |
A_FAR_TOF_DISABLED | |
C_FAR_TOF_DISABLED | |
list | NAMING |
list | GARAGE = [A_FAR_GARAGE, A_NEAR_GARAGE, C_FAR_GARAGE, C_NEAR_GARAGE] |
list | SIT_HV = [A_FAR_SIT_HV, A_NEAR_SIT_HV, C_FAR_SIT_HV, C_NEAR_SIT_HV] |
list | SIT_LV = [A_FAR_SIT_LV, A_NEAR_SIT_LV, C_FAR_SIT_LV, C_NEAR_SIT_LV] |
list | TOF_HV = [A_FAR_TOF_HV, C_FAR_TOF_HV] |
list | TOF_LV = [A_FAR_TOF_LV, C_FAR_TOF_LV] |
list | SIT_DISABLED = [A_FAR_SIT_DISABLED, A_NEAR_SIT_DISABLED, C_FAR_SIT_DISABLED, C_NEAR_SIT_DISABLED] |
list | TOF_DISABLED = [A_FAR_TOF_DISABLED, C_FAR_TOF_DISABLED] |
float | SIT_HV_DEAD_BAND = 0.05 |
float | TOF_HV_DEAD_BAND = 0.90 |
list | SIT_LV_CURRENT_LOW |
float | SIT_LV_CURRENT_HIGH = 0.8 |
int | TOF_HV_CURRENT_LOW = 600 |
float | TOF_LV_CURRENT_LOW = 1.4 |
def python.subdetectors.afp.mapChannels | ( | * | mapseqArgs | ) |
def python.subdetectors.afp.mapTranslatorCounts | ( | 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] |
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.SIT_LV_CURRENT_LOW |
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] |