BOSS 8.0.0
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
 hotMatchesFundHit (const TrkFundHit *h)
bool operator() (const TrkHitOnTrk &h) const
 hotMatchesFundHit (const TrkFundHit *h)
bool operator() (const TrkHitOnTrk &h) const

Detailed Description

Constructor & Destructor Documentation

◆ hotMatchesFundHit() [1/3]

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

Definition at line 89 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkBase/TrkPredicates.h.

89: _h( h ) {}

◆ hotMatchesFundHit() [2/3]

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

Definition at line 89 of file InstallArea/x86_64-el9-gcc13-opt/include/TrkBase/TrkPredicates.h.

89: _h( h ) {}

◆ hotMatchesFundHit() [3/3]

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

Definition at line 89 of file Reconstruction/MdcPatRec/TrkBase/include/TrkBase/TrkPredicates.h.

89: _h( h ) {}

Member Function Documentation

◆ operator()() [1/3]

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

◆ operator()() [2/3]

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

Definition at line 90 of file InstallArea/x86_64-el9-gcc13-opt/include/TrkBase/TrkPredicates.h.

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

◆ operator()() [3/3]

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

Definition at line 90 of file Reconstruction/MdcPatRec/TrkBase/include/TrkBase/TrkPredicates.h.

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

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