Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb Data Packages
Gen
DecFiles
Commits
111ac6cb
Commit
111ac6cb
authored
Apr 17, 2020
by
Elisabeth Maria Niel
Browse files
Update create_options.py
parent
b5f80345
Pipeline
#1567158
passed with stages
in 2 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmt/create_options.py
View file @
111ac6cb
...
@@ -448,8 +448,6 @@ class EventType:
...
@@ -448,8 +448,6 @@ class EventType:
return
'PolarizedBaryon'
in
self
.
KeywordDictionary
.
keys
()
return
'PolarizedBaryon'
in
self
.
KeywordDictionary
.
keys
()
def
PolarizedBaryon
(
self
):
def
PolarizedBaryon
(
self
):
return
self
.
KeywordDictionary
[
'PolarizedBaryon'
].
lower
()
return
self
.
KeywordDictionary
[
'PolarizedBaryon'
].
lower
()
def
HasParticlePol
(
self
):
return
'PolValue'
in
self
.
KeywordDictionary
.
keys
()
def
BaryonPolarizationValue
(
self
):
def
BaryonPolarizationValue
(
self
):
return
self
.
KeywordDictionary
[
'PolValue'
]
return
self
.
KeywordDictionary
[
'PolValue'
]
def
HasExtraOptions
(
self
):
def
HasExtraOptions
(
self
):
...
...
Write
Preview
Supports
Markdown
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