public class PropZXY extends PropDirected
Propagation will fail if either the origin is not a ZPlane or destination is not a XYPlane. Propagator works incorrectly for tracks with very small curvatures
Modifier and Type | Field and Description |
---|---|
private double |
_bfac |
private PropXYXY |
_propxyxy |
private static int |
IDVDU |
private static int |
IDXDZ |
private static int |
IDYDZ |
private static int |
IDZDU |
private static int |
IQP_XY |
private static int |
IQP_Z |
private static int |
IV |
private static int |
IX |
private static int |
IY |
private static int |
IZ |
Constructor and Description |
---|
PropZXY(double bfield)
Construct an instance from a constant solenoidal magnetic field in Tesla.
|
Modifier and Type | Method and Description |
---|---|
double |
bField()
Return the strength of the magnetic field in Tesla.
|
Propagator |
newPropagator()
Clone an instance.
|
static String |
staticType()
Return a String representation of the class' 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' type name.
|
PropStat |
vecDirProp(VTrack trv,
Surface srf,
PropDir dir)
Propagate a track without error in the specified direction.
|
PropStat |
vecDirProp(VTrack trv,
Surface srf,
PropDir dir,
TrackDerivative deriv)
Propagate a track without error in the specified direction
and return the derivative matrix in deriv.
|
private PropStat |
vecTransformZXY(double B,
VTrack trv,
double phi_n,
PropDir dir,
TrackDerivative deriv) |
direction, direction, errProp, vecProp
errDirProp, errDirProp, errProp, reduce, reduceDirection, vecProp
private static final int IV
private static final int IZ
private static final int IDVDU
private static final int IDZDU
private static final int IQP_XY
private static final int IX
private static final int IY
private static final int IDXDZ
private static final int IDYDZ
private static final int IQP_Z
private double _bfac
private PropXYXY _propxyxy
public PropZXY(double bfield)
bfield
- The magnetic field strength in Tesla.public static String typeName()
public static String staticType()
public Propagator newPropagator()
newPropagator
in class Propagator
public PropStat vecDirProp(VTrack trv, Surface srf, PropDir dir, TrackDerivative deriv)
vecDirProp
in class Propagator
trv
- The VTrack to propagate.srf
- The Surface to which to propagate.dir
- The direction in which to propagate.deriv
- The track derivatives to update at the surface srf.public PropStat vecDirProp(VTrack trv, Surface srf, PropDir dir)
vecDirProp
in class Propagator
trv
- The VTrack to propagate.srf
- The Surface to which to propagate.dir
- The direction in which to propagate.public double bField()
public String type()
public String toString()
private PropStat vecTransformZXY(double B, VTrack trv, double phi_n, PropDir dir, TrackDerivative deriv)
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.