Class DeltaPhi


class DeltaPhi

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


Field Summary
 private Atlfast::ICellWrapper *ref
           

Constructor Summary
DeltaPhi(Atlfast::ICellWrapper * reference)
           
DeltaPhi(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

DeltaPhi

public DeltaPhi(Atlfast::ICellWrapper * reference)

DeltaPhi

public DeltaPhi(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