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
0c9cc421
Commit
0c9cc421
authored
Jun 08, 2021
by
Mateus Vicente
Browse files
making sure it compiles before pusing it ;-)
parent
fb7a0695
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisEfficiency/AnalysisEfficiency.cpp
View file @
0c9cc421
...
...
@@ -23,7 +23,7 @@ AnalysisEfficiency::AnalysisEfficiency(Configuration& config, std::shared_ptr<De
config_
.
setDefault
<
double
>
(
"time_cut_frameedge"
,
Units
::
get
<
double
>
(
20
,
"ns"
));
config_
.
setDefault
<
double
>
(
"chi2ndof_cut"
,
3.
);
config_
.
setDefault
<
double
>
(
"inpixel_bin_size"
,
Units
::
get
<
double
>
(
1.0
,
"um"
));
config_
.
setDefault
<
double
>
(
"inpixel_cut_edge"
,
Units
::
get
<
double
>
(
5.
,
"um"
);
config_
.
setDefault
<
double
>
(
"inpixel_cut_edge"
,
Units
::
get
<
double
>
(
5.
,
"um"
)
)
;
config_
.
setDefault
<
double
>
(
"masked_pixel_distance_cut"
,
1.
);
m_timeCutFrameEdge
=
config_
.
get
<
double
>
(
"time_cut_frameedge"
);
...
...
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