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