ATLAS Offline Software
Classes | Namespaces | Functions | Variables
afp.py File Reference

Go to the source code of this file.

Classes

class  python.subdetectors.afp.DCSC_Variable_With_Mapping
 
class  python.subdetectors.afp.DCSC_Merged_Variable
 
class  python.subdetectors.afp.TDAQC_Variable
 
class  python.subdetectors.afp.TDAQC_Multi_Channel_Variable
 
class  python.subdetectors.afp.TDAQC_Bit_Flag_Variable
 
class  python.subdetectors.afp.TDAQC_Array_Variable
 
class  python.subdetectors.afp.AFP
 

Namespaces

 python.subdetectors.afp
 

Functions

def python.subdetectors.afp.PBeastIOV (channel, value)
 
def python.subdetectors.afp.mapChannels (*mapseqArgs)
 
def python.subdetectors.afp.mapTranslatorCounts (countMap)
 
def python.subdetectors.afp.remove_None (value, default)
 

Variables

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
 
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
 
list python.subdetectors.afp.SIT_LV_CURRENT_LOW
 
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