MarlinUtil  1.12.1
Public Member Functions | Protected Attributes | List of all members
EnergyCut< T > Class Template Reference

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
 

Detailed Description

template<class T>
class EnergyCut< T >

Simple predicate class for applying an energy cut to the objects of type T.

Requires float/double T::getEnergy().


The documentation for this class was generated from the following file: