Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
NPDet
Commits
1f0f27b0
Commit
1f0f27b0
authored
Nov 23, 2021
by
Sylvester Joosten
Browse files
Add extra "bad" particles not to send to GEANT4
parent
d18447b9
Pipeline
#24999
passed with stages
in 48 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/dd4pod/python/npsim/DDSim/Helper/Physics.py
View file @
1f0f27b0
...
...
@@ -19,7 +19,7 @@ class Physics(ConfigHelper):
self
.
_list
=
"FTFP_BERT"
self
.
_decays
=
False
self
.
_pdgfile
=
None
self
.
_rejectPDGs
=
{
1
,
2
,
3
,
4
,
5
,
6
,
21
,
23
,
24
,
25
,
2101
}
self
.
_rejectPDGs
=
{
1
,
2
,
3
,
4
,
5
,
6
,
21
,
23
,
24
,
25
,
431
,
433
,
2101
}
self
.
_zeroTimePDGs
=
{
11
,
13
,
15
,
17
}
self
.
_trackSecondariesFirst
=
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment