ATLAS Offline Software
Loading...
Searching...
No Matches
LumiBlockCollection::SortIOVRangeByStart Class Reference

#include <LumiBlockCollection.h>

Collaboration diagram for LumiBlockCollection::SortIOVRangeByStart:

Public Member Functions

bool operator() (const IOVRange &t1, const IOVRange &t2) const
bool operator() (const IOVRange *t1, const IOVRange *t2) const
bool operator() (IOVRange &t1, IOVRange &t2) const
bool operator() (IOVRange *t1, IOVRange *t2) const

Detailed Description

Definition at line 42 of file LumiBlockCollection.h.

Member Function Documentation

◆ 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

Definition at line 47 of file LumiBlockCollection.h.

47 {
48 return (t1->start()).re_time() < (t2->start()).re_time();
49 }

◆ operator()() [3/4]

bool LumiBlockCollection::SortIOVRangeByStart::operator() ( IOVRange & t1,
IOVRange & t2 ) const
inline

Definition at line 50 of file LumiBlockCollection.h.

50 {
51 return (t1.start()).re_time() < (t2.start()).re_time();
52 }

◆ operator()() [4/4]

bool LumiBlockCollection::SortIOVRangeByStart::operator() ( IOVRange * t1,
IOVRange * t2 ) const
inline

Definition at line 53 of file LumiBlockCollection.h.

53 {
54 return (t1->start()).re_time() < (t2->start()).re_time();
55 }

The documentation for this class was generated from the following file: