/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoLocalMuon/CSCRecHitD/python/cscRecHitD_cff.py
45 строк
1 KB
Jeongeun Lee
rename cfipython name cscRecHitDProducer, replace EDProducer with clone from the cfipython
27 апр 2021, 14:29
27 апр 2021, 14:29
9f72166
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # # Parameters for coordinate and uncertainty calculations # Do not change them freely... # # These are empirical values. # To be extracted from measurements (DB) # The values bellow were tuned on MC (though there were MTCC ones too) # cscRecHitDParameters = dict( # # a XT asymmetry model parameter XTasymmetry_ME1a = 0.023, XTasymmetry_ME1b = 0.01, XTasymmetry_ME12 = 0.015, XTasymmetry_ME13 = 0.02, XTasymmetry_ME21 = 0.023, XTasymmetry_ME22 = 0.023, XTasymmetry_ME31 = 0.023, XTasymmetry_ME32 = 0.023, XTasymmetry_ME41 = 0.023, # # constant systematics (in cm) ConstSyst_ME1a = 0.01, ConstSyst_ME1b = 0.02, ConstSyst_ME12 = 0.02, ConstSyst_ME13 = 0.03, ConstSyst_ME21 = 0.03, ConstSyst_ME22 = 0.03, ConstSyst_ME31 = 0.03, ConstSyst_ME32 = 0.03, ConstSyst_ME41 = 0.03, # # 3 time bins noise (in ADC counts) NoiseLevel_ME1a = 9.0, NoiseLevel_ME1b = 6.0, NoiseLevel_ME12 = 7.0, NoiseLevel_ME13 = 4.0, NoiseLevel_ME21 = 5.0, NoiseLevel_ME22 = 7.0, NoiseLevel_ME31 = 5.0, NoiseLevel_ME32 = 7.0, NoiseLevel_ME41 = 5.0 )