3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
5 from IOVDbSvc.IOVDbSvcConfig
import addFolders
10 result.merge(
addFolders(flags,[
"/LAR/Identifier/HVLineToElectrodeMap<tag>LARHVLineToElectrodeMap-001</tag>"],
"LAR_OFL",
11 className=
"AthenaAttributeList"))
13 larHVIdMappingAlg=CompFactory.LArHVIdMappingAlg(ReadKey=
"/LAR/Identifier/HVLineToElectrodeMap",WriteKey=
"LArHVIdMap")
14 result.addCondAlgo(larHVIdMappingAlg)
18 result.merge(
addFolders(flags,[
"/LAR/IdentifierOfl/HVLineToElectrodeMap"],
"LAR_OFL", className=
"AthenaAttributeList"))
19 hvmapalg = CompFactory.LArHVIdMappingAlg(ReadKey=
"/LAR/IdentifierOfl/HVLineToElectrodeMap",WriteKey=
"LArHVIdMap")
20 result.addCondAlgo(hvmapalg)