Package cnuphys.snr
Class SNRClusterFinder
java.lang.Object
cnuphys.snr.SNRClusterFinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ArrayList<SNRCluster>
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a cluster finder, tied to a parameters object -
Method Summary
Modifier and TypeMethodDescriptionvoid
Find the clusters.Get the list of clusters
-
Field Details
-
LEFT_LEAN
public static final int LEFT_LEAN- See Also:
-
RIGHT_LEAN
public static final int RIGHT_LEAN- See Also:
-
clusters
-
-
Constructor Details
-
SNRClusterFinder
Create a cluster finder, tied to a parameters object- Parameters:
params
- the owner of the cluster object
-
-
Method Details
-
findClusters
public void findClusters()Find the clusters. -
getClusters
Get the list of clusters- Returns:
- the list of clusters
-