Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
859a1f26
Commit
859a1f26
authored
Oct 11, 2017
by
Simon Spannagel
Browse files
SpatialTracking: remove "excludedFromTracking" feature, now handled by detector list
parent
5edc10b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/algorithms/SpatialTracking.cpp
View file @
859a1f26
...
...
@@ -119,10 +119,8 @@ StatusCode SpatialTracking::run(Clipboard* clipboard) {
if
(
trees
.
count
(
detectorID
)
==
0
)
continue
;
// If excluded from tracking ignore this plane
if
(
parameters
->
excludedFromTracking
.
count
(
detectorID
)
!=
0
)
continue
;
// FIXME TODO check that it is obvious we are by default including all detectors!
// if(detectorID == parameters->DUT) continue;
// Get the closest neighbour
LOG
(
DEBUG
)
<<
"- looking for nearest cluster on device "
<<
detectorID
;
...
...
Write
Preview
Supports
Markdown
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