NCBI C++ ToolKit
|
#include <objects/omssa/MSSpectrumset.hpp>
#include <objects/omssa/MSSpectrumFileType.hpp>
#include <iostream>
#include <deque>
#include <corelib/ncbistr.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | _InputPeak |
struct for holding a single peak More... | |
class | CSpectrumSet |
Typedefs | |
typedef struct _InputPeak | TInputPeak |
struct for holding a single peak More... | |
typedef deque< TInputPeak > | TInputPeaks |
for holding a spectrum More... | |
Variables | |
const double | kProton = 1.00728 |
const double | kNeutron = 1.00866 |
typedef struct _InputPeak TInputPeak |
struct for holding a single peak
typedef deque< TInputPeak > TInputPeaks |
for holding a spectrum
Definition at line 70 of file SpectrumSet.hpp.
const double kNeutron = 1.00866 |
Definition at line 58 of file SpectrumSet.hpp.
const double kProton = 1.00728 |
Definition at line 56 of file SpectrumSet.hpp.
Referenced by CMSPeak::CalcPrecursorMass(), CCleave::CCleave(), CLadder::CreateLadder(), CSpectrumSet::GetDTAHeader(), CMSPeakSet::SortPeaks(), and CMSPeak::xWrite().