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
dc2a4a37
Commit
dc2a4a37
authored
May 31, 2021
by
Jens Kroeger
Browse files
AnalysisDUT: remove experimental cut (not part of this MR)
parent
f2767c43
Pipeline
#2667214
failed with stages
in 3 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisDUT/AnalysisDUT.cpp
View file @
dc2a4a37
...
...
@@ -26,9 +26,6 @@ AnalysisDUT::AnalysisDUT(Configuration& config, std::shared_ptr<Detector> detect
config_
.
setDefault
<
double
>
(
"time_binning"
,
Units
::
get
<
double
>
(
0.1
,
"ns"
));
config_
.
setDefault
<
bool
>
(
"correlations"
,
false
);
if
(
config_
.
has
(
"cluster_charge_cut"
))
{
cluster_charge_cut_
=
config_
.
get
<
double
>
(
"cluster_charge_cut"
);
}
time_cut_frameedge_
=
config_
.
get
<
double
>
(
"time_cut_frameedge"
);
chi2_ndof_cut_
=
config_
.
get
<
double
>
(
"chi2ndof_cut"
);
use_closest_cluster_
=
config_
.
get
<
bool
>
(
"use_closest_cluster"
);
...
...
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