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
36ca5487
Commit
36ca5487
authored
Apr 21, 2021
by
Lennart Huth
Browse files
added a missing ;
parent
2db57520
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventDefinitionM26/EventDefinitionM26.cpp
View file @
36ca5487
...
...
@@ -31,7 +31,8 @@ EventDefinitionM26::EventDefinitionM26(Configuration& config, std::vector<std::s
timeshift_
=
config_
.
get
<
double
>
(
"time_shift"
);
shift_triggers_
=
config_
.
get
<
int
>
(
"shift_triggers"
);
skip_time_
=
config_
.
get
<
double
>
(
"skip_time"
);
skip_time_ps_
=
Units
::
convert
(
skip_time_
,
"ps"
)
config_
.
setDefault
<
std
::
string
>
(
"eudaq_loglevel"
,
"ERROR"
);
skip_time_ps_
=
Units
::
convert
(
skip_time_
,
"ps"
);
config_
.
setDefault
<
std
::
string
>
(
"eudaq_loglevel"
,
"ERROR"
);
// Set EUDAQ log level to desired value:
EUDAQ_LOG_LEVEL
(
config_
.
get
<
std
::
string
>
(
"eudaq_loglevel"
));
...
...
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