Class CellsAboveThreshold


class CellsAboveThreshold
derived from ICellSelector

Helper class to select cells above an energy threshold


Field Summary
 private doublem_thresh
          Energy threshold

Constructor Summary
CellsAboveThreshold(double ET)
          Constructor taking energy threshold

Destructor Summary
~CellsAboveThreshold()
           

Method Summary
 virtual const booloperator()(const Cell * cptr)
          Returns true if Cell's energy sum is above energy threshold

Field Detail

m_thresh

private double m_thresh
Energy threshold
Constructor Detail

CellsAboveThreshold

public CellsAboveThreshold(double ET)
Constructor taking energy threshold
Method Detail

~CellsAboveThreshold

public ~CellsAboveThreshold()
Method Detail

operator()

public virtual const bool operator()(const Cell * cptr)
Returns true if Cell's energy sum is above energy threshold