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
9b667a95
Commit
9b667a95
authored
Aug 23, 2019
by
Simon Spannagel
Browse files
EventLoader: actually read the config value from file
parent
2c6759e5
Pipeline
#1055281
passed with stages
in 17 minutes and 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp
View file @
9b667a95
...
...
@@ -18,6 +18,7 @@ EventLoaderEUDAQ2::EventLoaderEUDAQ2(Configuration config, std::shared_ptr<Detec
m_filename
=
m_config
.
getPath
(
"file_name"
,
true
);
m_get_time_residuals
=
m_config
.
get
<
bool
>
(
"get_time_residuals"
,
false
);
m_get_tag_vectors
=
m_config
.
get
<
bool
>
(
"get_tag_vectors"
,
false
);
m_ignore_bore
=
m_config
.
get
<
bool
>
(
"ignore_bore"
,
true
);
m_skip_time
=
m_config
.
get
(
"skip_time"
,
0.
);
m_adjust_event_times
=
m_config
.
getMatrix
<
std
::
string
>
(
"adjust_event_times"
,
{});
m_buffer_depth
=
m_config
.
get
<
int
>
(
"buffer_depth"
,
0
);
...
...
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