CMS 3D CMS Logo

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