MarlinTrkProcessors  2.4.1
Public Member Functions | Protected Attributes | List of all members
TrackQI Class Reference

A functor to return the quality of a track, which is the ratio chi2 over degrees of freedom, weighted with the number of associated hits. More...

#include <CellsAutomatonMV.h>

Public Member Functions

double operator() (ITrack *track)
 
double operator() (ITrack *track)
 
 TrackQI (MarlinTrk::IMarlinTrkSystem *trkSystem)
 
double operator() (Track *track)
 

Protected Attributes

MarlinTrk::IMarlinTrkSystem * _trkSystem
 

Detailed Description

A functor to return the quality of a track, which is the ratio chi2 over degrees of freedom, weighted with the number of associated hits.

A functor to return the quality of a track, which is currently the chi2 probability.

Constructor & Destructor Documentation

TrackQI::TrackQI ( MarlinTrk::IMarlinTrkSystem *  trkSystem)
inline
Parameters
trkSystema pointer to an IMarlinTrkSystem, needed for fitting of tracks

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