Package org.jlab.rec.cvt.cross
Class StraightTrackCrossListFinder
java.lang.Object
org.jlab.rec.cvt.cross.StraightTrackCrossListFinder
A class with methods used to find lists of crosses. This is the Pattern
Recognition step used in track seeding, to find the points that are
consistent with belonging to the same track. This step precedes the initial
estimates of the track parameters.
- Author:
- ziegler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCosmicsCandidateCrossLists
(List<ArrayList<Cross>> crosses, int NbSVTRegions) findTrackSeeds
(List<Cross> crosses)
-
Constructor Details
-
StraightTrackCrossListFinder
public StraightTrackCrossListFinder()
-
-
Method Details
-
findTrackSeeds
-
findCosmicsCandidateCrossLists
- Parameters:
crosses
- the list of crossesNbSVTRegions
-- Returns:
- find track guess with svt only
-