/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimG4Core/KillSecondaries/README
26 строк
740 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
To kill all secondaries use: ============================ in .cfg file: VPSet Watchers = { { string type = "KillSecondariesRunAction" } } To kill secondary baryons and ions below threshold use: ======================================================= in .cfg file: replace g4SimHits.Watchers = { {string type = "KillSecondariesTrackAction" using common_heavy_suppression } } and play with the default settings of common_heavy_suppression using replace common_heavy_suppression.SuppressHeavy = true and also the thresholds: IonThreshold, NeutronThreshold, ProtonThreshold (momenta values given in MeV/c)