Uses of Class
org.jlab.rec.dc.timetodistance.TimeToDistanceEstimator
Packages that use TimeToDistanceEstimator
Package
Description
- 
Uses of TimeToDistanceEstimator in org.jlab.rec.dc.banksMethods in org.jlab.rec.dc.banks with parameters of type TimeToDistanceEstimatorModifier and TypeMethodDescriptionvoidHitReader.read_HBHits(DataEvent event, TimeToDistanceEstimator tde) 
- 
Uses of TimeToDistanceEstimator in org.jlab.rec.dc.clusterMethods in org.jlab.rec.dc.cluster with parameters of type TimeToDistanceEstimatorModifier and TypeMethodDescriptionClusterFinder.FindTimeBasedClusters(DataEvent event, List<FittedHit> fhits, ClusterFitter cf, ClusterCleanerUtilities ct, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde) ClusterCleanerUtilities.LRAmbiguityResolver(DataEvent event, FittedCluster fClus, ClusterFitter cf, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde) ClusterCleanerUtilities.SecondariesRemover(DataEvent event, FittedCluster clus, ClusterFitter cf, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde) 
- 
Uses of TimeToDistanceEstimator in org.jlab.rec.dc.crossMethods in org.jlab.rec.dc.cross with parameters of type TimeToDistanceEstimatorModifier and TypeMethodDescriptionCrossListFinder.candCrossLists(DataEvent event, List<Cross> dccrosslist, boolean TimeBased, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde, Swim swimmer, boolean FOOS) voidCrossListFinder.updateBFittedHits(DataEvent event, Cross c, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde, Swim swimmer) 
- 
Uses of TimeToDistanceEstimator in org.jlab.rec.dc.hitMethods in org.jlab.rec.dc.hit with parameters of type TimeToDistanceEstimatorModifier and TypeMethodDescriptiondoubleFittedHit.get_PosErr(DataEvent event, double B, IndexedTable constants0, IndexedTable constants1, TimeToDistanceEstimator tde) voidFittedHit.set_TimeToDistance(DataEvent event, double trkAngle, double B, IndexedTable tab, TimeToDistanceEstimator tde) sets the calculated distance (in cm) from the time (in ns)voidFittedHit.updateHitPositionWithTime(DataEvent event, double trkAngle, double B, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde) A method to update the hit position information after the fit to the wire positions employing hit-based tracking algorithms has been performed.