Uses of Class
org.jlab.rec.dc.hit.FittedHit
Packages that use FittedHit
Package
Description
-
Uses of FittedHit in org.jlab.rec.dc.banks
Methods in org.jlab.rec.dc.banks that return types with arguments of type FittedHitModifier and TypeMethodDescriptionRecoBankWriter.createRawHitList
(List<Hit> hits) HitReader.get_HBHits()
HitReader.get_TBHits()
Method parameters in org.jlab.rec.dc.banks with type arguments of type FittedHitModifier and TypeMethodDescriptionvoid
RecoBankWriter.fillAllHBBanks
(DataEvent event, List<FittedHit> fhits, List<FittedCluster> clusters, List<Segment> segments, List<Cross> crosses, List<Track> trkcands) void
RecoBankWriter.fillAllTBBanks
(DataEvent event, List<FittedHit> fhits, List<FittedCluster> clusters, List<Segment> segments, List<Cross> crosses, List<Track> trkcands) RecoBankWriter.fillHBHitsBank
(DataEvent event, List<FittedHit> hitlist) RecoBankWriter.fillHBHitsTrkIdBank
(DataEvent event, List<FittedHit> hitlist) RecoBankWriter.fillHitsBank
(DataEvent event, List<FittedHit> hitlist) void
RecoBankWriter.updateListsWithClusterInfo
(List<FittedHit> fhits, List<FittedCluster> clusters) -
Uses of FittedHit in org.jlab.rec.dc.cluster
Subclasses with type arguments of type FittedHit in org.jlab.rec.dc.clusterModifier and TypeClassDescriptionclass
A fitted cluster in the DC consists of an array of hits that are grouped together according to the algorithm of the ClusterFinder class and have been fit using the wire position information and subsequent time-based information (at the midplane)Method parameters in org.jlab.rec.dc.cluster with type arguments of type FittedHitModifier and TypeMethodDescriptionClusterFinder.FindTimeBasedClusters
(DataEvent event, List<FittedHit> fhits, ClusterFitter cf, ClusterCleanerUtilities ct, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde) ClusterFinder.RecomposeClusters
(Map<Integer, ArrayList<FittedHit>> grpHits, DCGeant4Factory dcDetector, ClusterFitter cf) -
Uses of FittedHit in org.jlab.rec.dc.hit
Methods in org.jlab.rec.dc.hit that return FittedHitMethods in org.jlab.rec.dc.hit with parameters of type FittedHit -
Uses of FittedHit in org.jlab.rec.dc.segment
Subclasses with type arguments of type FittedHit in org.jlab.rec.dc.segmentModifier and TypeClassDescriptionclass
A class to describe segment objects, where a Segment is a fitted cluster that has been pruned of hits with bad residuals -
Uses of FittedHit in org.jlab.rec.dc.track
Methods in org.jlab.rec.dc.track that return types with arguments of type FittedHitMethod parameters in org.jlab.rec.dc.track with type arguments of type FittedHit