Uses of Class
org.jlab.rec.dc.cross.Cross
Packages that use Cross
- 
Uses of Cross in org.jlab.rec.dc.banksMethod 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.crossMethods 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 TypeMethodDescriptionintSorts crosses by azimuth angle valuesvoidCrossListFinder.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.trajectoryMethod parameters in org.jlab.rec.dc.trajectory with type arguments of type CrossModifier and TypeMethodDescriptionTrajectoryFinder.findTrajectory(List<Cross> candCrossList, DCGeant4Factory DcDetector, Swim dcSwim) voidTrajectoryFinder.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.