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
efc7b9a6
Commit
efc7b9a6
authored
Jul 04, 2018
by
Simon Spannagel
Browse files
CP2Analysis: remove leftover ROI
parent
e1d7d51c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/modules/CLICpix2Analysis/CLICpix2Analysis.cpp
View file @
efc7b9a6
...
...
@@ -12,7 +12,6 @@ CLICpix2Analysis::CLICpix2Analysis(Configuration config, std::vector<Detector*>
m_DUT
=
m_config
.
get
<
std
::
string
>
(
"DUT"
);
m_timeCutFrameEdge
=
m_config
.
get
<
double
>
(
"timeCutFrameEdge"
,
Units
::
convert
(
20
,
"ns"
));
m_roi
=
m_config
.
getMatrix
<
int
>
(
"roi"
,
std
::
vector
<
std
::
vector
<
int
>>
());
spatialCut
=
m_config
.
get
<
double
>
(
"spatialCut"
,
Units
::
convert
(
50
,
"um"
));
chi2ndofCut
=
m_config
.
get
<
double
>
(
"chi2ndofCut"
,
3.
);
...
...
src/modules/CLICpix2Analysis/CLICpix2Analysis.h
View file @
efc7b9a6
...
...
@@ -62,7 +62,6 @@ namespace corryvreckan {
std
::
string
m_DUT
;
double
spatialCut
,
m_timeCutFrameEdge
;
double
chi2ndofCut
;
std
::
vector
<
std
::
vector
<
int
>>
m_roi
;
};
}
// namespace corryvreckan
...
...
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