#include <OpenMS/OPENSWATHALGO/DATAACCESS/TransitionExperiment.h>
◆ getCompoundRef()
std::string getCompoundRef |
( |
| ) |
const |
|
inline |
◆ getLibraryIntensity()
double getLibraryIntensity |
( |
| ) |
const |
|
inline |
◆ getNativeID()
std::string getNativeID |
( |
| ) |
const |
|
inline |
◆ getPeptideRef()
std::string getPeptideRef |
( |
| ) |
const |
|
inline |
◆ getPrecursorIM()
double getPrecursorIM |
( |
| ) |
const |
|
inline |
◆ getPrecursorMZ()
double getPrecursorMZ |
( |
| ) |
const |
|
inline |
◆ getProductChargeState()
int getProductChargeState |
( |
| ) |
const |
|
inline |
◆ getProductMZ()
double getProductMZ |
( |
| ) |
const |
|
inline |
◆ isDetectingTransition()
bool isDetectingTransition |
( |
| ) |
const |
|
inline |
◆ isIdentifyingTransition()
bool isIdentifyingTransition |
( |
| ) |
const |
|
inline |
◆ isPrecursorImSet()
bool isPrecursorImSet |
( |
| ) |
const |
|
inline |
◆ isProductChargeStateSet()
bool isProductChargeStateSet |
( |
| ) |
const |
|
inline |
◆ isQuantifyingTransition()
bool isQuantifyingTransition |
( |
| ) |
const |
|
inline |
◆ setDetectingTransition()
void setDetectingTransition |
( |
bool |
d | ) |
|
|
inline |
◆ setIdentifyingTransition()
void setIdentifyingTransition |
( |
bool |
i | ) |
|
|
inline |
◆ setLibraryIntensity()
void setLibraryIntensity |
( |
double |
l | ) |
|
|
inline |
◆ setQuantifyingTransition()
void setQuantifyingTransition |
( |
bool |
q | ) |
|
|
inline |
◆ decoy
◆ detecting_transition
bool detecting_transition {} |
◆ fragment_charge
◆ identifying_transition
bool identifying_transition {} |
◆ library_intensity
double library_intensity {} |
◆ peptide_ref
◆ precursor_im
◆ precursor_mz
◆ product_mz
◆ quantifying_transition
bool quantifying_transition {} |
◆ transition_name
std::string transition_name |