ATLAS Offline Software
Loading...
Searching...
No Matches
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_Multi_Channel_Variable
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

namespace  python
namespace  python.subdetectors
namespace  python.subdetectors.afp

Functions

 python.subdetectors.afp.PBeastIOV (channel, value)
tuple[list[float], list[tuple[float,...]]] python.subdetectors.afp.load_current (str filename, int n_modules)
tuple[float,...] python.subdetectors.afp.get_current (tuple[list[float], list[tuple[float,...]]] data, float timestamp)
dict[int, int] python.subdetectors.afp.mapChannels (*tuple[Collection[int], int] mapseqArgs)
dict[int, range] python.subdetectors.afp.mapTranslatorCounts (Mapping[int, Iterable[int]] countMap)
 python.subdetectors.afp.remove_None (value, default)

Variables

str 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.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))
 python.subdetectors.afp.A_FAR_GARAGE
 python.subdetectors.afp.A_NEAR_GARAGE
 python.subdetectors.afp.C_FAR_GARAGE
 python.subdetectors.afp.C_NEAR_GARAGE
 python.subdetectors.afp.A_FAR_SIT_HV
 python.subdetectors.afp.A_NEAR_SIT_HV
 python.subdetectors.afp.C_FAR_SIT_HV
 python.subdetectors.afp.C_NEAR_SIT_HV
 python.subdetectors.afp.A_FAR_SIT_LV
 python.subdetectors.afp.A_NEAR_SIT_LV
 python.subdetectors.afp.C_FAR_SIT_LV
 python.subdetectors.afp.C_NEAR_SIT_LV
 python.subdetectors.afp.A_FAR_TOF_HV
 python.subdetectors.afp.C_FAR_TOF_HV
 python.subdetectors.afp.A_FAR_TOF_LV
 python.subdetectors.afp.C_FAR_TOF_LV
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
float python.subdetectors.afp.SIT_LV_CURRENT_HIGH = 0.8
int python.subdetectors.afp.TOF_HV_CURRENT_LOW = 600