seismicVeto
Class VetoParameters
java.lang.Object
seismicVeto.VetoParameters
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class VetoParameters
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
dataSourceName
protected java.lang.String 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
VetoParameters
public VetoParameters()
clone
public VetoParameters clone()
- Overrides:
clone in class java.lang.Object