TrkBase::Predicates::hotMatchesFundHit Class Reference

#include <TrkPredicates.h>

List of all members.

Public Member Functions

 hotMatchesFundHit (const TrkFundHit *h)
bool operator() (const TrkHitOnTrk &h) const

Private Attributes

const TrkFundHit_h


Detailed Description

Definition at line 85 of file TrkPredicates.h.


Constructor & Destructor Documentation

TrkBase::Predicates::hotMatchesFundHit::hotMatchesFundHit ( const TrkFundHit h  )  [inline]

Definition at line 87 of file TrkPredicates.h.

00087 : _h(h) { }


Member Function Documentation

bool TrkBase::Predicates::hotMatchesFundHit::operator() ( const TrkHitOnTrk h  )  const [inline]

Definition at line 88 of file TrkPredicates.h.

References _h, and TrkHitOnTrk::hit().

00089        { return h.hit()==_h; }


Member Data Documentation

const TrkFundHit* TrkBase::Predicates::hotMatchesFundHit::_h [private]

Definition at line 91 of file TrkPredicates.h.

Referenced by operator()().


Generated on Tue Nov 29 23:36:38 2016 for BOSS_7.0.2 by  doxygen 1.4.7