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
1b1c353e
Commit
1b1c353e
authored
Dec 15, 2017
by
Anton Poluektov
Browse files
Merge branch 'poluekt-pidgen' into 'master'
Bugfix for Run2 PIDGen script See merge request
lhcb/Urania!141
parents
0b769206
00702607
Changes
1
Hide whitespace changes
Inline
Side-by-side
PIDCalib/PIDPerfScripts/scripts/python/PIDGenUser/PIDGen.py
View file @
1b1c353e
...
...
@@ -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