/
githubmirror
/
cmssw
ОбзорДокументацияВойти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cmssw/
SimG4Core/KillSecondaries/
..
interface

update watchers

3 года назад
src

code format

10 месяцев назад
BuildFile.xml

Clean up BuildFiles under SimG4Core/

6 лет назад
README

Snapshot of CMSSW_6_2_0_pre8.

13 лет назад
README
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)