#include <FsmwLinearizationPointFinder.h>
Additional Inherited Members | |
Protected Attributes inherited from CrossingPtBasedLinearizationPointFinder | |
const RecTracksDistanceMatrix * | theMatrix |
signed int | theNPairs |
const bool | useMatrix |
A linearization point finder. It works the following way:
Definition at line 23 of file FsmwLinearizationPointFinder.h.
FsmwLinearizationPointFinder::FsmwLinearizationPointFinder | ( | signed int | n_pairs = 250 , |
float | weight_exp = -2. , |
||
float | fraction = .5 , |
||
float | cut = 10 , |
||
int | no_weight_above = 10 |
||
) |
n_pairs | how many track pairs are considered The weight is defined as w = ( d + cut )^weight_exp Where d and cut are given in microns. |
weight_exp | exponent of the weight function |
cut | cut parameter of the weight function |
fraction | Fraction that is considered |
Definition at line 4 of file FsmwLinearizationPointFinder.cc.
Referenced by clone().
FsmwLinearizationPointFinder::FsmwLinearizationPointFinder | ( | const RecTracksDistanceMatrix * | m, |
signed int | n_pairs = 250 , |
||
float | weight_exp = -2. , |
||
float | fraction = .5 , |
||
float | cut = 10 , |
||
int | no_weight_above = 10 |
||
) |
Definition at line 7 of file FsmwLinearizationPointFinder.cc.
|
overridevirtual |
Clone method
Reimplemented from CrossingPtBasedLinearizationPointFinder.
Definition at line 11 of file FsmwLinearizationPointFinder.cc.
References FsmwLinearizationPointFinder().