Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
cc335b34
Commit
cc335b34
authored
3 years ago
by
Wouter Deconinck
Committed by
Andre Sailer
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[flake8] double space before inline comment
parent
f6aa8990
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDG4/python/DDSim/Helper/Physics.py
+6
-6
6 additions, 6 deletions
DDG4/python/DDSim/Helper/Physics.py
with
6 additions
and
6 deletions
DDG4/python/DDSim/Helper/Physics.py
+
6
−
6
View file @
cc335b34
...
...
@@ -17,13 +17,13 @@ class Physics(ConfigHelper):
self
.
_list
=
"
FTFP_BERT
"
self
.
_decays
=
False
self
.
_pdgfile
=
None
self
.
_rejectPDGs
=
{
1
,
2
,
3
,
4
,
5
,
6
,
# quarks
21
,
23
,
24
,
25
,
# bosons
1103
,
# d? diquarks
self
.
_rejectPDGs
=
{
1
,
2
,
3
,
4
,
5
,
6
,
# quarks
21
,
23
,
24
,
25
,
# bosons
1103
,
# d? diquarks
2101
,
2103
,
2203
,
# u? diquarks
3101
,
3103
,
3201
,
3203
,
3303
,
# s? diquarks
4101
,
4103
,
4201
,
4203
,
4301
,
4303
,
4403
,
# c? diquarks
5101
,
5103
,
5201
,
5203
,
5301
,
5303
,
5401
,
5403
,
5503
}
# b? diquarks
3101
,
3103
,
3201
,
3203
,
3303
,
# s? diquarks
4101
,
4103
,
4201
,
4203
,
4301
,
4303
,
4403
,
# c? diquarks
5101
,
5103
,
5201
,
5203
,
5301
,
5303
,
5401
,
5403
,
5503
}
# b? diquarks
self
.
_zeroTimePDGs
=
{
11
,
13
,
15
,
17
}
self
.
_userFunctions
=
[]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment