IshmaelDetector
Class EnergySumParams

java.lang.Object
  extended by IshmaelDetector.IshDetParams
      extended by IshmaelDetector.EnergySumParams
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class EnergySumParams
extends IshDetParams
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
(package private)  double f0
           
(package private)  double f1
           
(package private)  double ratioF0
           
(package private)  double ratioF1
           
static long serialVersionUID
           
(package private)  boolean useLog
           
 
Fields inherited from class IshmaelDetector.IshDetParams
channelList, inputDataSource, minTime, name, refractoryTime, thresh, vscale
 
Constructor Summary
EnergySumParams()
           
 
Method Summary
protected  EnergySumParams clone()
           
 
Methods inherited from class IshmaelDetector.IshDetParams
getName, setName
 
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

f0

double f0

f1

double f1

ratioF0

double ratioF0

ratioF1

double ratioF1

useLog

boolean useLog
Constructor Detail

EnergySumParams

public EnergySumParams()
Method Detail

clone

protected EnergySumParams clone()
Overrides:
clone in class IshDetParams