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
1acd62b8
Commit
1acd62b8
authored
Oct 15, 2020
by
Jens Kroeger
Browse files
EventLoaderEUDAQ2: remove std::fixed()
parent
196e126a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp
View file @
1acd62b8
...
...
@@ -563,7 +563,7 @@ StatusCode EventLoaderEUDAQ2::run(const std::shared_ptr<Clipboard>& clipboard) {
}
LOG
(
DEBUG
)
<<
"Triggers on clipboard event: "
<<
event
->
triggerList
().
size
();
for
(
auto
&
trigger
:
event
->
triggerList
())
{
LOG
(
DEBUG
)
<<
"
\t
ID: "
<<
trigger
.
first
<<
", time: "
<<
std
::
fixed
<<
Units
::
display
(
trigger
.
second
,
"us"
);
LOG
(
DEBUG
)
<<
"
\t
ID: "
<<
trigger
.
first
<<
", time: "
<<
Units
::
display
(
trigger
.
second
,
"us"
);
}
// histogram only exists for non-auxiliary detectors:
...
...
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