CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkBase::Predicates::hotMatchesFundHit Class Reference

#include <TrkPredicates.h>

+ Inheritance diagram for TrkBase::Predicates::hotMatchesFundHit:

Public Member Functions

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

Detailed Description

Definition at line 85 of file TrkPredicates.h.

Constructor & Destructor Documentation

◆ hotMatchesFundHit()

TrkBase::Predicates::hotMatchesFundHit::hotMatchesFundHit ( const TrkFundHit * h)
inline

Definition at line 87 of file TrkPredicates.h.

87: _h(h) { }

Member Function Documentation

◆ operator()()

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

Definition at line 88 of file TrkPredicates.h.

89 { return h.hit()==_h; }
const TrkFundHit * hit() const
Definition TrkHitOnTrk.h:75

The documentation for this class was generated from the following file: