OpenMS
|
represents a compound in the assay library More...
#include <OpenMS/FEATUREFINDER/FeatureFinderAlgorithmMetaboIdent.h>
Public Member Functions | |
FeatureFinderMetaboIdentCompound (const String &_name, const String &_formula, double _mass, const std::vector< int > &_charges, const std::vector< double > &_rts, const std::vector< double > &_rt_ranges, const std::vector< double > &_iso_distrib) | |
const String & | getName () const |
const String & | getFormula () const |
double | getMass () const |
const std::vector< int > & | getCharges () const |
const std::vector< double > & | getRTs () const |
const std::vector< double > | getRTRanges () const |
const std::vector< double > & | getIsotopeDistribution () const |
Private Attributes | |
String | name_ |
String | formula_ |
double | mass_ |
std::vector< int > | charges_ |
std::vector< double > | rts_ |
std::vector< double > | rt_ranges_ |
std::vector< double > | iso_distrib_ |
represents a compound in the assay library
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |