Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:41

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #Trigger bit requirement
0004 import HLTrigger.HLTfilters.hltHighLevel_cfi as hlt
0005 MUOJME = hlt.hltHighLevel.clone()
0006 MUOJME.TriggerResultsTag = cms.InputTag( "TriggerResults", "", "HLT" )
0007 MUOJME.HLTPaths = cms.vstring(
0008     'HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_Mass8*',
0009     )
0010 MUOJME.andOr = cms.bool( True )
0011 # we want to intentionally throw and exception
0012 # in case it does not match one of the HLT Paths
0013 MUOJME.throw = cms.bool( False )