![]() |
OpenMS
2.4.0
|
#include <OpenMS/OPENSWATHALGO/DATAACCESS/TransitionExperiment.h>
Public Member Functions | |
LightCompound () | |
bool | isPeptide () const |
void | setChargeState (int ch) |
int | getChargeState () const |
void | setDriftTime (double d) |
double | getDriftTime () const |
Public Attributes | |
double | drift_time |
double | rt |
int | charge |
std::string | sequence |
std::vector< std::string > | protein_refs |
std::string | peptide_group_label |
std::string | id |
std::string | sum_formula |
std::string | compound_name |
std::vector< LightModification > | modifications |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int charge |
std::string compound_name |
double drift_time |
std::string id |
std::vector<LightModification> modifications |
std::string peptide_group_label |
std::vector<std::string> protein_refs |
double rt |
std::string sequence |
std::string sum_formula |