ATLAS Offline Software
Loading...
Searching...
No Matches
IOVEntry::IOVEntryStartCritereon Class Reference

#include <IOVEntry.h>

Collaboration diagram for IOVEntry::IOVEntryStartCritereon:

Public Member Functions

bool operator() (const IOVEntry &p1, const IOVEntry &p2) const
bool operator() (const IOVEntry *p1, const IOVEntry *p2) const

Detailed Description

Definition at line 29 of file IOVEntry.h.

Member Function Documentation

◆ operator()() [1/2]

bool IOVEntry::IOVEntryStartCritereon::operator() ( const IOVEntry & p1,
const IOVEntry & p2 ) const
inline

Definition at line 31 of file IOVEntry.h.

31 {
32 return p1.range()->start() > p2.range()->start();
33 }

◆ operator()() [2/2]

bool IOVEntry::IOVEntryStartCritereon::operator() ( const IOVEntry * p1,
const IOVEntry * p2 ) const
inline

Definition at line 34 of file IOVEntry.h.

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

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