visad.data.amanda
Class Hit
java.lang.Object
visad.data.amanda.Hit
- All Implemented Interfaces:
- Comparable
- public class Hit
- extends Object
- implements Comparable
|
Constructor Summary |
(package private) |
Hit(Module mod,
float amplitude,
float leadEdgeTime,
float timeOverThreshold)
|
amplitudeType
public static final RealType amplitudeType
indexType
public static final RealType indexType
leadingEdgeTimeType
public static final RealType leadingEdgeTimeType
moduleType
public static final RealType moduleType
tupleType
public static RealTupleType tupleType
missing
public static RealTuple missing
Hit
Hit(Module mod,
float amplitude,
float leadEdgeTime,
float timeOverThreshold)
compareTo
public int compareTo(Object obj)
- Specified by:
compareTo in interface Comparable
compareTo
public int compareTo(Hit h)
equals
public boolean equals(Object obj)
getAmplitude
public final float getAmplitude()
getLeadingEdgeTime
public final float getLeadingEdgeTime()
getModule
public final Module getModule()
getTimeOverThreshold
public final float getTimeOverThreshold()
makeData
public final RealTuple makeData()
toString
public String toString()