Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TopQuarkAnalysis
Configuration
python
patRefSel_triggerSelection_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
l1Tag = cms.InputTag(
''
)
# skip L1 results, since conflicts with the GlobalTag can occur
4
hltTag = cms.InputTag(
'TriggerResults::HLT'
)
5
6
from
HLTrigger.special.hltPhysicsDeclared_cfi
import
*
7
hltPhysicsDeclared.L1GtReadoutRecordTag = l1Tag
8
9
from
HLTrigger.HLTfilters.triggerResultsFilter_cfi
import
*
10
triggerResults = triggerResultsFilter.clone( hltResults = hltTag
11
, l1tResults = l1Tag
12
, throw =
False
13
)
14
15
triggerSelection = cms.Sequence(
16
hltPhysicsDeclared
17
* triggerResults
18
)
Config
triggerResultsFilter_cfi
hltPhysicsDeclared_cfi
Generated for CMSSW Reference Manual by
1.8.5