CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dtResolutionTestFinalCalib_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 resolutionTest = DQMEDHarvester("DTResolutionAnalysisTest",
5  diagnosticPrescale = cms.untracked.int32(1),
6  permittedMeanRange = cms.untracked.double(0.02),
7  permittedSigmaRange = cms.untracked.double(0.12),
8  # top folder for the histograms in DQMStore
9  topHistoFolder = cms.untracked.string('DT/CalibrationSummary'),
10  doCalibAnalysis = cms.untracked.bool(True)
11  )