/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoParticleFlow/PFClusterProducer/python/particleFlowCaloResolution_cfi.py
42 строки
1 KB
Michail
Added timing cuts for Method 2
03 ноя 2014, 19:08
03 ноя 2014, 19:08
7ada21e
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # time resolution _timeResolutionECALBarrel = cms.PSet( noiseTerm = cms.double(26.4021428571 * 0.042), constantTerm = cms.double(0.428192), noiseTermLowE = cms.double(31.4007142857 * 0.042), corrTermLowE = cms.double(0.0510871), constantTermLowE = cms.double(0.), threshLowE = cms.double(0.5), threshHighE = cms.double(5.) ) _timeResolutionECALEndcap = cms.PSet( noiseTerm = cms.double(40.8921428571 * 0.14), constantTerm = cms.double(0.), noiseTermLowE = cms.double(49.4773571429 * 0.14), corrTermLowE = cms.double(0.), constantTermLowE = cms.double(0.), threshLowE = cms.double(1.), threshHighE = cms.double(10.) ) _timeResolutionHCAL = cms.PSet( noiseTerm = cms.double(8.64), constantTerm = cms.double(1.92), noiseTermLowE = cms.double(0.0), corrTermLowE = cms.double(0.0), constantTermLowE = cms.double(6.0), threshLowE = cms.double(2.0), threshHighE = cms.double(8.0) ) _timeResolutionHCALMaxSample = cms.PSet( noiseTerm = cms.double(21.86), constantTerm = cms.double(2.82), noiseTermLowE = cms.double(8), corrTermLowE = cms.double(0.0), constantTermLowE = cms.double(4.24), threshLowE = cms.double(6.0), threshHighE = cms.double(15.0) )