3 from AthenaCommon.Logging
import logging
4 log = logging.getLogger(__name__)
6 from AthenaCommon.CFElements
import seqAND, parOR
7 from AthenaConfiguration.ComponentFactory
import CompFactory
8 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
15 recoSequence =
seqAND(
'bmumuxViewNode')
16 acc.addSequence(recoSequence)
18 dataObjects = [(
'TrigRoiDescriptorCollection',
'StoreGateSvc+%s' % rois),
19 (
'xAOD::MuonContainer',
'StoreGateSvc+%s' % muons)]
20 acc.addEventAlgo(CompFactory.AthViews.ViewDataVerifier(
'VDV_bmumux', DataObjects=dataObjects), sequenceName=recoSequence.name)
22 from TrigInDetConfig.TrigInDetConfig
import trigInDetFastTrackingCfg, trigInDetPrecisionTrackingCfg
25 precisionTrackingSequence =
parOR(
'precisionTrackingInBmumux')
26 acc.addSequence(precisionTrackingSequence, parentName=recoSequence.name)