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
497e1280
Commit
497e1280
authored
Apr 17, 2019
by
Lennart Huth
Browse files
added histogram with unmatched hits
parent
88abfd6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisDUT/AnalysisDUT.cpp
View file @
497e1280
...
...
@@ -268,6 +268,7 @@ StatusCode AnalysisDUT::run(std::shared_ptr<Clipboard> clipboard) {
auto
associated_clusters
=
track
->
associatedClusters
();
if
(
std
::
find
(
associated_clusters
.
begin
(),
associated_clusters
.
end
(),
cluster
)
==
associated_clusters
.
end
())
{
LOG
(
DEBUG
)
<<
"No associated cluster found"
;
hUnassociatedTracksGlobalPosition
->
Fill
(
globalIntercept
.
X
(),
globalIntercept
.
Y
());
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