Uses of Class
org.jlab.rec.dc.hit.Hit
Packages that use Hit
Package
Description
-
Uses of Hit in org.jlab.rec.dc.banks
Methods in org.jlab.rec.dc.banks that return types with arguments of type HitMethod parameters in org.jlab.rec.dc.banks with type arguments of type Hit -
Uses of Hit in org.jlab.rec.dc.cluster
Subclasses with type arguments of type Hit in org.jlab.rec.dc.clusterModifier and TypeClassDescriptionclass
A cluster in the DC consists of an array of hits that are grouped together according to the algorithm of the ClusterFinder classMethods in org.jlab.rec.dc.cluster that return HitMethods in org.jlab.rec.dc.cluster that return types with arguments of type HitModifier and TypeMethodDescriptionClusterCleanerUtilities.byLayerListSorter
(List<Hit> DCHits, int sector, int superlyr) ClusterCleanerUtilities.HitListPruner
(List<Hit> hits) Prunes the input hit list to remove noise candidates; the algorithm finds contiguous hits in a layer (column) and removes hits according to the number (Nc) of such contiguous hits in a given layer.If Nc=3, keep only the middle hit If Nc=4, keep only the first and last hit in that column; if Nc > 4, keep the first 2 and last 2 hits in that column, if Nc > 10 remove all hits in that column.Methods in org.jlab.rec.dc.cluster with parameters of type HitModifier and TypeMethodDescriptionint
ClusterCleanerUtilities.count_nlayers_hit
(Hit[] hits_inlayer) Cluster.newCluster
(Hit hit, int cid) boolean
ClusterFinder.passHitSelection
(Hit hit) void
ClusterFinder.setHitArray
(Hit[][][] hitArray) Sets the hit array Array[total_nb_sectors*total_nb_superlayers][total_nb_wires][total_nb_layers]Method parameters in org.jlab.rec.dc.cluster with type arguments of type HitModifier and TypeMethodDescriptionClusterCleanerUtilities.byLayerListSorter
(List<Hit> DCHits, int sector, int superlyr) void
ClusterFinder.fillHitArray
(List<Hit> hits, int rejectLayer) Fills 3-dimentional array of hits from input hitsClusterFinder.findClumps
(List<Hit> allhits, ClusterCleanerUtilities ct) ClusterFinder.FindHitBasedClusters
(List<Hit> allhits, ClusterCleanerUtilities ct, ClusterFitter cf, DCGeant4Factory DcDetector, int numTDCBankRows) ClusterCleanerUtilities.HitListPruner
(List<Hit> hits) Prunes the input hit list to remove noise candidates; the algorithm finds contiguous hits in a layer (column) and removes hits according to the number (Nc) of such contiguous hits in a given layer.If Nc=3, keep only the middle hit If Nc=4, keep only the first and last hit in that column; if Nc > 4, keep the first 2 and last 2 hits in that column, if Nc > 10 remove all hits in that column. -
Uses of Hit in org.jlab.rec.dc.hit
Subclasses of Hit in org.jlab.rec.dc.hitClasses in org.jlab.rec.dc.hit that implement interfaces with type arguments of type HitModifier and TypeClassDescriptionclass
A hit that was used in a fitted cluster.class
A DC hit characterized by superlayer, layer, sector, wire number, and time.Methods in org.jlab.rec.dc.hit with parameters of type Hit -
Uses of Hit in org.jlab.rec.dc.nn
Method parameters in org.jlab.rec.dc.nn with type arguments of type HitModifier and TypeMethodDescriptionPatternRec.RecomposeSegments
(List<Hit> fhits, DCGeant4Factory DcDetector)