Class BelowThresholdDeltaR
- class BelowThresholdDeltaR
Partition condition object. Used to accept objects
honouring the ICellWrapper interface below a delta R threshold.
m_boundary
private double m_boundary
m_ref
private Atlfast::ICellWrapper * m_ref
BelowThresholdDeltaR
public BelowThresholdDeltaR(Atlfast::ICellWrapper * ref, double boundary)
- Constructor takes an ICellWrapper reference object pointer
and a delta R
boundary.
BelowThresholdDeltaR
public BelowThresholdDeltaR(Atlfast::ICellWrapper & ref, double boundary)
- Constructor takes an ICellWrapper reference object
and a delta R
boundary.
operator()
public const bool operator()(const Atlfast::ICellWrapper * a)
- returns true if Cell passes cuts
operator()
public const bool operator()(const Atlfast::ICellWrapper & a)
to Class Atlfast::ICellWrapper