#include <StripClusterAboveU.h>
Public Member Functions | |
bool | operator() (const SiStripCluster &hit) const |
StripClusterAboveU (float u) | |
Private Attributes | |
float | theU |
Function object that selects StripClusters who's first coordinate in the measurement frame is bigger than some value. Looks obsolete.
Definition at line 11 of file StripClusterAboveU.h.
StripClusterAboveU::StripClusterAboveU | ( | float | u | ) | [inline] |
Definition at line 13 of file StripClusterAboveU.h.
: theU(u) {}
bool StripClusterAboveU::operator() | ( | const SiStripCluster & | hit | ) | const [inline] |
Definition at line 14 of file StripClusterAboveU.h.
References SiStripCluster::barycenter(), and theU.
{ return hit.barycenter() > theU; }
float StripClusterAboveU::theU [private] |
Definition at line 18 of file StripClusterAboveU.h.
Referenced by operator()().