test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PhiLess.h
Go to the documentation of this file.
1 #ifndef DetLayers_PhiLess_h
2 #define DetLayers_PhiLess_h
3 
4 #include <functional>
6 
12 class PhiLess : public std::binary_function< float, float, bool> {
13 public:
14  bool operator()( float a, float b) const {
15  return Geom::phiLess(a,b);
16  }
17 };
18 
19 #endif
bool operator()(float a, float b) const
Definition: PhiLess.h:14
bool phiLess(float phi1, float phi2)
Definition: VectorUtil.h:23
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121