1 """Define functions to configure HGTD conditions algorithms
3 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
7 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
8 from AthenaConfiguration.ComponentFactory
import CompFactory
9 """Return a ComponentAccumulator with configured HGTD_DetectorElementCondAlg for HGTD"""
11 kwargs.setdefault(
"DetManagerName",
"HGTD")
12 kwargs.setdefault(
"WriteKey",
"HGTD_DetectorElementCollection")
13 acc.addCondAlgo(CompFactory.HGTD_DetectorElementCondAlg(name, **kwargs))