CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQMServices/Components/python/MEtoMEComparitor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 MEtoMEComparitor = cms.EDAnalyzer("MEtoMEComparitor",
00004                                   MEtoEDMLabel = cms.string('MEtoEDMConverter'),
00005                                   
00006                                   lumiInstance = cms.string('MEtoEDMConverterLumi'),
00007                                   runInstance = cms.string('MEtoEDMConverterRun'),
00008 
00009                                   autoProcess = cms.bool(True),
00010                                   processRef = cms.string('HLT'),
00011                                   processNew = cms.string('RERECO'),
00012 
00013                                   #under which an histogram goes to diff check
00014                                   KSgoodness = cms.double(0.9),
00015                                   #over which an histogram is marked as badKS, badDiff
00016                                   Diffgoodness = cms.double(0.1),
00017                                   #deepness of directory
00018                                   dirDepth = cms.uint32(1),
00019                                   #fraction in a directory under which a warning is send
00020                                   OverAllgoodness = cms.double(0.9),
00021                                   
00022                                   )