ATLAS Offline Software
Loading...
Searching...
No Matches
python
PartPropSvcConfig
Functions
python.PartPropSvcConfig Namespace Reference
Functions
PartPropSvcCfg
(flags, **kwargs)
Function Documentation
◆
PartPropSvcCfg()
python.PartPropSvcConfig.PartPropSvcCfg
(
flags
,
**
kwargs
)
Definition at line
6
of file
PartPropSvcConfig.py
.
6
def
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
Generated on
for ATLAS Offline Software by
1.14.0