#include <PhiRangeSelector.h>
Public Member Functions | |
template<typename T > | |
bool | operator() (const T &t) const |
PhiRangeSelector (double phiMin, double phiMax) | |
Private Attributes | |
double | phiMax_ |
double | phiMin_ |
Definition at line 6 of file PhiRangeSelector.h.
PhiRangeSelector::PhiRangeSelector | ( | double | phiMin, |
double | phiMax | ||
) | [inline] |
bool PhiRangeSelector::operator() | ( | const T & | t | ) | const [inline] |
double PhiRangeSelector::phiMax_ [private] |
Definition at line 15 of file PhiRangeSelector.h.
Referenced by operator()().
double PhiRangeSelector::phiMin_ [private] |
Definition at line 15 of file PhiRangeSelector.h.
Referenced by operator()().