45 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_CONSENSUSISOTOPEPATTERN_H 
   46 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_CONSENSUSISOTOPEPATTERN_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();
 
  126 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_CONSENSUSISOTOPEPATTERN_H 
std::map< double, double >::iterator getConsensIsotopeIteratorStart()
Definition: ConsensusIsotopePattern.h:113
std::map< double, std::pair< std::vector< double >, std::vector< double > > > rawIsotopes_
Definition: ConsensusIsotopePattern.h:70
Definition: ConsensusIsotopePattern.h:56
std::map< double, double > isotopesTrace_
Definition: ConsensusIsotopePattern.h:65
std::vector< double > mzIsotopesStDev_
Definition: ConsensusIsotopePattern.h:66
std::map< double, double >::iterator getConsensIsotopeIteratorEnd()
Definition: ConsensusIsotopePattern.h:118
std::vector< double > intensIsotopesStDev_
Definition: ConsensusIsotopePattern.h:67