#include <RecoMuon/MuonIsolation/interface/Range.h>
Public Member Functions | |
bool | empty () const |
bool | inside (const T &value) const |
const T & | max () const |
T | mean () const |
const T & | min () const |
Range (const std::pair< T, T > &aPair) | |
Range (const T &aMin, const T &aMax) | |
Range () | |
void | sort () |
Definition at line 14 of file Range.h.
muonisolation::Range< T >::Range | ( | void | ) | [inline] |
muonisolation::Range< T >::Range | ( | const T & | aMin, | |
const T & | aMax | |||
) | [inline] |
muonisolation::Range< T >::Range | ( | const std::pair< T, T > & | aPair | ) | [inline] |
bool muonisolation::Range< T >::empty | ( | void | ) | const [inline] |
bool muonisolation::Range< T >::inside | ( | const T & | value | ) | const [inline] |
const T& muonisolation::Range< T >::max | ( | ) | const [inline] |
T muonisolation::Range< T >::mean | ( | ) | const [inline] |
const T& muonisolation::Range< T >::min | ( | ) | const [inline] |
void muonisolation::Range< T >::sort | ( | ) | [inline] |