public class ThermoFragmentationTarget extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
activationType
The peak encoding.
|
protected float |
collisionEnergy
The collisionEnergy.
|
protected int |
msLevel
The msLevel.
|
protected double |
mz
The mz.
|
Constructor and Description |
---|
ThermoFragmentationTarget(int msLevel,
double mz,
String activationType,
float collisionEnergy) |
Modifier and Type | Method and Description |
---|---|
String |
getActivationType() |
float |
getCollisionEnergy() |
int |
getMsLevel() |
double |
getMz() |
protected final int msLevel
protected final double mz
protected String activationType
protected final float collisionEnergy
public ThermoFragmentationTarget(int msLevel, double mz, String activationType, float collisionEnergy)
public int getMsLevel()
public double getMz()
public String getActivationType()
public float getCollisionEnergy()
Copyright © 2019. All rights reserved.