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
ff27e737
Commit
ff27e737
authored
Jan 15, 2019
by
Simon Spannagel
Browse files
Merge branch 'master' of
ssh://gitlab.cern.ch:7999/corryvreckan/corryvreckan
parents
d3006047
8637d760
Pipeline
#660642
passed with stages
in 24 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderTimepix3/EventLoaderTimepix3.cpp
View file @
ff27e737
...
...
@@ -254,10 +254,10 @@ StatusCode EventLoaderTimepix3::run(std::shared_ptr<Clipboard> clipboard) {
// Otherwise tell event loop to keep running
IFLOG
(
INFO
)
{
if
(
temporalSplit
)
{
LOG_PROGRESS
(
INFO
,
"tpx3_loader"
)
LOG_PROGRESS
(
DEBUG
,
"tpx3_loader"
)
<<
"Current time: "
<<
Units
::
display
(
clipboard
->
get_persistent
(
"eventStart"
),
{
"s"
,
"ms"
,
"us"
,
"ns"
});
}
else
{
LOG_PROGRESS
(
INFO
,
"tpx3_loader"
)
<<
"Current event: "
<<
m_currentEvent
;
LOG_PROGRESS
(
DEBUG
,
"tpx3_loader"
)
<<
"Current event: "
<<
m_currentEvent
;
}
}
...
...
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