Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TrackingTools
DetLayers
interface
PhiLess.h
Go to the documentation of this file.
1
#ifndef DetLayers_PhiLess_h
2
#define DetLayers_PhiLess_h
3
4
#include <functional>
5
#include "
DataFormats/GeometryVector/interface/VectorUtil.h
"
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
PhiLess
Definition:
PhiLess.h:12
PhiLess::operator()
bool operator()(float a, float b) const
Definition:
PhiLess.h:14
VectorUtil.h
Geom::phiLess
bool phiLess(float phi1, float phi2)
Definition:
VectorUtil.h:57
b
double b
Definition:
hdecay.h:120
a
double a
Definition:
hdecay.h:121
Generated for CMSSW Reference Manual by
1.8.5