Package org.jlab.rec.dc.trajectory
Class Vertex
java.lang.Object
org.jlab.rec.dc.trajectory.Vertex
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidresetTrackAtRasterRadius(DataEvent event, Track thecand) doublevertexEstimator(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_FACpublic static double SMEARING_FAC
 
- 
- 
Constructor Details- 
Vertexpublic Vertex()
 
- 
- 
Method Details- 
vertexEstimator- Parameters:
- event- HipoDataEvent
- Returns:
- the vertex from MC at the raster radius estimated from MC
 
- 
resetTrackAtRasterRadius- Parameters:
- event- HipoDataEvent
- thecand- The track candidate
 
- 
VertexParamspublic 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 x
- y- track y
- z- track z
- px- track pz
- py- track py
- pz- track pz
- Q- track charge
- Bfield- B at track x,y,z
- xb- beam axis x
- yb- beam axis y
- Returns:
- vertex reconstructed at the distance of closest approach to the beam axis
 
 
-