CMS 3D CMS Logo

Public Types | Public Member Functions

ConversionTrackFinder::ExtractChi2 Struct Reference

#include <ConversionTrackFinder.h>

List of all members.

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 80 of file ConversionTrackFinder.h.


Member Typedef Documentation

Definition at line 81 of file ConversionTrackFinder.h.


Member Function Documentation

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

Definition at line 82 of file ConversionTrackFinder.h.

References Trajectory::chiSquared().

{return t.chiSquared();}
result_type ConversionTrackFinder::ExtractChi2::operator() ( const Trajectory t) const [inline]

Definition at line 83 of file ConversionTrackFinder.h.

References Trajectory::chiSquared().

{return t->chiSquared();}