ATLAS Offline Software
Public Member Functions | List of all members
TrigPrimaryTrackSortPredicate Struct Reference
Collaboration diagram for TrigPrimaryTrackSortPredicate:

Public Member Functions

bool operator() (TrigPrimaryVertexTrack *pA, TrigPrimaryVertexTrack *pB)
 

Detailed Description

Definition at line 161 of file TrigPrimaryVertexFitter.cxx.

Member Function Documentation

◆ operator()()

bool TrigPrimaryTrackSortPredicate::operator() ( TrigPrimaryVertexTrack pA,
TrigPrimaryVertexTrack pB 
)
inline

Definition at line 163 of file TrigPrimaryVertexFitter.cxx.

164  {
165  return (pA->getChi2Contribution() < pB->getChi2Contribution());
166  }

The documentation for this struct was generated from the following file:
TrigPrimaryVertexTrack::getChi2Contribution
double getChi2Contribution()
chi2-contribution to the vertex fit
Definition: TrigPrimaryVertexTrack.cxx:243