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
ffab8a80
Commit
ffab8a80
authored
Jun 22, 2018
by
Simon Spannagel
Browse files
Use "histogram_file" instead of "histogramFile", add alias for it.
parent
c62c861e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/Analysis.cpp
View file @
ffab8a80
...
...
@@ -144,7 +144,9 @@ void Analysis::load_modules() {
std
::
vector
<
Configuration
>
configs
=
conf_mgr_
->
getConfigurations
();
// Create histogram output file
std
::
string
histogramFile
=
global_config
.
getPath
(
"histogramFile"
);
global_config
.
setAlias
(
"histogram_file"
,
"histogramFile"
);
std
::
string
histogramFile
=
global_config
.
getPath
(
"histogram_file"
);
m_histogramFile
=
new
TFile
(
histogramFile
.
c_str
(),
"RECREATE"
);
m_directory
=
m_histogramFile
->
mkdir
(
"corryvreckan"
);
if
(
m_histogramFile
->
IsZombie
())
{
...
...
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