CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtResolutionAnalysisTest_hlt_cfi.py
Go to the documentation of this file.
2 
3 dtResolutionTestHLT = cms.EDAnalyzer("DTResolutionAnalysisTest",
4  diagnosticPrescale = cms.untracked.int32(1),
5  permittedMeanRange = cms.untracked.double(0.01),
6  permittedSigmaRange = cms.untracked.double(0.08),
7  # top folder for the histograms in DQMStore
8  topHistoFolder = cms.untracked.string("HLT/HLTMonMuon/DT-Segments")
9  )
10 
11