#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 |
Definition at line 80 of file ConversionTrackFinder.h.
typedef float ConversionTrackFinder::ExtractChi2::result_type |
Definition at line 81 of file ConversionTrackFinder.h.
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();}