1 """Define method to configure and test SCT_ReadCalibDataTestAlg
3 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
5 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
6 from AthenaConfiguration.ComponentFactory
import CompFactory
9 """Return a configured SCT_ReadCalibDataTestAlg"""
11 from SCT_ConditionsTools.SCT_ConditionsToolsConfig
import SCT_ReadCalibDataToolCfg
13 acc.addEventAlgo(CompFactory.SCT_ReadCalibDataTestAlg(name, **kwargs))
16 if __name__==
"__main__":
17 from AthenaCommon.Logging
import log
21 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
23 flags.Input.Files = []
24 flags.Input.isMC =
True
25 flags.Input.ProjectName =
"mc16_13TeV"
26 flags.Input.RunNumbers = [300000]
27 flags.Input.TimeStamps = [1500000000]
28 flags.IOVDb.GlobalTag =
"OFLCOND-MC16-SDR-18"
29 from AthenaConfiguration.TestDefaults
import defaultGeometryTags
30 flags.GeoModel.AtlasVersion = defaultGeometryTags.RUN2
31 flags.Detector.GeometrySCT =
True
34 from AthenaConfiguration.MainServicesConfig
import MainServicesCfg
37 from McEventSelector.McEventSelectorConfig
import McEventSelectorCfg
42 algkwargs[
"ModuleOfflinePosition"] = [2, 1, 2, 12, 1, 464]
43 algkwargs[
"DoTestmyConditionsSummary"] =
True
44 algkwargs[
"DoTestmyDefectIsGood"] =
True
45 algkwargs[
"OutputLevel"] = INFO