1 #ifndef PhysicsTools_Utilities_Sgn_h 2 #define PhysicsTools_Utilities_Sgn_h 9 inline double operator()()
const {
return _() >= 0 ? 1 : -1; }
10 inline operator double()
const {
return _() >= 0 ? 1 : -1; }
static type compose(const T &t)
Sgn< T >::type sgn(const T &t)
double operator()() const