CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtEfficiencyTask_cfi.py
Go to the documentation of this file.
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