Go to the documentation of this file.
24 #ifndef _SPECTRUMLIST_PRECURSORREREFINE_HPP_
25 #define _SPECTRUMLIST_PRECURSORREREFINE_HPP_
77 #endif // _SPECTRUMLIST_PRECURSORREREFINE_HPP_
Inheritable pass-through implementation for wrapping a SpectrumList.
double RefineMassVal(double initialEstimate, size_t index) const
~SpectrumList_PrecursorRefine()
SpectrumList_PrecursorRefine(const msdata::MSData &msd)
constructor needs the full MSData object for instrument info; SpectrumList_PrecursorRefine holds a re...
SpectrumList_PrecursorRefine & operator=(SpectrumList_PrecursorRefine &)
boost::shared_ptr< Spectrum > SpectrumPtr
virtual msdata::SpectrumPtr spectrum(size_t index, bool getBinaryData=false) const
retrieve a spectrum by index
double mz(double neutralMass, int protonDelta, int electronDelta=0, int neutronDelta=0)
SpectrumList wrapper that recalculates precursor info on spectrum() requests.
SpectrumList_PrecursorRefine(SpectrumList_PrecursorRefine &)
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...
boost::shared_ptr< Impl > impl_