public class QIFFTFingerprint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
energy |
double |
f1Estimate |
double |
f2Estimate |
QIFFTEventPoint |
p1 |
QIFFTEventPoint |
p2 |
double |
t1 |
double |
t2 |
Constructor and Description |
---|
QIFFTFingerprint(float t1,
float f1Estimate,
float t2,
float f2Estimate) |
QIFFTFingerprint(QIFFTEventPoint l1,
QIFFTEventPoint l2) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hash()
Calculate a hash representing this fingerprint.
|
int |
hashCode() |
static int[] |
reverseHash(int hash) |
double |
timeDelta()
The time delta between the first and last event.
|
java.lang.String |
toString() |
public final double t1
public final double f1Estimate
public final double t2
public final double f2Estimate
public QIFFTEventPoint p1
public QIFFTEventPoint p2
public double energy
public QIFFTFingerprint(float t1, float f1Estimate, float t2, float f2Estimate)
public QIFFTFingerprint(QIFFTEventPoint l1, QIFFTEventPoint l2)
public int hash()
public static int[] reverseHash(int hash)
hash
- the hash to reversepublic java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public double timeDelta()