Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
32593e18
Commit
32593e18
authored
May 14, 2019
by
Jens Kroeger
Browse files
AnalysisEfficiency: changed size_t into auto
parent
0e8c1abe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisEfficiency/AnalysisEfficiency.cpp
View file @
32593e18
...
...
@@ -267,8 +267,8 @@ StatusCode AnalysisEfficiency::run(std::shared_ptr<Clipboard> clipboard) {
eTotalEfficiency
->
Fill
(
has_associated_cluster
,
0
);
// use 0th bin for total efficiency
}
size_t
intercept_col
=
static_cast
<
size_t
>
(
m_detector
->
getColumn
(
localIntercept
));
size_t
intercept_row
=
static_cast
<
size_t
>
(
m_detector
->
getRow
(
localIntercept
));
auto
intercept_col
=
static_cast
<
size_t
>
(
m_detector
->
getColumn
(
localIntercept
));
auto
intercept_row
=
static_cast
<
size_t
>
(
m_detector
->
getRow
(
localIntercept
));
if
(
has_associated_cluster
)
{
hTimeDiffPrevTrack_assocCluster
->
Fill
(
...
...
Write
Preview
Markdown
is supported
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