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
4d31084e
Commit
4d31084e
authored
Sep 16, 2019
by
Morag Jean Williams
Browse files
Merge branch 'eudaqBugfix' into 'master'
Bugfix in EUDAQ event loader - compilation broken See merge request
!169
parents
6f2633f9
18b6a993
Pipeline
#1100092
passed with stages
in 25 minutes and 42 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderEUDAQ/EventLoaderEUDAQ.cpp
View file @
4d31084e
...
...
@@ -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