Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
6aeb1441
Commit
6aeb1441
authored
Jan 30, 2019
by
Simon Spannagel
Browse files
EventLoaderEUDAQ: use getpath for file_name
parent
686ab0cc
Pipeline
#683710
passed with stages
in 18 minutes and 39 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderEUDAQ/EventLoaderEUDAQ.cpp
View file @
6aeb1441
...
@@ -9,7 +9,7 @@ using namespace std;
...
@@ -9,7 +9,7 @@ using namespace std;
EventLoaderEUDAQ
::
EventLoaderEUDAQ
(
Configuration
config
,
std
::
vector
<
std
::
shared_ptr
<
Detector
>>
detectors
)
EventLoaderEUDAQ
::
EventLoaderEUDAQ
(
Configuration
config
,
std
::
vector
<
std
::
shared_ptr
<
Detector
>>
detectors
)
:
Module
(
std
::
move
(
config
),
std
::
move
(
detectors
)),
m_longID
(
true
)
{
:
Module
(
std
::
move
(
config
),
std
::
move
(
detectors
)),
m_longID
(
true
)
{
m_filename
=
m_config
.
get
<
std
::
string
>
(
"file_name"
);
m_filename
=
m_config
.
get
Path
(
"file_name"
,
true
);
m_longID
=
m_config
.
get
<
bool
>
(
"long_detector_id"
,
true
);
m_longID
=
m_config
.
get
<
bool
>
(
"long_detector_id"
,
true
);
}
}
...
...
Write
Preview
Markdown
is supported
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