PartitionCondition::AboveThresholdET Class Reference

#include <FunctionObjects.h>

List of all members.

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


Detailed Description

STL generic algorithm function object. Used to select IKinematic objects above a threshold eT.

Definition at line 372 of file FunctionObjects.h.


Constructor & Destructor Documentation

PartitionCondition::AboveThresholdET::AboveThresholdET ( double  boundary  )  [inline]

Definition at line 376 of file FunctionObjects.h.

00376 : m_boundary(boundary) {}


Member Function Documentation

bool PartitionCondition::AboveThresholdET::operator() ( const Atlfast::IKinematic a  )  const [inline]

function operator

Definition at line 378 of file FunctionObjects.h.

00379       { return (m_boundary  < a->eT()) ; }

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()) ; }


Member Data Documentation

double PartitionCondition::AboveThresholdET::m_boundary [private]

eT threshold

Definition at line 386 of file FunctionObjects.h.


The documentation for this class was generated from the following file:
Generated on Fri Sep 21 13:21:01 2007 for AtlfastUtils by  doxygen 1.5.1