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
21cd8117
Commit
21cd8117
authored
Oct 12, 2020
by
Jens Kroeger
Browse files
EventDefinitionM26: mark fileReader also as const in get_next_event_from_det for good practice
parent
c01d79ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/modules/EventDefinitionM26/EventDefinitionM26.cpp
View file @
21cd8117
...
...
@@ -83,7 +83,7 @@ void EventDefinitionM26::initialize() {
}
}
unsigned
EventDefinitionM26
::
get_next_event_with_det
(
eudaq
::
FileReaderUP
&
filereader
,
unsigned
EventDefinitionM26
::
get_next_event_with_det
(
const
eudaq
::
FileReaderUP
&
filereader
,
const
std
::
string
&
det
,
long
double
&
begin
,
long
double
&
end
)
{
...
...
src/modules/EventDefinitionM26/EventDefinitionM26.h
View file @
21cd8117
...
...
@@ -82,7 +82,7 @@ namespace corryvreckan {
* @param end: timestamp of end of event
* @return
*/
unsigned
get_next_event_with_det
(
eudaq
::
FileReaderUP
&
filereader
,
unsigned
get_next_event_with_det
(
const
eudaq
::
FileReaderUP
&
filereader
,
const
std
::
string
&
det
,
long
double
&
begin
,
long
double
&
end
);
...
...
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