ATLAS Offline Software
Loading...
Searching...
No Matches
Generators
GeneratorConfig
python
GeneratorInfoSvcConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentFactory
import
CompFactory
4
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
5
6
def
GeneratorInfoSvcCfg
(flags, name="GeneratorInfoSvc", **kwargs):
7
acc = ComponentAccumulator()
8
acc.addService(CompFactory.GeneratorInfoSvc(name, **kwargs), primary=
True
, create=
True
)
9
return
acc
python.GeneratorInfoSvcConfig.GeneratorInfoSvcCfg
GeneratorInfoSvcCfg(flags, name="GeneratorInfoSvc", **kwargs)
Definition
GeneratorInfoSvcConfig.py:6
Generated on
for ATLAS Offline Software by
1.14.0