Class DocaCluster
java.lang.Object
org.jlab.rec.ahdc.Cluster.DocaCluster
DocaCluster is a "refined" cluster space point built from
the DOCA information of hits in the two PreClusters that
compose a standard Cluster.
One original Cluster can produce one or several DocaCluster
objects, each with its own (x, y, z, weight).
-
Constructor Summary
ConstructorsConstructorDescriptionDocaCluster(double x, double y, double z, double weight, int pattern, int clusterIndex) -
Method Summary
Modifier and TypeMethodDescriptionintintdoubledoubleget_X()doubleget_Y()doubleget_Z()voidset_ClusterIndex(int idx) voidset_Pattern(int pattern) voidset_Weight(double weight) voidset_X(double x) voidset_Y(double y) voidset_Z(double z) toString()
-
Constructor Details
-
DocaCluster
public DocaCluster(double x, double y, double z, double weight, int pattern, int clusterIndex)
-
-
Method Details
-
get_X
public double get_X() -
get_Y
public double get_Y() -
get_Z
public double get_Z() -
get_Weight
public double get_Weight() -
get_Pattern
public int get_Pattern() -
get_ClusterIndex
public int get_ClusterIndex() -
set_X
public void set_X(double x) -
set_Y
public void set_Y(double y) -
set_Z
public void set_Z(double z) -
set_Weight
public void set_Weight(double weight) -
set_Pattern
public void set_Pattern(int pattern) -
set_ClusterIndex
public void set_ClusterIndex(int idx) -
toString
-