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)
34 from ..Config.MenuComponents
import InEventRecoCA, SelectionCA, MenuSequence
35 from AthenaConfiguration.ComponentFactory
import CompFactory
36 from TrigHIHypo.TrigHIFwdGapHypoConfig
import TrigHIFwdGapHypoToolFromDict
38 recoAcc = InEventRecoCA(
"HIEventShapeReco")
41 selAcc = SelectionCA(
"HLFwdGapSel")
42 selAcc.mergeReco(recoAcc)
43 selAcc.addHypoAlgo(CompFactory.TrigHIEventShapeHypoAlg())
45 return MenuSequence(flags, selAcc, HypoToolGen = TrigHIFwdGapHypoToolFromDict)
48 from ..Config.MenuComponents
import InEventRecoCA, SelectionCA, MenuSequence
49 from AthenaConfiguration.ComponentFactory
import CompFactory
50 from TrigHIHypo.TrigHIUCCHypoConfig
import TrigHIUCCHypoToolFromDict
52 recoAcc = InEventRecoCA(
"HIEventShapeReco")
55 selAcc = SelectionCA(
"HIUCCSel")
56 selAcc.mergeReco(recoAcc)
57 selAcc.addHypoAlgo(CompFactory.TrigHIEventShapeHypoAlg())
59 return MenuSequence(flags, selAcc, HypoToolGen = TrigHIUCCHypoToolFromDict)