run with CompNovoIonScoringBase
More...
#include <OpenMS/ANALYSIS/DENOVO/CompNovoIonScoringBase.h>
List of all members.
Classes |
| struct | IonScore |
Public Types |
| enum | IsotopeType { PARENT = 0,
CHILD = 1,
LONE = 2
} |
Public Member Functions |
| CompNovoIonScoringBase & | operator= (const CompNovoIonScoringBase &source) |
|
|
| | CompNovoIonScoringBase () |
| | default constructor
|
| | CompNovoIonScoringBase (const CompNovoIonScoringBase &source) |
| | copy constructor
|
| virtual | ~CompNovoIonScoringBase () |
| | destructor
|
|
|
| DoubleReal | scoreIsotopes (const PeakSpectrum &CID_spec, PeakSpectrum::ConstIterator it, Size charge) |
Protected Member Functions |
| void | updateMembers_ () |
| | update members method from DefaultParamHandler to update the members
|
| IsotopeType | classifyIsotopes_ (const PeakSpectrum &spec, PeakSpectrum::ConstIterator it) |
| DoubleReal | scoreIsotopes_ (const PeakSpectrum &spec, PeakSpectrum::ConstIterator it, Map< DoubleReal, IonScore > &CID_nodes, Size charge=1) |
| virtual void | scoreWitnessSet_ (Size charge, DoubleReal precursor_weight, Map< DoubleReal, IonScore > &CID_nodes, const PeakSpectrum &CID_orig_spec)=0 |
| void | addSingleChargedIons_ (Map< DoubleReal, IonScore > &ion_scores, PeakSpectrum &CID_spec) |
| void | initIsotopeDistributions_ () |
Protected Attributes |
Map< Size, std::vector
< DoubleReal > > | isotope_distributions_ |
| DoubleReal | fragment_mass_tolerance_ |
Detailed Description
run with CompNovoIonScoringBase
Member Enumeration Documentation
Constructor & Destructor Documentation
Member Function Documentation
| void initIsotopeDistributions_ |
( |
|
) |
[protected] |
| void updateMembers_ |
( |
|
) |
[protected, virtual] |
Member Data Documentation
| OpenMS / TOPP release 1.10.0 |
Documentation generated on Thu Mar 7 2013 09:42:49 using doxygen 1.7.1 |