00001 import FWCore.ParameterSet.Config as cms 00002 00003 RCTConfigProducers = cms.ESProducer("RCTConfigProducers", 00004 eGammaHCalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0, 00005 1.0, 1.0, 1.0, 1.0, 1.0, 00006 1.0, 1.0, 1.0, 1.0, 1.0, 00007 1.0, 1.0, 1.0, 1.0, 1.0, 00008 1.0, 1.0, 1.0, 1.0, 1.0, 00009 1.0, 1.0, 1.0), 00010 eMaxForFGCut = cms.double(50.0), 00011 noiseVetoHB = cms.bool(False), 00012 eMaxForHoECut = cms.double(60.0), 00013 hOeCut = cms.double(0.05), 00014 eGammaECalScaleFactors = cms.vdouble(1.0, 1.01, 1.02, 1.02, 1.02, 00015 1.06, 1.04, 1.04, 1.05, 1.09, 00016 1.1, 1.1, 1.15, 1.2, 1.27, 00017 1.29, 1.32, 1.52, 1.52, 1.48, 00018 1.4, 1.32, 1.26, 1.21, 1.17, 00019 1.15, 1.15, 1.15), 00020 eMinForHoECut = cms.double(3.0), 00021 jscQuietThresholdBarrel = cms.uint32(3), 00022 hActivityCut = cms.double(3.0), 00023 eActivityCut = cms.double(3.0), 00024 jetMETHCalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0, 00025 1.0, 1.0, 1.0, 1.0, 1.0, 00026 1.0, 1.0, 1.0, 1.0, 1.0, 00027 1.0, 1.0, 1.0, 1.0, 1.0, 00028 1.0, 1.0, 1.0, 1.0, 1.0, 00029 1.0, 1.0, 1.0), 00030 noiseVetoHEplus = cms.bool(False), 00031 eicIsolationThreshold = cms.uint32(3), 00032 jetMETLSB = cms.double(0.5), 00033 jetMETECalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0, 00034 1.0, 1.0, 1.0, 1.0, 1.0, 00035 1.0, 1.0, 1.0, 1.0, 1.0, 00036 1.0, 1.0, 1.0, 1.0, 1.0, 00037 1.0, 1.0, 1.0, 1.0, 1.0, 00038 1.0, 1.0, 1.0), 00039 eMinForFGCut = cms.double(3.0), 00040 eGammaLSB = cms.double(0.5), 00041 jscQuietThresholdEndcap = cms.uint32(3), 00042 hMinForHoECut = cms.double(3.0), 00043 noiseVetoHEminus = cms.bool(False) 00044 ) 00045 00046 00047