00001 import FWCore.ParameterSet.Config as cms 00002 00003 from HLTrigger.Muon.HLTMuon_EventContent_cff import * 00004 from HLTrigger.btau.jetTag.eventContent_SoftMuon_cff import * 00005 HLTMuonPlusBSoftMuonFEVT = cms.PSet( 00006 outputCommands = cms.untracked.vstring() 00007 ) 00008 HLTMuonPlusBSoftMuonRECO = cms.PSet( 00009 outputCommands = cms.untracked.vstring() 00010 ) 00011 HLTMuonPlusBSoftMuonAOD = cms.PSet( 00012 triggerCollections = cms.VInputTag(cms.InputTag("hltL3MuonCandidates"), cms.InputTag("hltBSoftmuonL3BJetTags")), 00013 triggerFilters = cms.VInputTag(cms.InputTag("hltBSoftmuonL3filter"), cms.InputTag("hltMuBIsoL3IsoFiltered")), 00014 outputCommands = cms.untracked.vstring() 00015 ) 00016 HLTMuonPlusBSoftMuonFEVT.outputCommands.extend(JetTagSoftMuonHLT.outputCommands) 00017 HLTMuonPlusBSoftMuonFEVT.outputCommands.extend(HLTMuonFEVT.outputCommands) 00018 HLTMuonPlusBSoftMuonRECO.outputCommands.extend(JetTagSoftMuonHLT.outputCommands) 00019 HLTMuonPlusBSoftMuonRECO.outputCommands.extend(HLTMuonRECO.outputCommands) 00020