@Immutable public interface IsolationInfo
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.
|
@Nonnull com.google.common.collect.Range<Double> getIsolationMzRange()
@Nullable Float getIonInjectTime()
@Nullable Double getPrecursorMz()
@Nullable Integer getPrecursorCharge()
@Nullable Integer getPrecursorScanNumber()
@Nullable ActivationInfo getActivationInfo()
Copyright © 2019. All rights reserved.