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

Functions

 PartPropSvcCfg (flags, **kwargs)

Function Documentation

◆ PartPropSvcCfg()

python.PartPropSvcConfig.PartPropSvcCfg ( flags,
** kwargs )

Definition at line 6 of file PartPropSvcConfig.py.

6def PartPropSvcCfg(flags, **kwargs):
7 result = ComponentAccumulator()
8 kwargs.setdefault("InputFile", "PDGTABLE.MeV")
9 result.addService(CompFactory.PartPropSvc(name="PartPropSvc", **kwargs), primary=True)
10 return result