3from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4from AthenaConfiguration.ComponentFactory
import CompFactory
7 result = ComponentAccumulator()
8 kwargs.setdefault(
"InputFile",
"PDGTABLE.MeV")
9 result.addService(CompFactory.PartPropSvc(name=
"PartPropSvc", **kwargs), primary=
True)
PartPropSvcCfg(flags, **kwargs)