#include <EgammaRange.h>
Public Member Functions | |
EgammaRange () | |
EgammaRange (const T &aMin, const T &aMax) | |
EgammaRange (const std::pair< T, T > &aPair) | |
bool | empty () const |
bool | inside (const T &value) const |
const T & | max () const |
T | mean () const |
const T & | min () const |
void | sort () |
Define a range [aMin,aMax]
Definition at line 14 of file EgammaRange.h.
|
inline |
Definition at line 17 of file EgammaRange.h.
|
inline |
Definition at line 19 of file EgammaRange.h.
|
inline |
Definition at line 21 of file EgammaRange.h.
|
inline |
Definition at line 29 of file EgammaRange.h.
Referenced by egammaisolation::EgammaRange< float >::sort().
|
inline |
Definition at line 31 of file EgammaRange.h.
|
inline |
Definition at line 25 of file EgammaRange.h.
|
inline |
Definition at line 27 of file EgammaRange.h.
|
inline |
Definition at line 23 of file EgammaRange.h.
|
inline |
Definition at line 35 of file EgammaRange.h.