Warning, /SimG4Core/KillSecondaries/README is written in an unsupported language. File is not indexed.
0001 To kill all secondaries use:
0002 ============================
0003
0004 in .cfg file:
0005
0006 VPSet Watchers = {
0007 {
0008 string type = "KillSecondariesRunAction"
0009 } }
0010
0011
0012 To kill secondary baryons and ions below threshold use:
0013 =======================================================
0014
0015 in .cfg file:
0016
0017 replace g4SimHits.Watchers = {
0018 {string type = "KillSecondariesTrackAction"
0019 using common_heavy_suppression
0020 } }
0021
0022 and play with the default settings of common_heavy_suppression using
0023
0024 replace common_heavy_suppression.SuppressHeavy = true
0025 and also the thresholds: IonThreshold, NeutronThreshold, ProtonThreshold
0026 (momenta values given in MeV/c)