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
d5ddbc22
Commit
d5ddbc22
authored
Nov 12, 2020
by
Adrian Herkert
Browse files
checking if we have hits first
parent
685092b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderMuPixTelescope/EventLoaderMuPixTelescope.cpp
View file @
d5ddbc22
...
...
@@ -216,8 +216,8 @@ void EventLoaderMuPixTelescope::fillBuffer() {
// continue;
// no hits in data - can only happen if the zero suppression is switched off
//
if(m_tf.num_hits() == 0)
//
continue;
if
(
m_tf
.
num_hits
()
==
0
)
continue
;
// need to determine the sensor layer that is identified by the tag
RawHit
h
=
m_tf
.
get_hit
(
0
);
...
...
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