121 static double matchedCurrentChain(
const std::vector< std::pair< Size, Size > >& matched_spec_linear,
const std::vector< std::pair< Size, Size > >& matched_spec_xlinks,
const PeakSpectrum& spectrum_linear_peaks,
const PeakSpectrum& spectrum_xlink_peaks);
132 static double totalMatchedCurrent(
const std::vector< std::pair< Size, Size > >& matched_spec_linear_alpha,
const std::vector< std::pair< Size, Size > >& matched_spec_linear_beta,
const std::vector< std::pair< Size, Size > >& matched_spec_xlinks_alpha,
const std::vector< std::pair< Size, Size > >& matched_spec_xlinks_beta,
const PeakSpectrum& spectrum_linear_peaks,
const PeakSpectrum& spectrum_xlink_peaks);