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

#include <IOVEntryT.h>

Collaboration diagram for IOVEntryT< T >::IOVEntryTStartCritereon:

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 >::IOVEntryTStartCritereon

Definition at line 30 of file IOVEntryT.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 32 of file IOVEntryT.h.

32 {
33 return p1.range().start() > p2.range().start();
34 }
const EventIDRange & range() const
Definition IOVEntryT.h:57

◆ operator()() [2/2]

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

Definition at line 35 of file IOVEntryT.h.

35 {
36 return p1->range().start() > p2->range().start();
37 }

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