test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtResolutionTestFinalCalib_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 resolutionTest = cms.EDAnalyzer("DTResolutionAnalysisTest",
4  diagnosticPrescale = cms.untracked.int32(1),
5  permittedMeanRange = cms.untracked.double(0.02),
6  permittedSigmaRange = cms.untracked.double(0.12),
7  # top folder for the histograms in DQMStore
8  topHistoFolder = cms.untracked.string("DT/CalibrationSummary"),
9  doCalibAnalysis = cms.untracked.bool(True)
10  )