|
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) |
|
| python.subdetectors.afp.pbeast |
|
| python.subdetectors.afp.log |
|
| python.subdetectors.afp.SiT_LV_Current_Type = GenericAlias(tuple, (float,)*16) |
|
int | python.subdetectors.afp.TTC_RESTART = 1000 |
|
int | python.subdetectors.afp.STOPLESSLY_REMOVED = 5000 |
|
| python.subdetectors.afp.A_FAR_SIT_DISABLED |
|
| python.subdetectors.afp.A_NEAR_SIT_DISABLED |
|
| python.subdetectors.afp.C_FAR_SIT_DISABLED |
|
| python.subdetectors.afp.C_NEAR_SIT_DISABLED |
|
| python.subdetectors.afp.A_FAR_TOF_DISABLED |
|
| python.subdetectors.afp.C_FAR_TOF_DISABLED |
|
list | python.subdetectors.afp.NAMING |
|
list | python.subdetectors.afp.GARAGE = [A_FAR_GARAGE, A_NEAR_GARAGE, C_FAR_GARAGE, C_NEAR_GARAGE] |
|
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_HV = [A_FAR_TOF_HV, C_FAR_TOF_HV] |
|
list | python.subdetectors.afp.TOF_LV = [A_FAR_TOF_LV, C_FAR_TOF_LV] |
|
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.TOF_DISABLED = [A_FAR_TOF_DISABLED, C_FAR_TOF_DISABLED] |
|
float | python.subdetectors.afp.SIT_HV_DEAD_BAND = 0.05 |
|
float | python.subdetectors.afp.TOF_HV_DEAD_BAND = 0.90 |
|
SiT_LV_Current_Type | python.subdetectors.afp.SIT_LV_CURRENT_LOW = get_sit_current |
|
float | python.subdetectors.afp.SIT_LV_CURRENT_HIGH = 0.8 |
|
int | python.subdetectors.afp.TOF_HV_CURRENT_LOW = 600 |
|
float | python.subdetectors.afp.TOF_LV_CURRENT_LOW = 1.4 |
|