00001 import FWCore.ParameterSet.Config as cms 00002 00003 from HLTrigger.Muon.HLTMuon_EventContent_cff import * 00004 from HLTrigger.btau.jetTag.eventContent_Lifetime_cff import * 00005 HLTMuonPlusBLifetimeFEVT = cms.PSet( 00006 outputCommands = cms.untracked.vstring() 00007 ) 00008 HLTMuonPlusBLifetimeRECO = cms.PSet( 00009 outputCommands = cms.untracked.vstring() 00010 ) 00011 HLTMuonPlusBLifetimeAOD = cms.PSet( 00012 triggerCollections = cms.VInputTag(cms.InputTag("hltL3MuonCandidates"), cms.InputTag("hltBLifetimeL3BJetTags")), 00013 triggerFilters = cms.VInputTag(cms.InputTag("hltBLifetimeL3filter"), cms.InputTag("hltMuBIsoL3IsoFiltered")), 00014 outputCommands = cms.untracked.vstring() 00015 ) 00016 HLTMuonPlusBLifetimeFEVT.outputCommands.extend(JetTagLifetimeHLT.outputCommands) 00017 HLTMuonPlusBLifetimeFEVT.outputCommands.extend(HLTMuonFEVT.outputCommands) 00018 HLTMuonPlusBLifetimeRECO.outputCommands.extend(JetTagLifetimeHLT.outputCommands) 00019 HLTMuonPlusBLifetimeRECO.outputCommands.extend(HLTMuonRECO.outputCommands) 00020