00001 import FWCore.ParameterSet.Config as cms 00002 00003 from HLTrigger.btau.jetTag.eventContent_Lifetime_cff import * 00004 from HLTrigger.Egamma.HLTEgamma_EventContent_cff import * 00005 HLTElectronPlusBLifetimeFEVT = cms.PSet( 00006 outputCommands = cms.untracked.vstring() 00007 ) 00008 HLTElectronPlusBLifetimeRECO = cms.PSet( 00009 outputCommands = cms.untracked.vstring() 00010 ) 00011 HLTElectronPlusBLifetimeAOD = cms.PSet( 00012 triggerCollections = cms.VInputTag(cms.InputTag("hltL1IsoRecoEcalCandidate"), cms.InputTag("hltL1NonIsoRecoEcalCandidate"), cms.InputTag("hltPixelMatchElectronsL1IsoForHLT"), cms.InputTag("hltPixelMatchElectronsL1NonIsoForHLT"), cms.InputTag("hltBLifetimeL3BJetTags")), 00013 triggerFilters = cms.VInputTag(cms.InputTag("hltBLifetimeL3filter"), cms.InputTag("hltElBElectronTrackIsolFilter")), 00014 outputCommands = cms.untracked.vstring() 00015 ) 00016 HLTElectronPlusBLifetimeFEVT.outputCommands.extend(JetTagLifetimeHLT.outputCommands) 00017 HLTElectronPlusBLifetimeFEVT.outputCommands.extend(HLTEgamma_FEVT.outputCommands) 00018 HLTElectronPlusBLifetimeRECO.outputCommands.extend(JetTagLifetimeHLT.outputCommands) 00019 HLTElectronPlusBLifetimeRECO.outputCommands.extend(HLTEgamma_RECO.outputCommands) 00020