CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtResolutionTask_cfi.py
Go to the documentation of this file.
2 
3 dtResolutionAnalysisMonitor = cms.EDAnalyzer("DTResolutionAnalysisTask",
4  # labels of 4D hits
5  recHits4DLabel = cms.string('dt4DSegments'),
6  # interval of lumi block after which we reset the histos
7  ResetCycle = cms.untracked.int32(10000),
8  # cut on the hits of segments considered for resolution
9  phiHitsCut = cms.untracked.uint32(6),
10  zHitsCut = cms.untracked.uint32(3),
11  # top folder for the histograms in DQMStore
12  topHistoFolder = cms.untracked.string("DT/02-Segments")
13  )
14 
15