ATLAS Offline Software
Loading...
Searching...
No Matches
LArConditionsChannelSet< T >::PairSort Class Reference
Collaboration diagram for LArConditionsChannelSet< T >::PairSort:

Public Member Functions

bool operator() (const ChanIdTPair &x, const ChanIdTPair &y)
bool operator() (const ChanIdTPair &x, const unsigned int &id)

Detailed Description

template<class T>
class LArConditionsChannelSet< T >::PairSort

Definition at line 70 of file LArConditionsChannelSet.h.

Member Function Documentation

◆ operator()() [1/2]

template<class T>
bool LArConditionsChannelSet< T >::PairSort::operator() ( const ChanIdTPair & x,
const ChanIdTPair & y )
inline

Definition at line 73 of file LArConditionsChannelSet.h.

74 {
75 return (x.first < y.first);
76 }
template class for use for I/O of conditions data correction sets

◆ operator()() [2/2]

template<class T>
bool LArConditionsChannelSet< T >::PairSort::operator() ( const ChanIdTPair & x,
const unsigned int & id )
inline

Definition at line 77 of file LArConditionsChannelSet.h.

78 {
79 return (x.first < id);
80 }

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