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
18b6a993
Commit
18b6a993
authored
Sep 16, 2019
by
Paul Jean Schutze
Browse files
Bugfix in EUDAQ event loader
parent
6f2633f9
Pipeline
#1096498
passed with stages
in 15 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderEUDAQ/EventLoaderEUDAQ.cpp
View file @
18b6a993
...
...
@@ -71,7 +71,7 @@ StatusCode EventLoaderEUDAQ::run(std::shared_ptr<Clipboard> clipboard) {
auto
row
=
static_cast
<
int
>
(
plane
.
GetY
(
ipix
));
if
(
col
>=
detector
->
nPixels
().
X
()
||
row
>=
detector
->
nPixels
().
Y
())
{
LOG
(
WARNING
)
<<
"Pixel address "
<<
col
<<
", "
<<
row
<<
" is outside of pixel matrix."
LOG
(
WARNING
)
<<
"Pixel address "
<<
col
<<
", "
<<
row
<<
" is outside of pixel matrix."
;
}
// Check if this pixel is masked
...
...
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