Uses of Class
org.jlab.rec.dc.cluster.FittedCluster
Packages that use FittedCluster
-
Uses of FittedCluster in org.jlab.rec.dc.banks
Method parameters in org.jlab.rec.dc.banks with type arguments of type FittedClusterModifier and TypeMethodDescriptionRecoBankWriter.fillHBClustersBank
(DataEvent event, List<FittedCluster> cluslist) -
Uses of FittedCluster in org.jlab.rec.dc.cluster
Methods in org.jlab.rec.dc.cluster that return FittedClusterModifier and TypeMethodDescriptionClusterFitter.BestClusterSelector
(List<FittedCluster> clusters, String system) ClusterCleanerUtilities.ClusterCleaner
(FittedCluster clus, ClusterFitter cf, DCGeant4Factory DcDetector) ClusterCleanerUtilities.IsolatedHitsPruner
(FittedCluster clus) ClusterCleanerUtilities.LRAmbiguityResolver
(DataEvent event, FittedCluster fClus, ClusterFitter cf, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde) ClusterCleanerUtilities.OverlappingClusterResolver
(FittedCluster thisclus, List<FittedCluster> clusters) A method to select the largest cluster among a set of clusters with 4 or more of overlaping hitsClusterCleanerUtilities.SecondariesRemover
(DataEvent event, FittedCluster clus, ClusterFitter cf, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde) Methods in org.jlab.rec.dc.cluster that return types with arguments of type FittedClusterModifier and TypeMethodDescriptionClusterCleanerUtilities.ClusterSplitter
(FittedCluster clus, int nextClsStartIndex, ClusterFitter cf) Pattern Recognition step for identifying clusters in a clump: Find the points that are consistent with belonging to the same cluster.ClusterFinder.FindHitBasedClusters
(List<Hit> allhits, ClusterCleanerUtilities ct, ClusterFitter cf, DCGeant4Factory DcDetector, int numTDCBankRows) ClusterFinder.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) Methods in org.jlab.rec.dc.cluster with parameters of type FittedClusterModifier and TypeMethodDescriptionClusterCleanerUtilities.ClusterCleaner
(FittedCluster clus, ClusterFitter cf, DCGeant4Factory DcDetector) ClusterCleanerUtilities.ClusterSplitter
(FittedCluster clus, int nextClsStartIndex, ClusterFitter cf) Pattern Recognition step for identifying clusters in a clump: Find the points that are consistent with belonging to the same cluster.int
FittedCluster.compareTo
(FittedCluster o) Cluster comparator based on number of hits in the clustervoid
ClusterFitter.Fit
(FittedCluster clus, boolean SaveFitPars) ClusterCleanerUtilities.IsolatedHitsPruner
(FittedCluster clus) ClusterCleanerUtilities.LRAmbiguityResolver
(DataEvent event, FittedCluster fClus, ClusterFitter cf, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde) void
ClusterCleanerUtilities.outOfTimersRemover
(FittedCluster fClus, boolean removeHit) ClusterCleanerUtilities.OverlappingClusterResolver
(FittedCluster thisclus, List<FittedCluster> clusters) A method to select the largest cluster among a set of clusters with 4 or more of overlaping hitsClusterCleanerUtilities.SecondariesRemover
(DataEvent event, FittedCluster clus, ClusterFitter cf, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde) void
ClusterFitter.SetClusterFitParameters
(FittedCluster clus) void
ClusterFitter.SetFitArray
(FittedCluster clus, String system) void
ClusterFitter.SetResidualDerivedParams
(FittedCluster clus, boolean calcTimeResidual, boolean resetLRAmbig, DCGeant4Factory DcDetector) void
ClusterFitter.SetSegmentLineParameters
(double x0, FittedCluster clus) Method parameters in org.jlab.rec.dc.cluster with type arguments of type FittedClusterModifier and TypeMethodDescriptionClusterFitter.BestClusterSelector
(List<FittedCluster> clusters, String system) ClusterFinder.getLayerEfficiencies
(List<FittedCluster> fclusters, List<Hit> allhits, ClusterCleanerUtilities ct, ClusterFitter cf, EvioDataEvent event) ClusterCleanerUtilities.OverlappingClusterResolver
(FittedCluster thisclus, List<FittedCluster> clusters) A method to select the largest cluster among a set of clusters with 4 or more of overlaping hits -
Uses of FittedCluster in org.jlab.rec.dc.segment
Methods in org.jlab.rec.dc.segment that return FittedClusterMethods in org.jlab.rec.dc.segment that return types with arguments of type FittedClusterModifier and TypeMethodDescriptionSegmentFinder.selectTimeBasedSegments
(List<FittedCluster> clusters) Methods in org.jlab.rec.dc.segment with parameters of type FittedClusterModifier and TypeMethodDescriptionfinal void
Segment.set_fittedCluster
(FittedCluster _fittedCluster) Sets the fitted clusterMethod parameters in org.jlab.rec.dc.segment with type arguments of type FittedClusterModifier and TypeMethodDescriptionSegmentFinder.get_Segments
(List<FittedCluster> allClusters, DataEvent event, DCGeant4Factory DcDetector, boolean runLayersEffs) SegmentFinder.selectTimeBasedSegments
(List<FittedCluster> clusters) Constructors in org.jlab.rec.dc.segment with parameters of type FittedClusterModifierConstructorDescriptionSegment
(FittedCluster fCluster) Construct the segment from the fitted cluster.