ATLAS Offline Software
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.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
python.GeometryDBConfig.InDetGeometryDBSvcCfg
def InDetGeometryDBSvcCfg(flags)
Definition:
GeometryDBConfig.py:7
Generated on Fri Jan 10 2025 21:10:39 for ATLAS Offline Software by
1.8.18