public class SimpleGTrackFitter extends Object
Modifier and Type | Field and Description |
---|---|
private double |
_chsq_max |
private AddFitter |
_fitter |
private int |
_order |
private Propagator |
_prop |
private static int |
BACKWARD |
private static double |
ERRFAC |
private static int |
FORWARD |
Constructor and Description |
---|
SimpleGTrackFitter(Propagator prop,
int order,
double chsq_max)
Construct an instance from a propagator, the order in which to fit, and a
chi-square value on which to cut.
|
private static final int FORWARD
private static final int BACKWARD
private static final double ERRFAC
private Propagator _prop
private int _order
private AddFitter _fitter
private double _chsq_max
public SimpleGTrackFitter(Propagator prop, int order, double chsq_max)
prop
- The Propagator to use in the fit.order
- The order in wich to fit (1 for going out, -1 for going in).chsq_max
- The maximum value of chi-square to allow for a hit.Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.