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
571ba171
Commit
571ba171
authored
Nov 09, 2018
by
Simon Spannagel
Browse files
OnlineMon: try to fix plotting issue woth log scale
parent
2c851d1d
Pipeline
#580150
passed with stages
in 7 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/OnlineMonitor/OnlineMonitor.cpp
View file @
571ba171
...
...
@@ -178,6 +178,7 @@ void OnlineMonitor::AddHisto(string canvasName, string histoName, string style,
// Add root directory to path:
histoName
=
"/"
+
histoName
;
style
+=
"hist"
;
TH1
*
histogram
=
static_cast
<
TH1
*>
(
gDirectory
->
Get
(
histoName
.
c_str
()));
if
(
histogram
)
{
...
...
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