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

Public Member Functions

bool operator() (const CorrectionPair &x, const CorrectionPair &y)

Detailed Description

template<class T>
class LArConditionsSubset< T >::PairSort

Definition at line 247 of file LArConditionsSubset.h.

Member Function Documentation

◆ operator()()

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

Definition at line 250 of file LArConditionsSubset.h.

250 {
251 return (x.first < y.first);
252 }
template class for use for I/O of conditions data

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