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

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

◆ operator()() [2/2]

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

Definition at line 45 of file IOVEntry.h.

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

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