MarlinUtil
1.12.1
|
Simple predicate class for applying an energy cut to the objects of type T. More...
#include <NNClusters.h>
Public Member Functions | |
EnergyCut (double eCut) | |
bool | operator() (T *hit) |
Protected Attributes | |
double | _eCut |
Simple predicate class for applying an energy cut to the objects of type T.
Requires float/double T::getEnergy().