Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Paul Seyfert
Urania
Commits
00702607
Commit
00702607
authored
Dec 15, 2017
by
Anton Poluektov
Browse files
Bugfix for Run2 PIDGen script
parent
0b769206
Changes
1
Hide whitespace changes
Inline
Side-by-side
PIDCalib/PIDPerfScripts/scripts/python/PIDGenUser/PIDGen.py
View file @
00702607
...
...
@@ -107,8 +107,8 @@ else :
transform_forward
=
"((x)**%f)"
%
abs
(
gamma
)
transform_backward
=
"((x)**%f)"
%
(
1.
/
abs
(
gamma
))
else
:
transform_forward
=
ConfigRun
1
.
configs
[
config
][
'transform_forward'
]
transform_backward
=
ConfigRun
1
.
configs
[
config
][
'transform_backward'
]
transform_forward
=
ConfigRun
2
.
configs
[
config
][
'transform_forward'
]
transform_backward
=
ConfigRun
2
.
configs
[
config
][
'transform_backward'
]
from
math
import
sqrt
...
...
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