CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MaxObjectPairSelector.h
Go to the documentation of this file.
1 #ifndef RecoAlgos_MaxObjectPairSelector_h
2 #define RecoAlgos_MaxObjectPairSelector_h
3 /* \class MaxObjectPairSelector
4  *
5  * \author Luca Lista, INFN
6  *
7  * $Id: MaxObjectPairSelector.h,v 1.1 2009/02/24 14:40:26 llista Exp $
8  */
9 
10 template<typename F>
13  max_( max ), fun_() { }
14  template<typename T1, typename T2>
15  bool operator()( const T1 & t1, const T2 & t2 ) const {
16  return fun_( t1, t2 ) <= max_;
17  }
18 
19 private:
20  double max_;
22 };
23 
24 #endif
bool operator()(const T1 &t1, const T2 &t2) const
const T & max(const T &a, const T &b)
static uInt32 F(BLOWFISH_CTX *ctx, uInt32 x)
Definition: blowfish.cc:281