Class DeltaR


class DeltaR

Function object for STL algorithms. Used to sort objects honouring the ICellWrapper interface by delta R.


Field Summary
 private Atlfast::ICellWrapper *ref
           

Constructor Summary
DeltaR(Atlfast::ICellWrapper * reference)
           
DeltaR(Atlfast::ICellWrapper & reference)
           

Method Summary
 const booloperator()(const Atlfast::ICellWrapper * a, const Atlfast::ICellWrapper * b)
           
 const booloperator()(const Atlfast::ICellWrapper & a, const Atlfast::ICellWrapper & b)
           

Field Detail

ref

private Atlfast::ICellWrapper * ref
Constructor Detail

DeltaR

public DeltaR(Atlfast::ICellWrapper * reference)

DeltaR

public DeltaR(Atlfast::ICellWrapper & reference)
Method Detail

operator()

public const bool operator()(const Atlfast::ICellWrapper * a, const Atlfast::ICellWrapper * b)

operator()

public const bool operator()(const Atlfast::ICellWrapper & a, const Atlfast::ICellWrapper & b)

Association Links

to Class Atlfast::ICellWrapper