/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
L1TriggerConfig/RCTConfigProducers/python/L1RCTConfig_cfi.py
47 строк
2 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from L1TriggerConfig.RCTConfigProducers.RCTCalibration_cff import * RCTConfigProducers = cms.ESProducer("RCTConfigProducers", rct_calibration, eGammaHCalScaleFactors = cms.vdouble(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0), eMaxForFGCut = cms.double(-999), noiseVetoHB = cms.bool(False), eMaxForHoECut = cms.double(-999), hOeCut = cms.double(0.05), eGammaECalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0), eMinForHoECut = cms.double(999), jscQuietThresholdBarrel = cms.uint32(3), hActivityCut = cms.double(4.0), eActivityCut = cms.double(4.0), jetMETHCalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0), noiseVetoHEplus = cms.bool(False), eicIsolationThreshold = cms.uint32(7), jetMETLSB = cms.double(0.25), jetMETECalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0), eMinForFGCut = cms.double(999), eGammaLSB = cms.double(0.25), jscQuietThresholdEndcap = cms.uint32(3), hMinForHoECut = cms.double(3.0), noiseVetoHEminus = cms.bool(False), useCorrectionsLindsey = cms.bool(False) )