4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
5 from AthenaConfiguration.ComponentFactory
import CompFactory
6 from TrigCaloRec.TrigCaloRecConfig
import hltCaloCellMakerCfg
7 from HLTSeeding.HLTSeedingConfig
import mapThresholdToL1RoICollection
8 from TriggerMenuMT.HLT.Egamma.TrigEgammaKeys
import getTrigEgammaKeys
13 CellsName =
'CaloCellsEGFS', monitorCells=
False)
15 acc.merge(cellMakerAcc)
18 eventShapeFiller = CompFactory.HIEventShapeFillerTool(
19 EventShapeMapTool = CompFactory.HIEventShapeMapTool())
21 eventShapeMakerAlg = CompFactory.HIEventShapeMaker(
'HLTEventShapeMakerEG',
22 HIEventShapeFillerTool = eventShapeFiller,
23 InputCellKey=cellMakerAcc.getPrimary().CellsName,
28 acc.addEventAlgo(eventShapeMakerAlg)