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
e0ec81d5
Commit
e0ec81d5
authored
Aug 07, 2019
by
Jens Kroeger
Browse files
Revert "EventLoaderEUDAQ2: flipped > to < for ANTI-alphabetic ordering of sub-events!"
This reverts commit
3f974aa5
.
parent
714480c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.h
View file @
e0ec81d5
...
...
@@ -100,7 +100,7 @@ namespace corryvreckan {
// FIXME get TLU events with trigger IDs before Ni - sort by name, reversed
struct
CompareDescription
{
bool
operator
()(
const
eudaq
::
EventSPC
a
,
const
eudaq
::
EventSPC
b
)
{
return
a
->
GetDescription
()
<
b
->
GetDescription
();
return
a
->
GetDescription
()
>
b
->
GetDescription
();
}
};
...
...
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