ATLAS Offline Software
Public Member Functions | List of all members
IOVEntryComp< T > Class Template Reference

#include <IOVEntryT.h>

Collaboration diagram for IOVEntryComp< T >:

Public Member Functions

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

Detailed Description

template<typename T>
class IOVEntryComp< T >

Definition at line 75 of file IOVEntryT.h.

Member Function Documentation

◆ operator()()

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

Definition at line 77 of file IOVEntryT.h.

77  {
78  return p1.range().start() > p2.range().start();
79  }

The documentation for this class was generated from the following file:
TRTCalib_cfilter.p1
p1
Definition: TRTCalib_cfilter.py:130
TRTCalib_cfilter.p2
p2
Definition: TRTCalib_cfilter.py:131