CMS 3D CMS Logo

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

#include <JetAlgoHelper.h>

Public Member Functions

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

Detailed Description

template<class T>
class GreaterByPtRef< T >

Definition at line 88 of file JetAlgoHelper.h.

Member Function Documentation

◆ operator()()

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

Definition at line 90 of file JetAlgoHelper.h.

90  {
91  if (!a1)
92  return 0;
93  if (!a2)
94  return 1;
96  return comp.operator()(*a1, *a2);
97  }

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

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