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
76f2a16a
Commit
76f2a16a
authored
Apr 16, 2018
by
Simon Spannagel
Browse files
OnlineMonitor: omit empty histograms
parent
af2498c9
Pipeline
#358374
passed with stages
in 6 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/algorithms/OnlineMonitor/OnlineMonitor.cpp
View file @
76f2a16a
...
...
@@ -83,6 +83,11 @@ void OnlineMonitor::initialise() {
string
correlationY2DHisto
=
"/corryvreckan/TestAlgorithm/correlationY_2Dlocal_"
+
detectorID
;
AddHisto
(
"CorrelationY2DCanvas"
,
correlationY2DHisto
,
"colz"
);
// Hisograms below not available for DUTs:
if
(
detectorID
==
m_config
.
get
<
std
::
string
>
(
"DUT"
))
{
continue
;
}
string
residualHisto
=
"/corryvreckan/BasicTracking/residualsX_"
+
detectorID
;
AddHisto
(
"ResidualCanvas"
,
residualHisto
);
}
...
...
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