#include <ComplexComparesAbs.h>
Static Public Member Functions | |
static bool | less (const T &l, const T &r) |
static bool | more (const T &l, const T &r) |
This template compares two numbers. For simple numeric types (int, double, etc) the numbers themselves are compared while for std::complex<...> types absolute values are compared.
Definition at line 24 of file ComplexComparesAbs.h.
|
inlinestatic |
Definition at line 25 of file ComplexComparesAbs.h.
References cmsLHEtoEOSManager::l, and alignCSCRings::r.
|
inlinestatic |
Definition at line 27 of file ComplexComparesAbs.h.
References cmsLHEtoEOSManager::l, and alignCSCRings::r.