Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:24

0001 import FWCore.ParameterSet.Config as cms
0002 from L1TriggerConfig.RCTConfigProducers.RCTCalibration_cff import *
0003 
0004 RCTConfigProducers = cms.ESProducer("RCTConfigProducers",
0005     rct_calibration,
0006     eGammaHCalScaleFactors = cms.vdouble(0.0, 0.0, 0.0, 0.0, 0.0, 
0007                                          0.0, 0.0, 0.0, 0.0, 0.0, 
0008                                          0.0, 0.0, 0.0, 0.0, 0.0, 
0009                                          0.0, 0.0, 0.0, 0.0, 0.0, 
0010                                          0.0, 0.0, 0.0, 0.0, 0.0, 
0011                                          0.0, 0.0, 0.0),
0012     eMaxForFGCut = cms.double(-999),
0013     noiseVetoHB = cms.bool(False),
0014     eMaxForHoECut = cms.double(-999),
0015     hOeCut = cms.double(0.05),
0016     eGammaECalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0, 
0017                                          1.0, 1.0, 1.0, 1.0, 1.0, 
0018                                          1.0, 1.0, 1.0, 1.0, 1.0, 
0019                                          1.0, 1.0, 1.0, 1.0, 1.0, 
0020                                          1.0, 1.0, 1.0, 1.0, 1.0, 
0021                                          1.0, 1.0, 1.0),
0022     eMinForHoECut = cms.double(999),
0023     jscQuietThresholdBarrel = cms.uint32(3),
0024     hActivityCut = cms.double(4.0),
0025     eActivityCut = cms.double(4.0),
0026     jetMETHCalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0, 
0027                                          1.0, 1.0, 1.0, 1.0, 1.0, 
0028                                          1.0, 1.0, 1.0, 1.0, 1.0, 
0029                                          1.0, 1.0, 1.0, 1.0, 1.0, 
0030                                          1.0, 1.0, 1.0, 1.0, 1.0, 
0031                                          1.0, 1.0, 1.0),
0032     noiseVetoHEplus = cms.bool(False),
0033     eicIsolationThreshold = cms.uint32(7),
0034     jetMETLSB = cms.double(0.25),
0035     jetMETECalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0, 
0036                                          1.0, 1.0, 1.0, 1.0, 1.0, 
0037                                          1.0, 1.0, 1.0, 1.0, 1.0, 
0038                                          1.0, 1.0, 1.0, 1.0, 1.0, 
0039                                          1.0, 1.0, 1.0, 1.0, 1.0, 
0040                                          1.0, 1.0, 1.0),
0041     eMinForFGCut = cms.double(999),
0042     eGammaLSB = cms.double(0.25),
0043     jscQuietThresholdEndcap = cms.uint32(3),
0044     hMinForHoECut = cms.double(3.0),
0045     noiseVetoHEminus = cms.bool(False),
0046     useCorrectionsLindsey = cms.bool(False)                                
0047 )
0048 
0049 
0050