CMS 3D CMS Logo

List of all members | Public Member Functions
GreaterByPtPtr< T > Class Template Reference

#include <JetAlgoHelper.h>

Public Member Functions

int operator() (const T *a1, const T *a2)
 

Detailed Description

template<class T>
class GreaterByPtPtr< T >

Definition at line 100 of file JetAlgoHelper.h.

Member Function Documentation

◆ operator()()

template<class T >
int GreaterByPtPtr< T >::operator() ( const T a1,
const T a2 
)
inline

Definition at line 102 of file JetAlgoHelper.h.

102  {
103  if (!a1)
104  return 0;
105  if (!a2)
106  return 1;
108  return comp.operator()(*a1, *a2);
109  }

References testProducerWithPsetDescEmpty_cfi::a2, and AlCaHLTBitMon_QueryRunRegistry::comp.

AlCaHLTBitMon_QueryRunRegistry.comp
comp
Definition: AlCaHLTBitMon_QueryRunRegistry.py:249
testProducerWithPsetDescEmpty_cfi.a2
a2
Definition: testProducerWithPsetDescEmpty_cfi.py:35
NumericSafeGreaterByPt
Definition: PtComparator.h:46