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