36 #ifndef OPENMS_ANALYSIS_ID_PILISSCORING_H 
   37 #define OPENMS_ANALYSIS_ID_PILISSCORING_H 
   97     void getScores(std::vector<PeptideIdentification> & ids);
 
  107     void getFitParameter_(
double & slope, 
double & intercept, 
const std::vector<double> & scores, 
double threshold);
 
This class actually implements the E-value based scoring of PILIS. 
Definition: PILISScoring.h:72
A base class for all classes handling default parameters. 
Definition: DefaultParamHandler.h:90
Map class based on the STL map (containing serveral convenience functions) 
Definition: Map.h:50
Represents the peptide hits for a spectrum. 
Definition: PeptideIdentification.h:63