CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1TriggerConfig/RCTConfigProducers/python/L1RCTConfig_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(-999),
00013     noiseVetoHB = cms.bool(False),
00014     eMaxForHoECut = cms.double(-999),
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(999),
00023     jscQuietThresholdBarrel = cms.uint32(3),
00024     hActivityCut = cms.double(4.0),
00025     eActivityCut = cms.double(4.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(7),
00034     jetMETLSB = cms.double(0.25),
00035     jetMETECalScaleFactors = cms.vdouble(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, 1.0, 1.0, 
00039                                          1.0, 1.0, 1.0, 1.0, 1.0, 
00040                                          1.0, 1.0, 1.0),
00041     eMinForFGCut = cms.double(999),
00042     eGammaLSB = cms.double(0.25),
00043     jscQuietThresholdEndcap = cms.uint32(3),
00044     hMinForHoECut = cms.double(3.0),
00045     noiseVetoHEminus = cms.bool(False),
00046     useCorrectionsLindsey = cms.bool(False)                                
00047 )
00048 
00049 
00050