Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
0745e0ea
Commit
0745e0ea
authored
Jan 24, 2019
by
Lennart Huth
Committed by
Lennart Huth
Apr 23, 2019
Browse files
added local cluster postion to debug output
parent
31df74a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisEfficiency/AnalysisEfficiency.cpp
View file @
0745e0ea
...
...
@@ -111,8 +111,8 @@ StatusCode AnalysisEfficiency::run(std::shared_ptr<Clipboard> clipboard) {
auto
globalIntercept
=
m_detector
->
getIntercept
(
track
);
auto
localIntercept
=
m_detector
->
globalToLocal
(
globalIntercept
);
if
(
!
m_detector
->
hasIntercept
(
track
,
0.5
))
{
LOG
(
DEBUG
)
<<
" - track outside DUT area
"
;
if
(
!
m_detector
->
hasIntercept
(
track
,
1.
))
{
LOG
(
DEBUG
)
<<
" - track outside DUT area
: "
<<
localIntercept
;
continue
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment