Package seismicVeto
Class VetoParameters
java.lang.Object
seismicVeto.VetoParameters
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleprotected intprotected Stringprotected doubleprotected doubleprotected booleanprotected booleanstatic final longprotected doubleprotected doubleprotected double - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a class 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
dataSourceName
 - 
channelBitmap
protected int channelBitmap - 
threshold
protected double threshold - 
f1
protected double f1 - 
f2
protected double f2 - 
backgroundConstant
protected double backgroundConstant - 
vetoPreTime
protected double vetoPreTime - 
vetoPostTime
protected double vetoPostTime - 
randomFillSpectorgram
protected boolean randomFillSpectorgram - 
randomFillWaveform
protected boolean randomFillWaveform 
 - 
 - 
Constructor Details
- 
VetoParameters
public VetoParameters() 
 - 
 - 
Method Details
- 
clone
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -