Uses of Class
org.jlab.rec.dc.timetodistance.TimeToDistanceEstimator
Packages that use TimeToDistanceEstimator
Package
Description
-
Uses of TimeToDistanceEstimator in org.jlab.rec.dc.banks
Methods in org.jlab.rec.dc.banks with parameters of type TimeToDistanceEstimatorModifier and TypeMethodDescriptionvoid
HitReader.read_HBHits
(DataEvent event, TimeToDistanceEstimator tde) -
Uses of TimeToDistanceEstimator in org.jlab.rec.dc.cluster
Methods 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.cross
Methods 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) void
CrossListFinder.updateBFittedHits
(DataEvent event, Cross c, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde, Swim swimmer) -
Uses of TimeToDistanceEstimator in org.jlab.rec.dc.hit
Methods in org.jlab.rec.dc.hit with parameters of type TimeToDistanceEstimatorModifier and TypeMethodDescriptiondouble
FittedHit.get_PosErr
(DataEvent event, double B, IndexedTable constants0, IndexedTable constants1, TimeToDistanceEstimator tde) void
FittedHit.set_TimeToDistance
(DataEvent event, double trkAngle, double B, IndexedTable tab, TimeToDistanceEstimator tde) sets the calculated distance (in cm) from the time (in ns)void
FittedHit.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.