Class CellsAboveThreshold
- class CellsAboveThreshold
- derived from ICellSelector
Helper class to select cells above an energy threshold
Field Summary |
private double | m_thresh Energy threshold |
Method Summary |
virtual const bool | operator()(const Cell * cptr) Returns true if Cell's energy sum is above energy threshold |
m_thresh
private double m_thresh
- Energy threshold
CellsAboveThreshold
public CellsAboveThreshold(double ET)
- Constructor taking energy threshold
~CellsAboveThreshold
public ~CellsAboveThreshold()
operator()
public virtual const bool operator()(const Cell * cptr)
- Returns true if Cell's energy sum is above energy threshold