|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpeakml.io.xrawfile.IXRawfile.Noise
public static class IXRawfile.Noise
Central class for collecting the data of a noise-packet.
| Constructor Summary | |
|---|---|
IXRawfile.Noise(double mass,
double noise,
double baseline)
Standard constructor setting all the class members. |
|
| Method Summary | |
|---|---|
double |
getBaseline()
Returns the detected baseline for this mass. |
double |
getMass()
Returns the mass of this noise packet. |
double |
getNoise()
Returns the noise level of this mass. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IXRawfile.Noise(double mass,
double noise,
double baseline)
mass - The mass of the noise packet.noise - The noise level of this mass.baseline - The detected baseline for this mass.| Method Detail |
|---|
public double getMass()
public double getNoise()
public double getBaseline()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||