CMS 3D CMS Logo

patRefSel_triggerSelection_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 hltPhysicsDeclared.L1GtReadoutRecordTag = cms.InputTag( '' )
5 
7 triggerResults = triggerResultsFilter.clone( hltResults = cms.InputTag( 'TriggerResults::HLT' )
8  , l1tResults = cms.InputTag( '' )
9  , throw = False
10  )
11 
12 triggerSelection = cms.Sequence(
13  hltPhysicsDeclared
14 * triggerResults
15 )