CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/L1TriggerConfig/RCTConfigProducers/python/L1RCTConfigPatternTests_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 #from L1TriggerConfig.RCTConfigProducers.RCTCalibration_cff import *
00003 
00004 RCTConfigProducers = cms.ESProducer("RCTConfigProducers",
00005 #    rct_calibration,
00006     eGammaHCalScaleFactors = cms.vdouble(0.0, 0.0, 0.0, 0.0, 0.0,
00007                                          0.0, 0.0, 0.0, 0.0, 0.0,
00008                                          0.0, 0.0, 0.0, 0.0, 0.0,
00009                                          0.0, 0.0, 0.0, 0.0, 0.0, 
00010                                          0.0, 0.0, 0.0, 0.0, 0.0, 
00011                                          0.0, 0.0, 0.0),
00012     eMaxForFGCut = cms.double(50.0),
00013     noiseVetoHB = cms.bool(False),
00014     eMaxForHoECut = cms.double(60.0),
00015     hOeCut = cms.double(0.05),
00016     eGammaECalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0, 
00017                                          1.0, 1.0, 1.0, 1.0, 1.0, 
00018                                          1.0, 1.0, 1.0, 1.0, 1.0, 
00019                                          1.0, 1.0, 1.0, 1.0, 1.0, 
00020                                          1.0, 1.0, 1.0, 1.0, 1.0, 
00021                                          1.0, 1.0, 1.0),
00022     eMinForHoECut = cms.double(3.0),
00023     jscQuietThresholdBarrel = cms.uint32(3),
00024     hActivityCut = cms.double(3.0),
00025     eActivityCut = cms.double(9999),#(3.0),
00026     jetMETHCalScaleFactors = cms.vdouble(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, 1.0, 1.0, 
00030                                          1.0, 1.0, 1.0, 1.0, 1.0, 
00031                                          1.0, 1.0, 1.0),
00032     noiseVetoHEplus = cms.bool(False),
00033     eicIsolationThreshold = cms.uint32(3),
00034     jetMETLSB = cms.double(0.5),
00035     jetMETECalScaleFactors = cms.vdouble(0.0, 0.0, 0.0, 0.0, 0.0,
00036                                          0.0, 0.0, 0.0, 0.0, 0.0,
00037                                          0.0, 0.0, 0.0, 0.0, 0.0,
00038                                          0.0, 0.0, 0.0, 0.0, 0.0, 
00039                                          0.0, 0.0, 0.0, 0.0, 0.0, 
00040                                          0.0, 0.0, 0.0),
00041     eMinForFGCut = cms.double(3.0),
00042     eGammaLSB = cms.double(0.5),
00043     jscQuietThresholdEndcap = cms.uint32(3),
00044     hMinForHoECut = cms.double(3.0),
00045     noiseVetoHEminus = cms.bool(False),
00046     useCorrectionsLindsey = cms.bool(False)                                
00047 )