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
4233e0ba
Commit
4233e0ba
authored
Sep 30, 2019
by
Jens Kroeger
Browse files
AnalysisCLICpix: debug output when pixel is masked
parent
cb7b2722
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisCLICpix/AnalysisCLICpix.cpp
View file @
4233e0ba
...
...
@@ -316,8 +316,10 @@ StatusCode AnalysisCLICpix::run(std::shared_ptr<Clipboard> clipboard) {
// Check if the hit is near a masked pixel
bool
hitMasked
=
checkMasked
(
chipInterceptRow
,
chipInterceptCol
);
if
(
hitMasked
)
if
(
hitMasked
)
{
LOG
(
DEBUG
)
<<
" - hit is masked"
;
continue
;
}
// Check there are no other tracks nearby
bool
proximityCut
=
checkProximity
(
track
,
tracks
);
...
...
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