27 #include "../../exportinmportconfig.h"
28 #include "../../trace/trace.h"
29 #include "../../types.h"
51 TracePeak(std::vector<DataPoint>::const_iterator it_begin,
52 std::vector<DataPoint>::const_iterator it_end);
65 void setMaxXicElement(
const DataPoint &max);
73 void setLeftBoundary(
const DataPoint &left);
76 const DataPoint &getRightBoundary()
const;
77 void setRightBoundary(
const DataPoint &right);
87 return ((m_area == other.
m_area) && (m_max == other.
m_max) &&
bool operator==(const TracePeak &other) const
const DataPoint & getMaxXicElement() const
const DataPoint & getLeftBoundary() const
TracePeak & operator=(const TracePeak &other)
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
double pappso_double
A type definition for doubles.
std::shared_ptr< const TracePeak > TracePeakCstSPtr