Package org.jlab.rec.dc.segment
Class SegmentFinder
java.lang.Object
org.jlab.rec.dc.segment.SegmentFinder
A Segment is a fitted cluster that has been pruned of hits with bad residuals
 (see Constants)
- Author:
- ziegler
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidget_LayerEfficiencies(Segment seg, DataEvent event, DCGeant4Factory DcDetector) get_Segments(List<FittedCluster> allClusters, DataEvent event, DCGeant4Factory DcDetector, boolean runLayersEffs) selectTimeBasedSegments(List<FittedCluster> clusters) 
- 
Constructor Details- 
SegmentFinderpublic SegmentFinder()
 
- 
- 
Method Details- 
get_LayerEfficiencies- Parameters:
- seg- Segment
- event- HipoDataEvent
- DcDetector- DC detector utility
 
- 
get_Segmentspublic List<Segment> get_Segments(List<FittedCluster> allClusters, DataEvent event, DCGeant4Factory DcDetector, boolean runLayersEffs) - Parameters:
- allClusters- the list of fitted clusters
- event-
- DcDetector-
- runLayersEffs-
- Returns:
- the list of segments obtained from the clusters
 
- 
selectTimeBasedSegments- Parameters:
- clusters- list of fitted clusters
- Returns:
- list of time-based fitted clusters
 
 
-