|
ATLAS Offline Software
|
◆ PixelLorentzAngleCondAlgCfg()
def python.PixelLorentzAngleConfig.PixelLorentzAngleCondAlgCfg |
( |
|
flags, |
|
|
|
name = "PixelSiLorentzAngleCondAlg" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 23 of file PixelLorentzAngleConfig.py.
29 kwargs.setdefault(
"UseMagFieldCache",
True)
30 kwargs.setdefault(
"UseMagFieldDcs",
not flags.Common.isOnline)
31 acc.addCondAlgo(CompFactory.PixelSiLorentzAngleCondAlg(name, **kwargs))
◆ PixelLorentzAngleToolCfg()
def python.PixelLorentzAngleConfig.PixelLorentzAngleToolCfg |
( |
|
flags, |
|
|
|
name = "PixelLorentzAngleTool" , |
|
|
** |
kwargs |
|
) |
| |
Return a SiLorentzAngleTool configured for Pixel
Definition at line 13 of file PixelLorentzAngleConfig.py.
14 """Return a SiLorentzAngleTool configured for Pixel"""
16 kwargs.setdefault(
"DetectorName",
"Pixel")
17 kwargs.setdefault(
"SiLorentzAngleCondData",
"PixelSiLorentzAngleCondData")
18 kwargs.setdefault(
"DetEleCollKey",
"PixelDetectorElementCollection")
19 kwargs.setdefault(
"UseMagFieldCache",
True)
20 acc.setPrivateTools(CompFactory.SiLorentzAngleTool(name, **kwargs))
def PixelDCSCondTempAlgCfg(flags, name="PixelDCSCondTempAlg", **kwargs)
def PixelDCSCondHVAlgCfg(flags, name="PixelDCSCondHVAlg", **kwargs)
def PixelLorentzAngleToolCfg(flags, name="PixelLorentzAngleTool", **kwargs)
def PixelSiPropertiesToolCfg(flags, name="PixelSiPropertiesTool", **kwargs)
def PixelReadoutGeometryCfg(flags)
def PixelLorentzAngleCondAlgCfg(flags, name="PixelSiLorentzAngleCondAlg", **kwargs)
def AtlasFieldCacheCondAlgCfg(flags, **kwargs)