ATLAS Offline Software
Loading...
Searching...
No Matches
GeometryDBConfig.py
Go to the documentation of this file.
1# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2
3from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
4from AthenaConfiguration.ComponentFactory import CompFactory
5
6
8 acc = ComponentAccumulator()
9 acc.addService(CompFactory.GeometryDBSvc("InDetGeometryDBSvc"), primary=True)
10 return acc