36 #ifndef OPENMS_FILTERING_DATAREDUCTION_SILACPOINT_H
37 #define OPENMS_FILTERING_DATAREDUCTION_SILACPOINT_H
90 mz(0), rt(0), charge(0), isotopes_per_peptide(0), quality(0)
Int charge
charge of the cluster (i.e. peptide) which the data point is part of
Definition: SILACPoint.h:77
A single SILAC point.
Definition: SILACPoint.h:46
std::vector< std::vector< DoubleReal > > mz_positions
exact m/z positions at which the intensities are read
Definition: SILACPoint.h:62
DoubleReal mz
m/z value of the element
Definition: SILACPoint.h:52
std::vector< DoubleReal > mass_shifts
mass shifts [Da] used in the filter
Definition: SILACPoint.h:72
Int isotopes_per_peptide
number of isotopes per peptide of the cluster
Definition: SILACPoint.h:82
DoubleReal rt
RT value of the element.
Definition: SILACPoint.h:57
std::vector< std::vector< DoubleReal > > intensities
intensities at RT and the exact m/z positions
Definition: SILACPoint.h:67
DoubleReal quality
quality of the cluster
Definition: SILACPoint.h:87
int Int
Signed integer type.
Definition: Types.h:100
SILACPoint()
Definition: SILACPoint.h:89