seismicVeto
Class VetoParameters

java.lang.Object
  extended by 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

Field Summary
protected  double backgroundConstant
           
protected  int channelBitmap
           
protected  java.lang.String dataSourceName
           
protected  double f1
           
protected  double f2
           
protected  boolean randomFillSpectorgram
           
protected  boolean randomFillWaveform
           
static long serialVersionUID
           
protected  double threshold
           
protected  double vetoPostTime
           
protected  double vetoPreTime
           
 
Constructor Summary
VetoParameters()
           
 
Method Summary
 VetoParameters clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

VetoParameters

public VetoParameters()
Method Detail

clone

public VetoParameters clone()
Overrides:
clone in class java.lang.Object