ATLAS Offline Software
Loading...
Searching...
No Matches
DetectorDescription
GeoModel
AtlasGeoModel
python
GeometryDBConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
4
from
AthenaConfiguration.ComponentFactory
import
CompFactory
5
6
7
def
InDetGeometryDBSvcCfg
(flags):
8
acc = ComponentAccumulator()
9
acc.addService(CompFactory.GeometryDBSvc(
"InDetGeometryDBSvc"
), primary=
True
)
10
return
acc
python.GeometryDBConfig.InDetGeometryDBSvcCfg
InDetGeometryDBSvcCfg(flags)
Definition
GeometryDBConfig.py:7
Generated on
for ATLAS Offline Software by
1.14.0