CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/DTMonitorClient/python/dtResolutionTest_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 resolutionTest = cms.EDAnalyzer("DTResolutionTest",
00004     runningStandalone = cms.untracked.bool(True),
00005     diagnosticPrescale = cms.untracked.int32(1),
00006     calibModule = cms.untracked.bool(True),
00007     #Names of the quality tests: they must match those specified in "qtList"
00008     resDistributionTestName = cms.untracked.string('ResidualsDistributionGaussianTest'),
00009     meanTestName = cms.untracked.string('ResidualsMeanInRange'),
00010     sigmaTestName = cms.untracked.string('ResidualsSigmaInRange'),
00011     #Input/Output files
00012     readFile = cms.untracked.bool(False),
00013     inputFile = cms.untracked.string('/afs/cern.ch/cms/CAF/CMSALCA/ALCA_MUONCALIB/DTCALIB/CRAFT/ttrig/DTkFactValidation_66722.root'),
00014     debug = cms.untracked.bool(False),
00015     OutputMEsInRootFile = cms.bool(True),
00016     OutputFileName = cms.string('provaDTkfactValidation2.root'),
00017     #Histo setting
00018     folderRoot = cms.untracked.string(''),
00019     histoTag2D = cms.untracked.string('hResDistVsDist_STEP3'),
00020     histoTag = cms.untracked.string('hResDist_STEP3'),
00021     STEP = cms.untracked.string('STEP3'),  
00022     meanMaxLimit =  cms.untracked.double(0.07),
00023     meanWrongHisto =  cms.untracked.bool(False),
00024     sigmaTest =  cms.untracked.bool(False),
00025     slopeTest =  cms.untracked.bool(False)
00026 )