ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::frequency::PeakDetectorMatchedFilter::Score Struct Reference

structure for holding the matched filter calculation results More...

#include <PeakDetectorMatchedFilter.hpp>

Public Member Functions

 Score (double _f=0, int _c=0, int _n=0)
 

Public Attributes

double frequency
 
int charge
 
int neutronCount
 
double value
 
double monoisotopicFrequency
 
std::complex< double > monoisotopicIntensity
 
int peakCount
 
std::vector< pwiz::data::peakdata::Peakpeaks
 

Detailed Description

structure for holding the matched filter calculation results

Definition at line 129 of file PeakDetectorMatchedFilter.hpp.

Constructor & Destructor Documentation

§ Score()

pwiz::frequency::PeakDetectorMatchedFilter::Score::Score ( double  _f = 0,
int  _c = 0,
int  _n = 0 
)
inline

Member Data Documentation

§ frequency

double pwiz::frequency::PeakDetectorMatchedFilter::Score::frequency

Definition at line 131 of file PeakDetectorMatchedFilter.hpp.

§ charge

int pwiz::frequency::PeakDetectorMatchedFilter::Score::charge

Definition at line 132 of file PeakDetectorMatchedFilter.hpp.

§ neutronCount

int pwiz::frequency::PeakDetectorMatchedFilter::Score::neutronCount

Definition at line 133 of file PeakDetectorMatchedFilter.hpp.

§ value

double pwiz::frequency::PeakDetectorMatchedFilter::Score::value

Definition at line 134 of file PeakDetectorMatchedFilter.hpp.

§ monoisotopicFrequency

double pwiz::frequency::PeakDetectorMatchedFilter::Score::monoisotopicFrequency

Definition at line 136 of file PeakDetectorMatchedFilter.hpp.

§ monoisotopicIntensity

std::complex<double> pwiz::frequency::PeakDetectorMatchedFilter::Score::monoisotopicIntensity

Definition at line 137 of file PeakDetectorMatchedFilter.hpp.

§ peakCount

int pwiz::frequency::PeakDetectorMatchedFilter::Score::peakCount

Definition at line 138 of file PeakDetectorMatchedFilter.hpp.

§ peaks

std::vector<pwiz::data::peakdata::Peak> pwiz::frequency::PeakDetectorMatchedFilter::Score::peaks

Definition at line 140 of file PeakDetectorMatchedFilter.hpp.


The documentation for this struct was generated from the following file: