#include <FunctionObjects.h>
Public Member Functions | |
AboveThresholdET (double boundary) | |
bool | operator() (const Atlfast::IKinematic *a) const |
bool | operator() (const Atlfast::IKinematic &a) const |
Private Attributes | |
double | m_boundary |
Definition at line 372 of file FunctionObjects.h.
PartitionCondition::AboveThresholdET::AboveThresholdET | ( | double | boundary | ) | [inline] |
bool PartitionCondition::AboveThresholdET::operator() | ( | const Atlfast::IKinematic * | a | ) | const [inline] |
bool PartitionCondition::AboveThresholdET::operator() | ( | const Atlfast::IKinematic & | a | ) | const [inline] |
function operator
Definition at line 381 of file FunctionObjects.h.
00382 { return (m_boundary < a.eT()) ; }
double PartitionCondition::AboveThresholdET::m_boundary [private] |
eT threshold
Definition at line 386 of file FunctionObjects.h.