/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
JetMETCorrections/Configuration/ChangeLog
24 строки
1 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
2009-11-15 Philipp SCHIEFERDECKER <philipp.schieferdecker@cern.ch> * slim down python/JetCorrectionServices_cff.py and python/JetCorrectionProducers_cff.py to only define correction services and producers for AntiKt R=0.5 CaloJets and PFJets. * add python/JetCorrectionServicesAllAlgos_cff.py and python/JetCorrectionProducersAllAlgos_cff.py to still cover the rest. * add test/run_ak5L2L3_cfg.py and test/run_kt4L2L3_cfg.py configuration examples, which produce jet pt histograms for uncorrected / corrected CaloJets / PFJets. The kt4 example demonstrates how the services and producers to correct any algorithm can be constructed (cloned) from the existing versions for AntiKt R=0.5. 2009-11-12 Philipp SCHIEFERDECKER <philipp.schieferdecker@cern.ch> * add new files to define commonly used jet correction services and producers. New mechanism based on JetCorrectionEra_cff.py allows for these files (JetCorrectionServices_cff.py and JetCorrectionProducers_cff.py) to remain valid when new correction parameters become available. * Some files in python/ are obsolete or need updating (JPT!?), to be followed up soon!