Uses of Class
org.jlab.rec.dc.segment.Segment
Packages that use Segment
Package
Description
-
Uses of Segment in org.jlab.rec.dc.banks
Method parameters in org.jlab.rec.dc.banks with type arguments of type SegmentModifier and TypeMethodDescriptionRecoBankWriter.fillHBSegmentsBank(DataEvent event, List<Segment> seglist) -
Uses of Segment in org.jlab.rec.dc.cross
Subclasses with type arguments of type Segment in org.jlab.rec.dc.crossModifier and TypeClassDescriptionclassThe crosses are objects used to find tracks and are characterized by a 3-D point and a direction unit vector.Methods in org.jlab.rec.dc.cross that return SegmentMethods in org.jlab.rec.dc.cross with parameters of type SegmentModifier and TypeMethodDescriptionvoidCross.set_Segment1(Segment seg1) Set the first segment (corresponding to the first superlayer in a region)voidCross.set_Segment2(Segment seg2) Set the second segment (corresponding to the second superlayer in a region)Method parameters in org.jlab.rec.dc.cross with type arguments of type SegmentModifier and TypeMethodDescriptionCrossMaker.find_Crosses(List<Segment> allSegments, DCGeant4Factory DcDetector) -
Uses of Segment in org.jlab.rec.dc.nn
Methods in org.jlab.rec.dc.nn that return types with arguments of type SegmentModifier and TypeMethodDescriptionPatternRec.RecomposeSegments(List<Hit> fhits, DCGeant4Factory DcDetector) Method parameters in org.jlab.rec.dc.nn with type arguments of type SegmentModifier and TypeMethodDescriptionPatternRec.RecomposeCrossList(List<Segment> clusters, DCGeant4Factory DcDetector) -
Uses of Segment in org.jlab.rec.dc.segment
Classes in org.jlab.rec.dc.segment that implement interfaces with type arguments of type SegmentModifier and TypeClassDescriptionclassA class to describe segment objects, where a Segment is a fitted cluster that has been pruned of hits with bad residualsMethods in org.jlab.rec.dc.segment that return types with arguments of type SegmentModifier and TypeMethodDescriptionSegmentFinder.get_Segments(List<FittedCluster> allClusters, DataEvent event, DCGeant4Factory DcDetector, boolean runLayersEffs) Methods in org.jlab.rec.dc.segment with parameters of type SegmentModifier and TypeMethodDescriptionintvoidSegmentFinder.get_LayerEfficiencies(Segment seg, DataEvent event, DCGeant4Factory DcDetector) booleanSegment.hasConsistentSlope(Segment otherseg) booleanMethod parameters in org.jlab.rec.dc.segment with type arguments of type Segment -
Uses of Segment in org.jlab.rec.dc.track
Methods in org.jlab.rec.dc.track that return SegmentMethods in org.jlab.rec.dc.track that return types with arguments of type SegmentMethods in org.jlab.rec.dc.track with parameters of type SegmentModifier and TypeMethodDescriptionvoidTrackCandListFinder.setHitDoubletsInfo(Segment seg) voidTrack.setSingleSuperlayer(Segment _singleSuperlayer) Method parameters in org.jlab.rec.dc.track with type arguments of type SegmentModifier and TypeMethodDescriptionvoidTrack.set_ListOfHBSegments(List<Segment> _listOfHBSegments) -
Uses of Segment in org.jlab.rec.dc.trajectory
Subclasses with type arguments of type Segment in org.jlab.rec.dc.trajectoryMethods in org.jlab.rec.dc.trajectory that return SegmentModifier and TypeMethodDescriptionRoadFinder.findRoadMissingSegment(List<Segment> segList, DCGeant4Factory DcDetector, double[] a) Method parameters in org.jlab.rec.dc.trajectory with type arguments of type SegmentModifier and TypeMethodDescriptionRoadFinder.findRoadMissingSegment(List<Segment> segList, DCGeant4Factory DcDetector, double[] a) RoadFinder.findRoads(List<Segment> segs, DCGeant4Factory DcDetector)