Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DQM
DTMonitorModule
python
dtResolutionTask_hlt_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
dtResolutionTaskHLT = cms.EDAnalyzer(
"DTResolutionAnalysisTask"
,
4
# labels of 4D hits
5
recHits4DLabel = cms.string(
'hltDt4DSegments'
),
6
# interval of lumi block after which we reset the histos
7
ResetCycle = cms.untracked.int32(10000),
8
# top folder for the histograms in DQMStore
9
topHistoFolder = cms.untracked.string(
"HLT/HLTMonMuon/DT-Segments"
)
10
)
11
12
Config
Generated for CMSSW Reference Manual by
1.8.5