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  More... | |
| DoubleReal | mz_max_ | 
| max m/z distance between two ...  More... | |
| bool | mz_as_ppm_ | 
| m/z distance unit  More... | |
Determine distance between two spectra.
Distance is determined as
(d_rt/rt_max_ + d_mz/mz_max_) / 2
| 
 | inline | 
| 
 | protected | 
m/z distance unit
| 
 | protected | 
max m/z distance between two ...
| 
 | protected | 
max rt distance between two windows in order to be considered overlapping
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:27 using doxygen 1.8.5 |