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
e770b529
Commit
e770b529
authored
Mar 20, 2020
by
Katharina Dort
Browse files
Making sure that config parameter is lower case
parent
3e59bce0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/Prealignment/Prealignment.cpp
View file @
e770b529
...
...
@@ -20,6 +20,7 @@ Prealignment::Prealignment(Configuration config, std::shared_ptr<Detector> detec
damping_factor
=
m_config
.
get
<
double
>
(
"damping_factor"
,
1.0
);
method
=
m_config
.
get
<
std
::
string
>
(
"method"
,
"mean"
);
std
::
transform
(
method
.
begin
(),
method
.
end
(),
method
.
begin
(),
::
tolower
);
fit_range_rel
=
m_config
.
get
<
int
>
(
"fit_range_rel"
,
500
);
// Backwards compatibilty: also allow timing_cut to be used for time_cut_abs
...
...
Katharina Dort
@kdort
mentioned in commit
addcb408
·
Jun 18, 2020
mentioned in commit
addcb408
mentioned in commit addcb4084dbab037326c5c22239e1b80e6287105
Toggle commit list
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