ATLAS Offline Software
Loading...
Searching...
No Matches
IOVEntryT< T >::IOVEntryTStopCritereon Class Reference

#include <IOVEntryT.h>

Collaboration diagram for IOVEntryT< T >::IOVEntryTStopCritereon:

Public Member Functions

bool operator() (const IOVEntryT< T > &p1, const IOVEntryT< T > &p2) const
bool operator() (const IOVEntryT< T > *p1, const IOVEntryT< T > *p2) const

Detailed Description

template<typename T>
class IOVEntryT< T >::IOVEntryTStopCritereon

Definition at line 41 of file IOVEntryT.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename T>
bool IOVEntryT< T >::IOVEntryTStopCritereon::operator() ( const IOVEntryT< T > & p1,
const IOVEntryT< T > & p2 ) const
inline

Definition at line 43 of file IOVEntryT.h.

43 {
44 return p1.range().stop() < p2.range().stop();
45 }
const EventIDRange & range() const
Definition IOVEntryT.h:57

◆ operator()() [2/2]

template<typename T>
bool IOVEntryT< T >::IOVEntryTStopCritereon::operator() ( const IOVEntryT< T > * p1,
const IOVEntryT< T > * p2 ) const
inline

Definition at line 46 of file IOVEntryT.h.

46 {
47 return p1->range().stop() < p2->range().stop();
48 }

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