CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions
ConversionTrackFinder::ExtractChi2 Struct Reference

#include <ConversionTrackFinder.h>

Public Types

typedef float result_type
 

Public Member Functions

result_type operator() (const Trajectory &t) const
 
result_type operator() (const Trajectory *t) const
 

Detailed Description

Definition at line 72 of file ConversionTrackFinder.h.

Member Typedef Documentation

◆ result_type

Definition at line 73 of file ConversionTrackFinder.h.

Member Function Documentation

◆ operator()() [1/2]

result_type ConversionTrackFinder::ExtractChi2::operator() ( const Trajectory t) const
inline

Definition at line 74 of file ConversionTrackFinder.h.

References submitPVValidationJobs::t.

74 { return t.chiSquared(); }

◆ operator()() [2/2]

result_type ConversionTrackFinder::ExtractChi2::operator() ( const Trajectory t) const
inline

Definition at line 75 of file ConversionTrackFinder.h.

References submitPVValidationJobs::t.

75 { return t->chiSquared(); }