test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DQM
HLTEvF
python
HLTLocalRecoDT_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# DT DQM
4
from
DQM.DTMonitorModule.dtResolutionTask_hlt_cfi
import
*
5
from
DQM.DTMonitorModule.dtSegmentTask_hlt_cfi
import
*
6
from
DQM.DTMonitorClient.dtSegmentAnalysisTest_hlt_cfi
import
*
7
from
DQM.DTMonitorClient.dtResolutionAnalysisTest_hlt_cfi
import
*
8
9
hltHighLevel = cms.EDFilter(
"HLTHighLevel"
,
10
TriggerResultsTag = cms.InputTag(
"TriggerResults"
,
""
,
"HLT"
),
11
HLTPaths = cms.vstring(
'HLT_L1Mu[^_]*$'
,
12
'HLT_L2Mu[^_]*$'
,
13
'HLT_Mu[^_]*$'
,
14
'HLT_IsoMu[^_]*$'
,
15
'HLT_DoubleMu[^_]*$'
,
16
),
17
#HLTPaths = cms.vstring('HLT_L1MuOpen','HLT_L1Mu', 'HLT_L1Mu20',
18
# 'HLT_L2Mu9','HLT_L2Mu11',
19
# 'HLT_Mu3', 'HLT_Mu5', 'HLT_Mu9'),
20
eventSetupPathsKey = cms.string(
''
),
# not empty => use read paths from AlCaRecoTriggerBitsRcd via this key
21
andOr = cms.bool(
True
),
# how to deal with multiple triggers: True (OR) accept if ANY is true, False (AND) accept if ALL are true
22
throw = cms.bool(
False
)
# throw exception on unknown path names
23
)
24
25
dtClient = cms.Sequence(dtResolutionTaskHLT+dtSegmentTaskHLT+dtResolutionTestHLT+dtSegmentTestkHLT)
26
hltLocalRecoDT = cms.Path(hltHighLevel*dtClient)
27
Config
dtResolutionTask_hlt_cfi
dtSegmentAnalysisTest_hlt_cfi
dtSegmentTask_hlt_cfi
dtResolutionAnalysisTest_hlt_cfi
Generated for CMSSW Reference Manual by
1.8.5