Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DQM
DTMonitorModule
python
dtEfficiencyTask_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
dtEfficiencyMonitor = cms.EDAnalyzer(
"DTEfficiencyTask"
,
4
# switch for verbosity
5
debug = cms.untracked.bool(
False
),
6
# labels of 4D and 1D hits
7
recHits4DLabel = cms.string(
'dt4DSegments'
),
8
recHitLabel = cms.string(
'dt1DRecHits'
),
9
# interval of lumi block after which we reset the histos
10
ResetCycle = cms.untracked.int32(10000)
11
)
12
13
Config
Generated for CMSSW Reference Manual by
1.8.5