#include <CellHelper.h>
Collaboration diagram for CellPartitionCondition::MatchParticle:
Public Methods | |
MatchParticle (Atlfast::ICellWrapper *ref, double maxEtaDiff, double maxPhiDiff, double maxPtDiff) | |
MatchParticle (Atlfast::ICellWrapper &ref, double maxEtaDiff, double maxPhiDiff, double maxPtDiff) | |
bool | operator() (const Atlfast::ICellWrapper *a) const |
bool | operator() (const Atlfast::ICellWrapper &a) const |
bool | operator() (const Atlfast::ICellWrapper **a) const |
|
Constructor taking an ICellWrapper reference object pointer and dEta, dPhi and dPT boundaries. |
|
Constructor taking an ICellWrapper reference object and dEta, dPhi and dPT boundaries. |
|
Returns true if ICellWrapper passes cuts |
|
Returns true if ICellWrapper passes cuts |
|
Returns true if ICellWrapper passes cuts |