CMS 3D CMS Logo

dtResolutionAnalysisTest_hlt_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 
4 dtResolutionTestHLT = DQMEDHarvester("DTResolutionAnalysisTest",
5  diagnosticPrescale = cms.untracked.int32(1),
6  permittedMeanRange = cms.untracked.double(0.01),
7  permittedSigmaRange = cms.untracked.double(0.08),
8  # top folder for the histograms in DQMStore
9  topHistoFolder = cms.untracked.string('HLT/HLTMonMuon/DT-Segments')
10  )
11 
12