BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkBase::Predicates::hasFitCurrent Struct Reference

#include <TrkPredicates.h>

Inheritance diagram for TrkBase::Predicates::hasFitCurrent:

Public Member Functions

bool operator() (const TrkRecoTrk &t) const
bool operator() (const TrkRecoTrk &t) const
bool operator() (const TrkRecoTrk &t) const

Detailed Description

Member Function Documentation

◆ operator()() [1/3]

bool TrkBase::Predicates::hasFitCurrent::operator() ( const TrkRecoTrk & t) const
inline

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

120 {
121 const TrkFitStatus* x = t.status();
122 return x != 0 && isFitCurrent()( *x );
123 }
Double_t x[10]
int t()
Definition t.c:1

◆ operator()() [2/3]

bool TrkBase::Predicates::hasFitCurrent::operator() ( const TrkRecoTrk & t) const
inline

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

120 {
121 const TrkFitStatus* x = t.status();
122 return x != 0 && isFitCurrent()( *x );
123 }

◆ operator()() [3/3]

bool TrkBase::Predicates::hasFitCurrent::operator() ( const TrkRecoTrk & t) const
inline

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

120 {
121 const TrkFitStatus* x = t.status();
122 return x != 0 && isFitCurrent()( *x );
123 }

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