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

#include <CaloTopoTmpHashCellSort.h>

Collaboration diagram for CaloTopoTmpHashCellSort::compareAbs< T >:

Public Member Functions

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

Detailed Description

template<class T>
class CaloTopoTmpHashCellSort::compareAbs< T >

Definition at line 41 of file CaloTopoTmpHashCellSort.h.

Constructor & Destructor Documentation

◆ compareAbs()

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

Definition at line 45 of file CaloTopoTmpHashCellSort.h.

45{} ;

Member Function Documentation

◆ operator()()

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

Definition at line 46 of file CaloTopoTmpHashCellSort.h.

48 {
49 return std::abs(c1.getCaloTopoTmpClusterCell()->getSignedRatio()) > std::abs(c2.getCaloTopoTmpClusterCell()->getSignedRatio());
50 }

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