BOSS 7.0.1
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
 

Detailed Description

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 119 of file InstallArea/include/TrkBase/TrkBase/TrkPredicates.h.

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

◆ operator()() [2/2]

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

Definition at line 119 of file Reconstruction/MdcPatRec/TrkBase/TrkBase-00-01-12/TrkBase/TrkPredicates.h.

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

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