ATLAS Offline Software
Loading...
Searching...
No Matches
python.PixelToTPIDToolConfig Namespace Reference

Functions

 PixelToTPIDToolCfg (flags, name="PixelToTPIDTool", **kwargs)

Function Documentation

◆ PixelToTPIDToolCfg()

python.PixelToTPIDToolConfig.PixelToTPIDToolCfg ( flags,
name = "PixelToTPIDTool",
** kwargs )

Definition at line 5 of file PixelToTPIDToolConfig.py.

5def PixelToTPIDToolCfg(flags, name = "PixelToTPIDTool", **kwargs):
6 from PixelConditionsAlgorithms.PixelConditionsConfig import PixeldEdxAlgCfg, PixelChargeCalibCondCfg
7 acc = PixeldEdxAlgCfg(flags) # To produce PixeldEdxData CondHandle
8 acc.merge(PixelChargeCalibCondCfg(flags))
9 acc.setPrivateTools(CompFactory.InDet.PixelToTPIDTool(name, **kwargs))
10 return acc