public class FullFitKalman extends FullFitter
Modifier and Type | Field and Description |
---|---|
private AddFitKalman |
_addfit |
private Propagator |
_pprop |
Constructor and Description |
---|
FullFitKalman(Propagator prop)
Construct an instance specifying a propagator.
|
Modifier and Type | Method and Description |
---|---|
int |
fit(HTrack trh)
Fit the specified track.
|
Propagator |
propagator()
Return the propagator.
|
static String |
staticType()
Return a String representation of the class' the type name.
|
String |
toString()
output stream
|
String |
type()
Return a String representation of the class' type name.
|
static String |
typeName()
Return a String representation of the class' the type name.
|
genericType
private Propagator _pprop
private AddFitKalman _addfit
public FullFitKalman(Propagator prop)
prop
- The Propagator to be used during the fit.public static String typeName()
public static String staticType()
public String type()
public Propagator propagator()
public int fit(HTrack trh)
fit
in class FullFitter
trh
- The HTrack to fit.Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.