CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PDWG_EXODisplacedPhoton_cff.py
Go to the documentation of this file.
2 
3 #Trigger bit requirement
5 EXODisplacedPhoton = hlt.triggerResultsFilter.clone()
6 EXODisplacedPhoton.triggerConditions = cms.vstring('HLT_DisplacedPhoton65*',)
7 EXODisplacedPhoton.hltResults = cms.InputTag( "TriggerResults", "", "HLT" )
8 EXODisplacedPhoton.l1tResults = cms.InputTag("")
9 EXODisplacedPhoton.throw = cms.bool( False )