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
934288cc
Commit
934288cc
authored
May 06, 2019
by
Jens Kroeger
Browse files
EventLoaderEUDAQ2: removed unnecessary 'end if' and 'end for' comments
parent
e5734e4f
Pipeline
#842802
failed with stages
in 4 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp
View file @
934288cc
...
...
@@ -65,7 +65,7 @@ void EventLoaderEUDAQ2::initialise() {
"adjust_event_times"
,
"Parameter needs 3 values per row: [
\"
event type
\"
, shift event start, shift event end]"
);
}
}
// end for
}
}
std
::
shared_ptr
<
eudaq
::
StandardEvent
>
EventLoaderEUDAQ2
::
get_next_event
()
{
...
...
@@ -141,7 +141,7 @@ EventLoaderEUDAQ2::EventPosition EventLoaderEUDAQ2::is_within_event(std::shared_
event_end
+=
shift_end
;
LOG
(
DEBUG
)
<<
"Adjusting "
<<
(
*
it
).
at
(
0
)
<<
": event_start by "
<<
Units
::
display
(
shift_start
,
{
"us"
,
"ns"
})
<<
", event_end by "
<<
Units
::
display
(
event_end
,
{
"us"
,
"ns"
});
}
// end if
}
// Skip if later start is requested:
if
(
event_start
<
m_skip_time
)
{
...
...
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