ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthenaServices
python
PartPropSvcConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
4
from
AthenaConfiguration.ComponentFactory
import
CompFactory
5
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
python.PartPropSvcConfig.PartPropSvcCfg
PartPropSvcCfg(flags, **kwargs)
Definition
PartPropSvcConfig.py:6
Generated on
for ATLAS Offline Software by
1.17.0