This class stores a SRM/MRM transition.
More...
#include <OpenMS/ANALYSIS/MRM/ReactionMonitoringTransition.h>
List of all members.
Detailed Description
This class stores a SRM/MRM transition.
The default values for precursor and product m/z values are set to numeric_limits<DoubleReal>::max(). Default values for precursor an product charge is set to numeric_limits<Int>::max().
Member Typedef Documentation
Member Enumeration Documentation
Constructor & Destructor Documentation
Member Function Documentation
| void addIntermediateProduct |
( |
Product |
product |
) |
|
| void addPrecursorCVTerm |
( |
const CVTerm & |
cv_term |
) |
|
| void addPredictionTerm |
( |
const CVTerm & |
prediction |
) |
|
| void addProductCVTerm |
( |
const CVTerm & |
cv_term |
) |
|
| const String& getCompoundRef |
( |
|
) |
const |
| const std::vector<Product>& getIntermediateProducts |
( |
|
) |
const |
| const String& getName |
( |
|
) |
const |
| const String& getNativeID |
( |
|
) |
const |
| const String& getPeptideRef |
( |
|
) |
const |
| const CVTermList& getPrecursorCVTermList |
( |
|
) |
const |
| const Product& getProduct |
( |
|
) |
const |
| void setCompoundRef |
( |
const String & |
compound_ref |
) |
|
| void setIntermediateProducts |
( |
const std::vector< Product > & |
products |
) |
|
| void setName |
( |
const String & |
name |
) |
|
| void setNativeID |
( |
const String & |
name |
) |
|
| void setPeptideRef |
( |
const String & |
peptide_ref |
) |
|
| void setPrecursorCVTermList |
( |
const CVTermList & |
list |
) |
|
sets the precursor mz (Q1 value)
| void setPrediction |
( |
const Prediction & |
prediction |
) |
|
| void setProduct |
( |
Product |
product |
) |
|
| void updateMembers_ |
( |
|
) |
[protected] |
Member Data Documentation
specific properties of a transition (e.g. specific CV terms)
| OpenMS / TOPP release 1.10.0 |
Documentation generated on Thu Mar 7 2013 09:42:50 using doxygen 1.7.1 |