Uses of Class
org.jlab.rec.dc.cross.Cross
Packages that use Cross
-
Uses of Cross in org.jlab.rec.dc.banks
Method parameters in org.jlab.rec.dc.banks with type arguments of type CrossModifier and TypeMethodDescriptionRecoBankWriter.fillHBCrossesBank
(DataEvent event, List<Cross> crosslist) -
Uses of Cross in org.jlab.rec.dc.cross
Subclasses with type arguments of type Cross in org.jlab.rec.dc.crossModifier and TypeClassDescriptionclass
List of DC crosses used to fit a track candidateClasses in org.jlab.rec.dc.cross that implement interfaces with type arguments of type CrossModifier and TypeClassDescriptionclass
The crosses are objects used to find tracks and are characterized by a 3-D point and a direction unit vector.Methods in org.jlab.rec.dc.cross that return types with arguments of type CrossModifier and TypeMethodDescriptionCrossMaker.find_Crosses
(List<Segment> allSegments, DCGeant4Factory DcDetector) CrossListFinder.get_CrossesInSectors
(List<Cross> crosses) Methods in org.jlab.rec.dc.cross with parameters of type CrossModifier and TypeMethodDescriptionint
Sorts crosses by azimuth angle valuesvoid
CrossListFinder.updateBFittedHits
(DataEvent event, Cross c, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde, Swim swimmer) Method parameters in org.jlab.rec.dc.cross with type arguments of type CrossModifier and TypeMethodDescriptionCrossListFinder.candCrossLists
(DataEvent event, List<Cross> dccrosslist, boolean TimeBased, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde, Swim swimmer, boolean FOOS) CrossListFinder.get_CrossesInSectors
(List<Cross> crosses) -
Uses of Cross in org.jlab.rec.dc.trajectory
Subclasses with type arguments of type Cross in org.jlab.rec.dc.trajectoryModifier and TypeClassDescriptionclass
The trajectory is a set of state vectors at DC wire planes along the particle pathMethod parameters in org.jlab.rec.dc.trajectory with type arguments of type CrossModifier and TypeMethodDescriptionTrajectoryFinder.findTrajectory
(List<Cross> candCrossList, DCGeant4Factory DcDetector, Swim dcSwim) void
TrajectoryFinder.fitTrajectory
(List<Cross> candCrossList) The parametric form of the trajectory determined from fitting the tangent values of the state vecs linearly, and constraining the quadratic parameters of the function describing the position values of the state vecs.