- All Implemented Interfaces:
Serializable
, Cloneable
Parameters controlling tests of a single cluster type
- Author:
- dg50
- See Also:
-
-
Field Summary
Fields
double
Default Monitoring range in metres
long name of primary detection block for this cluster.
boolean
include in immediate tests.
boolean
Include in the more randomized tests
static final long
-
Constructor Summary
Constructors
-
Method Summary
boolean
Set if this cluster is to be compared to the output of the given detector
void
Set if this cluster is to be compared to the output of the given detector
-
Field Details
-
serialVersionUID
public static final long serialVersionUID
- See Also:
-
-
monitorRange
public double monitorRange
Default Monitoring range in metres
-
-
runRandom
public boolean runRandom
Include in the more randomized tests
-
primaryDetectionBlock
public String primaryDetectionBlock
long name of primary detection block for this cluster.
-
Constructor Details
-
ClusterParameters
public ClusterParameters()
-
Method Details
-
-
setSelectedDetector
public void setSelectedDetector(PamDataBlock dataBlock,
boolean isSelected)
Set if this cluster is to be compared to the output of the given detector
- Parameters:
dataBlock
- detection data block
isSelected
- set if is selected.
-
isSelectedDetector
Set if this cluster is to be compared to the output of the given detector
- Parameters:
dataBlock
- detection data block
- Returns:
- true if analysis should compare this detector with this cluster.