ATLAS Offline Software
|
Functions | |
def | MdtCalibWindowNumber (name) |
def | TriggerChamberClusterOnTrackCreatorCfg (flags, name="TriggerChamberClusterOnTrackCreator", **kwargs) |
def | CscClusterOnTrackCreatorCfg (flags, name="CscClusterOnTrackCreator", **kwargs) |
def | MdtCalibToolForRotsCfg (flags, name="MdtCalibrationTool", **kwargs) |
def | MdtDriftCircleOnTrackCreatorCfg (flags, name="MdtDriftCircleOnTrackCreator", **kwargs) |
def | MuonClusterOnTrackCreatorCfg (flags, name="MuonClusterOnTrackCreator", **kwargs) |
Variables | |
list | __mdtCalibWindows |
Simple function holding connecting names to the different calibration window options The window values themselves are defined in C++ in MdtCalibSvc/MdtCalibrationSvcSettings.h Author: Mike Flowerdew micha el.f lower dew@ cern. chMore... | |
def python.MuonRIO_OnTrackCreatorToolConfig.CscClusterOnTrackCreatorCfg | ( | flags, | |
name = "CscClusterOnTrackCreator" , |
|||
** | kwargs | ||
) |
Definition at line 34 of file MuonRIO_OnTrackCreatorToolConfig.py.
def python.MuonRIO_OnTrackCreatorToolConfig.MdtCalibToolForRotsCfg | ( | flags, | |
name = "MdtCalibrationTool" , |
|||
** | kwargs | ||
) |
Definition at line 62 of file MuonRIO_OnTrackCreatorToolConfig.py.
def python.MuonRIO_OnTrackCreatorToolConfig.MdtCalibWindowNumber | ( | name | ) |
Returns index number corresponding to the calibration window name. This will throw a ValueError if name is not in the list.
Definition at line 19 of file MuonRIO_OnTrackCreatorToolConfig.py.
def python.MuonRIO_OnTrackCreatorToolConfig.MdtDriftCircleOnTrackCreatorCfg | ( | flags, | |
name = "MdtDriftCircleOnTrackCreator" , |
|||
** | kwargs | ||
) |
Definition at line 73 of file MuonRIO_OnTrackCreatorToolConfig.py.
def python.MuonRIO_OnTrackCreatorToolConfig.MuonClusterOnTrackCreatorCfg | ( | flags, | |
name = "MuonClusterOnTrackCreator" , |
|||
** | kwargs | ||
) |
Definition at line 96 of file MuonRIO_OnTrackCreatorToolConfig.py.
def python.MuonRIO_OnTrackCreatorToolConfig.TriggerChamberClusterOnTrackCreatorCfg | ( | flags, | |
name = "TriggerChamberClusterOnTrackCreator" , |
|||
** | kwargs | ||
) |
Definition at line 25 of file MuonRIO_OnTrackCreatorToolConfig.py.
|
private |
Simple function holding connecting names to the different calibration window options The window values themselves are defined in C++ in MdtCalibSvc/MdtCalibrationSvcSettings.h Author: Mike Flowerdew micha el.f lower dew@ cern. ch
Definition at line 12 of file MuonRIO_OnTrackCreatorToolConfig.py.