CMS 3D CMS Logo

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

#include <JetAlgoHelper.h>

Public Member Functions

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

Detailed Description

template<class T>
class GreaterByEtRef< T >

Definition at line 113 of file JetAlgoHelper.h.

Member Function Documentation

◆ operator()()

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

Definition at line 115 of file JetAlgoHelper.h.

115  {
116  if (!a1)
117  return 0;
118  if (!a2)
119  return 1;
121  return comp.operator()(*a1, *a2);
122  }

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

NumericSafeGreaterByEt
Definition: EtComparator.h:45
AlCaHLTBitMon_QueryRunRegistry.comp
comp
Definition: AlCaHLTBitMon_QueryRunRegistry.py:249
testProducerWithPsetDescEmpty_cfi.a2
a2
Definition: testProducerWithPsetDescEmpty_cfi.py:35