ATLAS Offline Software
Loading...
Searching...
No Matches
CaloTopoTmpHashCellSort::compare< T > Class Template Reference

#include <CaloTopoTmpHashCellSort.h>

Collaboration diagram for CaloTopoTmpHashCellSort::compare< T >:

Public Member Functions

 compare ()
bool operator() (const CaloTopoTmpHashCell< T > &c1, const CaloTopoTmpHashCell< T > &c2)

Detailed Description

template<class T>
class CaloTopoTmpHashCellSort::compare< T >

Definition at line 27 of file CaloTopoTmpHashCellSort.h.

Constructor & Destructor Documentation

◆ compare()

template<class T>
CaloTopoTmpHashCellSort::compare< T >::compare ( )
inline

Definition at line 31 of file CaloTopoTmpHashCellSort.h.

31{} ;

Member Function Documentation

◆ operator()()

template<class T>
bool CaloTopoTmpHashCellSort::compare< T >::operator() ( const CaloTopoTmpHashCell< T > & c1,
const CaloTopoTmpHashCell< T > & c2 )
inline

Definition at line 32 of file CaloTopoTmpHashCellSort.h.

34 {
35 return c1.getCaloTopoTmpClusterCell()->getSignedRatio() > c2.getCaloTopoTmpClusterCell()->getSignedRatio();
36 }

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