Package org.jlab.rec.cvt.trajectory
Class TrajectoryFinder
java.lang.Object
org.jlab.rec.cvt.trajectory.TrajectoryFinder
A driver class to find the trajectory of a track candidate. NOTE THAT THE
 PATH TO FIELD MAPS IS SET BY THE CLARA_SERVICES ENVIRONMENT VAR.
- Author:
- ziegler
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic double[][][]calcTrackIntersBMT(Ray ray, int start_layer) static double[][][]calcTrackIntersSVT(Ray ray) findTrajectory(int id, Ray ray, ArrayList<Cross> candCrossList) voidhitsToArray(List<Hit> hits2) voidsetHitResolParams(String detector, int sector, int layer, Cluster cluster, StateVec stVec, boolean trajFinal) 
- 
Constructor Details- 
TrajectoryFinderpublic TrajectoryFinder()
 
- 
- 
Method Details