7 tool = CompFactory.TrigMuonRoITool(
'TrigMuonRoITool')
8 tool.DaqMuCTPiROBid = 0x760000
9 tool.DecodeMuCTPiFromROB =
False
10 tool.MUCTPILocation =
'MUCTPI_RDO'
15 if tool.MUCTPILocation
and not tool.DecodeMuCTPiFromROB:
16 rdoType =
'MuCTPI_RDO'
19 loadFromSG = [( rdoType,
'StoreGateSvc+%s' % tool.MUCTPILocation )]
20 from SGComps.SGInputLoaderConfig
import SGInputLoaderCfg
25 if not flags.Input.isMC:
26 type_names = [
'%s/%s' % (rdoType, tool.MUCTPILocation) ]
27 address_provider = CompFactory.ByteStreamAddressProviderSvc(
29 acc.addService(address_provider)
31 acc.setPrivateTools(tool)