Determine distance between two spectra. More...
#include <OpenMS/ANALYSIS/TARGETED/InclusionExclusionList.h>
Public Member Functions | |
| WindowDistance_ (const DoubleReal rt_bridge, const DoubleReal mz_max, const bool mz_as_ppm) | |
| double | operator() (const IEWindow &first, const IEWindow &second) const |
Protected Attributes | |
| DoubleReal | rt_bridge_ |
| max rt distance between two windows in order to be considered overlapping | |
| DoubleReal | mz_max_ |
| max m/z distance between two ... | |
| bool | mz_as_ppm_ |
| m/z distance unit | |
Determine distance between two spectra.
Distance is determined as
(d_rt/rt_max_ + d_mz/mz_max_) / 2
| WindowDistance_ | ( | const DoubleReal | rt_bridge, | |
| const DoubleReal | mz_max, | |||
| const bool | mz_as_ppm | |||
| ) | [inline] |
bool mz_as_ppm_ [protected] |
m/z distance unit
DoubleReal mz_max_ [protected] |
max m/z distance between two ...
DoubleReal rt_bridge_ [protected] |
max rt distance between two windows in order to be considered overlapping
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:50 using doxygen 1.7.1 |