Uses of Class
org.jlab.rec.dc.hit.Hit
Packages that use Hit
Package
Description
- 
Uses of Hit in org.jlab.rec.dc.banksMethods 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.clusterMethods 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 TypeMethodDescriptionintClusterCleanerUtilities.count_nlayers_hit(Hit[] hits_inlayer) Cluster.newCluster(Hit hit, int cid) booleanClusterFinder.passHitSelection(Hit hit) voidClusterFinder.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) voidClusterFinder.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.hitSubclasses of Hit in org.jlab.rec.dc.hitMethods in org.jlab.rec.dc.hit with parameters of type Hit
- 
Uses of Hit in org.jlab.rec.dc.nnMethod parameters in org.jlab.rec.dc.nn with type arguments of type HitModifier and TypeMethodDescriptionPatternRec.RecomposeSegments(List<Hit> fhits, DCGeant4Factory DcDetector)