5 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
6 from AthenaConfiguration.ComponentFactory
import CompFactory
7 acc = ComponentAccumulator()
9 from LArCabling.LArCablingConfig
import LArFebRodMappingCfg
10 acc.merge(LArFebRodMappingCfg(flags))
12 from TrigCaloRec.TrigCaloRecConfig
import hltCaloCellSeedlessMakerCfg
13 acc.merge(hltCaloCellSeedlessMakerCfg(flags, roisKey =
""))
17 acc.addEventAlgo(CompFactory.LVL1.SCEmulation(InputCells=CellsIn, OutputSuperCells =
"EmulatedSCellNoBCID"))
19 from LArROD.LArSCSimpleMakerConfig
import LArSuperCellBCIDEmAlgCfg
22 larSCargs[
"SCellContainerIn"] =
"EmulatedSCellNoBCID"
24 larSCargs[
"SCellContainerOut"] = flags.Trigger.L1.L1CaloSuperCellContainerName
26 larSCargs[
"SCellContainerOut"] = CellsOut
29 acc.merge(LArSuperCellBCIDEmAlgCfg(flags, **larSCargs))
32 acc.addCondAlgo(CompFactory.CaloSuperCellAlignCondAlg())