Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lennart Huth
Corryvreckan
Commits
aeabbca5
Commit
aeabbca5
authored
Jan 06, 2022
by
Lennart Huth
Browse files
adding check if role==passive in tracking to correctly handle these planes
parent
7e7bb971
Pipeline
#3414674
failed with stages
in 45 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/Tracking4D/Tracking4D.cpp
View file @
aeabbca5
...
...
@@ -303,6 +303,11 @@ StatusCode Tracking4D::run(const std::shared_ptr<Clipboard>& clipboard) {
continue
;
}
if
(
detector
->
isPassive
())
{
LOG
(
DEBUG
)
<<
"Skipping passive plane."
;
continue
;
}
// Determine whether a track can still be assembled given the number of current hits and the number of
// detectors to come. Reduces computing time.
detector_nr
++
;
...
...
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