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

#include <IOVEntry.h>

Collaboration diagram for IOVEntry::IOVEntryStopCritereon:

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 41 of file IOVEntry.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 43 of file IOVEntry.h.

43 {
44 return p1.range()->stop() < p2.range()->stop();
45 }

◆ operator()() [2/2]

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

Definition at line 46 of file IOVEntry.h.

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

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