/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
TrackingTools/MaterialEffects/src/CombinedMaterialEffectsUpdator.cc
12 строк
573 B
Cms Build
Clang-Format
31 май 2019, 13:16
31 май 2019, 13:16
14da925
Код
Авторство
О чём код?
#include "TrackingTools/MaterialEffects/interface/CombinedMaterialEffectsUpdator.h" // // Computation: combine updates on momentum and cov. matrix from the multiple // scattering and energy loss updators and store them in private variables // void CombinedMaterialEffectsUpdator::compute(const TrajectoryStateOnSurface& TSoS, const PropagationDirection propDir, Effect& effect) const { theMSUpdator.compute(TSoS, propDir, effect); theELUpdator.compute(TSoS, propDir, effect); }