#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmPicked.h>
Public Member Functions | |
MassTraces () | |
Constructor. | |
UInt | getPeakCount () const |
Returns the peak count of all traces. | |
bool | isValid (DoubleReal seed_mz, DoubleReal trace_tolerance) |
Checks if still valid (seed still contained and enough traces). | |
UInt | getTheoreticalMax () const throw (Exception::Precondition) |
Returns the theoretical maximum trace index. Throws an error, if there are no traces. | |
void | updateBaseline () |
Sets the baseline to the lowest contained peak of the trace. | |
std::pair< DoubleReal, DoubleReal > | getRTBounds () const throw (Exception::Precondition) |
Returns the RT boundaries of the mass traces. | |
Public Attributes | |
UInt | max_trace |
Maximum intensity trace. | |
DoubleReal | baseline |
Estimated baseline in the region of the feature (used for the fit). |
MassTraces | ( | ) | [inline] |
Constructor.
UInt getPeakCount | ( | ) | const [inline] |
Returns the peak count of all traces.
bool isValid | ( | DoubleReal | seed_mz, | |
DoubleReal | trace_tolerance | |||
) | [inline] |
Checks if still valid (seed still contained and enough traces).
UInt getTheoreticalMax | ( | ) | const throw (Exception::Precondition) [inline] |
Returns the theoretical maximum trace index. Throws an error, if there are no traces.
void updateBaseline | ( | ) | [inline] |
Sets the baseline to the lowest contained peak of the trace.
std::pair<DoubleReal,DoubleReal> getRTBounds | ( | ) | const throw (Exception::Precondition) [inline] |
Returns the RT boundaries of the mass traces.
Estimated baseline in the region of the feature (used for the fit).
Generated Tue Apr 1 15:36:47 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |