public class NFFTFingerprint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
energy |
int |
f1 |
int |
f2 |
int |
t1 |
int |
t2 |
Constructor and Description |
---|
NFFTFingerprint(int t1,
int f1,
int t2,
int f2) |
NFFTFingerprint(NFFTEventPoint l1,
NFFTEventPoint 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) |
int |
timeDelta()
The time delta between the first and last event.
|
java.lang.String |
toString() |
public final int t1
public final int f1
public final int t2
public final int f2
public double energy
public NFFTFingerprint(int t1, int f1, int t2, int f2)
public NFFTFingerprint(NFFTEventPoint l1, NFFTEventPoint 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 int timeDelta()