MarlinUtil
1.12.1
|
Simple predicate class for computing an index from N bins of the z-coordinate of LCObjects that have a float/double* getPostion() method. More...
#include <NNClusters.h>
Public Member Functions | |
ZIndex (float zmin, float zmax) | |
C'tor takes zmin and zmax - NB index can be negative and larger than N. | |
int | operator() (T *hit) |
Protected Attributes | |
float | _zmin |
float | _zmax |
Simple predicate class for computing an index from N bins of the z-coordinate of LCObjects that have a float/double* getPostion() method.