45 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_CONSENSUSISOTOPEPATTERN_H 46 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_CONSENSUSISOTOPEPATTERN_H 48 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h> 71 std::map<double, std::pair<std::vector<double>, std::vector<double> > >
rawIsotopes_;
98 void constructConsusPattern();
100 void addIsotopeTrace(
double,
double);
102 void condensIsotopePattern(std::pair<std::vector<double>, std::vector<double> > *);
109 std::map<double, double>::iterator getConsensIsotopeIteratorStart();
110 std::map<double, double>::iterator getConsensIsotopeIteratorEnd();
116 return isotopesTrace_.begin();
121 return isotopesTrace_.end();
127 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_CONSENSUSISOTOPEPATTERN_H std::map< double, double >::iterator getConsensIsotopeIteratorStart()
Definition: ConsensusIsotopePattern.h:114
std::map< double, std::pair< std::vector< double >, std::vector< double > > > rawIsotopes_
Definition: ConsensusIsotopePattern.h:71
Definition: ConsensusIsotopePattern.h:57
std::map< double, double > isotopesTrace_
Definition: ConsensusIsotopePattern.h:66
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
bool operator<(const MultiplexDeltaMasses &dm1, const MultiplexDeltaMasses &dm2)
std::vector< double > mzIsotopesStDev_
Definition: ConsensusIsotopePattern.h:67
std::map< double, double >::iterator getConsensIsotopeIteratorEnd()
Definition: ConsensusIsotopePattern.h:119
std::vector< double > intensIsotopesStDev_
Definition: ConsensusIsotopePattern.h:68