#include <LumiBlockCollection.h>
Definition at line 42 of file LumiBlockCollection.h.
◆ operator()() [1/4]
| bool LumiBlockCollection::SortIOVRangeByStart::operator() |
( |
const IOVRange & | t1, |
|
|
const IOVRange & | t2 ) const |
|
inline |
Definition at line 44 of file LumiBlockCollection.h.
44 {
45 return (
t1.start()).re_time() < (
t2.start()).re_time();
46 }
std::vector< ALFA_RawDataContainer_p1 > t2
std::vector< ALFA_RawDataCollection_p1 > t1
◆ operator()() [2/4]
| bool LumiBlockCollection::SortIOVRangeByStart::operator() |
( |
const IOVRange * | t1, |
|
|
const IOVRange * | t2 ) const |
|
inline |
◆ operator()() [3/4]
| bool LumiBlockCollection::SortIOVRangeByStart::operator() |
( |
IOVRange & | t1, |
|
|
IOVRange & | t2 ) const |
|
inline |
◆ operator()() [4/4]
| bool LumiBlockCollection::SortIOVRangeByStart::operator() |
( |
IOVRange * | t1, |
|
|
IOVRange * | t2 ) const |
|
inline |
The documentation for this class was generated from the following file: