Package org.jlab.rec.dc.trajectory
Class Vertex
java.lang.Object
org.jlab.rec.dc.trajectory.Vertex
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
resetTrackAtRasterRadius
(DataEvent event, Track thecand) double
vertexEstimator
(DataEvent event) double[]
VertexParams
(double x, double y, double z, double px, double py, double pz, double Q, double Bfield, double xb, double yb)
-
Field Details
-
SMEARING_FAC
public static double SMEARING_FAC
-
-
Constructor Details
-
Vertex
public Vertex()
-
-
Method Details
-
vertexEstimator
- Parameters:
event
- HipoDataEvent- Returns:
- the vertex from MC at the raster radius estimated from MC
-
resetTrackAtRasterRadius
- Parameters:
event
- HipoDataEventthecand
- The track candidate
-
VertexParams
public double[] VertexParams(double x, double y, double z, double px, double py, double pz, double Q, double Bfield, double xb, double yb) - Parameters:
x
- track xy
- track yz
- track zpx
- track pzpy
- track pypz
- track pzQ
- track chargeBfield
- B at track x,y,zxb
- beam axis xyb
- beam axis y- Returns:
- vertex reconstructed at the distance of closest approach to the beam axis
-