Class BelowThresholdDeltaPT
- class BelowThresholdDeltaPT
Partition condition object. Used to accept objects
honouring the ICellWrapper interface below a delta pT threshold.
m_boundary
private double m_boundary
- Cut boundary
m_ref
private Atlfast::ICellWrapper * m_ref
- Reference ICellWrapper pointer
BelowThresholdDeltaPT
public BelowThresholdDeltaPT(Atlfast::ICellWrapper * ref, double boundary)
- Constructor takes an ICellWrapper reference object pointer
and a delta pT
boundary.
BelowThresholdDeltaPT
public BelowThresholdDeltaPT(Atlfast::ICellWrapper & ref, double boundary)
- Constructor takes an ICellWrapper reference object and a delta pT
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)
- Returns true if Cell passes cuts
operator()
public const bool operator()(const Atlfast::ICellWrapper * * a)
- Returns true if Cell passes cuts
to Class Atlfast::ICellWrapper- Reference ICellWrapper pointer