CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Configuration/Skimming/python/PDWG_EXODisplacedPhoton_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 EXODisplacedPhoton = hlt.triggerResultsFilter.clone()
00006 EXODisplacedPhoton.triggerConditions = cms.vstring('HLT_DisplacedPhoton65*',)
00007 EXODisplacedPhoton.hltResults = cms.InputTag( "TriggerResults", "", "HLT" )
00008 EXODisplacedPhoton.l1tResults = cms.InputTag("")
00009 EXODisplacedPhoton.throw = cms.bool( False )