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
Corryvreckan
Corryvreckan
Commits
e74ae5ab
Commit
e74ae5ab
authored
May 10, 2021
by
Lennart Huth
Browse files
Merge branch 'analysis_dut_binning' into 'master'
AnalysisDUT: fix typo -> fill y residual with y See merge request
!424
parents
8d3f97c3
b9d2b604
Pipeline
#2598112
passed with stages
in 21 minutes and 11 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
src/modules/AnalysisDUT/AnalysisDUT.cpp
View file @
e74ae5ab
...
...
@@ -611,7 +611,7 @@ StatusCode AnalysisDUT::run(const std::shared_ptr<Clipboard>& clipboard) {
double
xdistance
=
intercept
.
X
()
-
assoc_cluster
->
global
().
x
();
double
ydistance
=
intercept
.
Y
()
-
assoc_cluster
->
global
().
y
();
double
xdistance_um
=
xdistance
*
1000.
;
double
ydistance_um
=
x
distance
*
1000.
;
double
ydistance_um
=
y
distance
*
1000.
;
double
xabsdistance
=
fabs
(
xdistance
);
double
yabsdistance
=
fabs
(
ydistance
);
...
...
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