|
OpenMS
2.6.0
|
Go to the documentation of this file.
47 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h>
70 std::map<double, std::pair<std::vector<double>, std::vector<double> > >
rawIsotopes_;
97 void constructConsusPattern();
99 void addIsotopeTrace(
double,
double);
101 void condensIsotopePattern(std::pair<std::vector<double>, std::vector<double> > *);
108 std::map<double, double>::iterator getConsensIsotopeIteratorStart();
109 std::map<double, double>::iterator getConsensIsotopeIteratorEnd();
std::map< double, double >::iterator getConsensIsotopeIteratorEnd()
Definition: ConsensusIsotopePattern.h:118
std::map< double, double >::iterator getConsensIsotopeIteratorStart()
Definition: ConsensusIsotopePattern.h:113
bool operator<(const QTCluster &q1, const QTCluster &q2)
std::vector< double > mzIsotopesStDev_
Definition: ConsensusIsotopePattern.h:66
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::map< double, double > isotopesTrace_
Definition: ConsensusIsotopePattern.h:65
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
std::vector< double > intensIsotopesStDev_
Definition: ConsensusIsotopePattern.h:67
std::map< double, std::pair< std::vector< double >, std::vector< double > > > rawIsotopes_
Definition: ConsensusIsotopePattern.h:70
Definition: ConsensusIsotopePattern.h:56