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
31e53460
Commit
31e53460
authored
Sep 12, 2019
by
Jens Kroeger
Browse files
EventLoaderATLASpix: added INFO which buffer_depth is used
parent
c9e5d396
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderATLASpix/EventLoaderATLASpix.cpp
View file @
31e53460
...
...
@@ -37,6 +37,8 @@ void EventLoaderATLASpix::initialise() {
if
(
m_buffer_depth
<
1
)
{
throw
InvalidValueError
(
m_config
,
"buffer_depth"
,
"Buffer depth must be larger than 0."
);
}
else
{
LOG
(
INFO
)
<<
"Using buffer_depth = "
<<
m_buffer_depth
;
}
// File structure is RunX/data.bin
...
...
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