CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
patRefSel_triggerSelection_cff.py
Go to the documentation of this file.
2 
3 l1Tag = cms.InputTag( '' ) # skip L1 results, since conflicts with the GlobalTag can occur
4 hltTag = cms.InputTag( 'TriggerResults::HLT' )
5 
7 hltPhysicsDeclared.L1GtReadoutRecordTag = l1Tag
8 
10 triggerResults = triggerResultsFilter.clone( hltResults = hltTag
11  , l1tResults = l1Tag
12  , throw = False
13  )
14 
15 triggerSelection = cms.Sequence(
16  hltPhysicsDeclared
17 * triggerResults
18 )