#include <PhysicsTools/Utilities/interface/MaxFunctionSelector.h>
Public Member Functions | |
MaxFunctionSelector (double max) | |
bool | operator() (const T &t) const |
Private Attributes | |
double | max_ |
Definition at line 11 of file MaxFunctionSelector.h.
MaxFunctionSelector< T, fun >::MaxFunctionSelector | ( | double | max | ) | [inline] |
bool MaxFunctionSelector< T, fun >::operator() | ( | const T & | t | ) | const [inline] |
Definition at line 14 of file MaxFunctionSelector.h.
References MaxFunctionSelector< T, fun >::max_.
double MaxFunctionSelector< T, fun >::max_ [private] |
Definition at line 17 of file MaxFunctionSelector.h.
Referenced by MaxFunctionSelector< T, fun >::operator()().