public class SimpleIsolationInfo extends Object implements IsolationInfo
| Constructor and Description |
|---|
SimpleIsolationInfo(com.google.common.collect.Range<Double> isolationMzRange)
Constructor for SimpleIsolationInfo.
|
SimpleIsolationInfo(com.google.common.collect.Range<Double> isolationMzRange,
Float ionInjectTime,
Double precursorMz,
Integer precursorCharge,
ActivationInfo activationInfo,
Integer precursorScanNumber)
Constructor for SimpleIsolationInfo.
|
| Modifier and Type | Method and Description |
|---|---|
ActivationInfo |
getActivationInfo()
Returns the details about the fragmentation that followed this isolation.
|
Float |
getIonInjectTime()
Returns the ion injection time in ms, for ion trap experiments.
|
com.google.common.collect.Range<Double> |
getIsolationMzRange()
Returns the isolated m/z range.
|
Integer |
getPrecursorCharge()
Returns the precursor charge.
|
Double |
getPrecursorMz()
Returns the precursor m/z.
|
Integer |
getPrecursorScanNumber()
Returns the precursor scan number.
|
public SimpleIsolationInfo(@Nonnull com.google.common.collect.Range<Double> isolationMzRange)
Constructor for SimpleIsolationInfo.
isolationMzRange - a Range object.public SimpleIsolationInfo(@Nonnull com.google.common.collect.Range<Double> isolationMzRange, @Nullable Float ionInjectTime, @Nullable Double precursorMz, @Nullable Integer precursorCharge, @Nullable ActivationInfo activationInfo, @Nullable Integer precursorScanNumber)
Constructor for SimpleIsolationInfo.
isolationMzRange - a Range object.ionInjectTime - a Float object.precursorMz - a Double object.precursorCharge - a Integer object.activationInfo - a ActivationInfo object.@Nonnull public com.google.common.collect.Range<Double> getIsolationMzRange()
getIsolationMzRange in interface IsolationInfo@Nullable public Float getIonInjectTime()
getIonInjectTime in interface IsolationInfo@Nullable public Double getPrecursorMz()
getPrecursorMz in interface IsolationInfo@Nullable public Integer getPrecursorCharge()
getPrecursorCharge in interface IsolationInfo@Nullable public Integer getPrecursorScanNumber()
getPrecursorScanNumber in interface IsolationInfo@Nullable public ActivationInfo getActivationInfo()
getActivationInfo in interface IsolationInfoCopyright © 2019. All rights reserved.