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
b4e0a591
Commit
b4e0a591
authored
Mar 29, 2019
by
Simon Spannagel
Browse files
ELEUDAQ2: display event ;length
parent
7e1b3aab
Pipeline
#781937
failed with stages
in 10 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp
View file @
b4e0a591
...
...
@@ -91,7 +91,7 @@ EventLoaderEUDAQ2::EventPosition EventLoaderEUDAQ2::is_within_event(std::shared_
if
(
!
clipboard
->
event_defined
())
{
LOG
(
DEBUG
)
<<
"Defining Corryvreckan event: "
<<
Units
::
display
(
event_start
,
{
"us"
,
"ns"
})
<<
" - "
<<
Units
::
display
(
event_end
,
{
"us"
,
"ns"
});
<<
Units
::
display
(
event_end
,
{
"us"
,
"ns"
})
<<
", length "
<<
Units
::
display
(
event_end
-
event_start
,
{
"us"
,
"ns"
});
clipboard
->
put_event
(
std
::
make_shared
<
Event
>
(
event_start
,
event_end
));
}
...
...
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