CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Configuration/Skimming/python/PDWG_TOPElePlusJets_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #Trigger bit requirement
00004 import HLTrigger.HLTfilters.triggerResultsFilter_cfi as hlt
00005 TOPElePlusJets = hlt.triggerResultsFilter.clone()
00006 TOPElePlusJets.triggerConditions = cms.vstring(
00007 'HLT_Ele25_CaloIdVL_*',
00008 'HLT_Ele25_CaloIdVT_*',
00009 )
00010 TOPElePlusJets.hltResults = cms.InputTag( "TriggerResults", "", "HLT" )
00011 TOPElePlusJets.l1tResults = cms.InputTag("")
00012 TOPElePlusJets.throw = cms.bool( False )