NCBI C++ ToolKit
|
#include <objects/omssa/omssa__.hpp>
#include <util/math/miscmath.h>
#include <algo/blast/core/ncbi_math.h>
#include "msscore.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | BEGIN_OMSSA_SCOPE BEGIN_NCBI_SCOPE BEGIN_SCOPE(objects) BEGIN_SCOPE(omssa) |
#define | END_OMSSA_SCOPE END_NCBI_SCOPE END_SCOPE(objects) END_SCOPE(omssa) |
#define | USING_OMSSA_SCOPE USING_NCBI_SCOPE; USING_SCOPE(objects); USING_SCOPE(omssa); |
#define | MSLNGAMMA BLAST_LnGammaInt |
#define | MSERF NCBI_Erf |
#define | MSDOUBLELIMIT 1e-300L |
Typedefs | |
typedef int | TMSMZ |
m/z type More... | |
typedef unsigned | TMSIntensity |
intensity type More... | |
typedef signed char | TMSIonSeries |
ion type, e.g. More... | |
typedef signed char | TMSCharge |
charge type More... | |
typedef short | TMSNumber |
ion sequence number, starting from 0. More... | |
typedef double | TMSExpIons |
density of experimental ions type More... | |
typedef int | TMSRank |
intensity rank More... | |
#define BEGIN_OMSSA_SCOPE BEGIN_NCBI_SCOPE BEGIN_SCOPE(objects) BEGIN_SCOPE(omssa) |
Definition at line 45 of file omssascore.hpp.
#define END_OMSSA_SCOPE END_NCBI_SCOPE END_SCOPE(objects) END_SCOPE(omssa) |
Definition at line 47 of file omssascore.hpp.
#define MSDOUBLELIMIT 1e-300L |
Definition at line 79 of file omssascore.hpp.
#define MSERF NCBI_Erf |
Definition at line 76 of file omssascore.hpp.
#define MSLNGAMMA BLAST_LnGammaInt |
Definition at line 75 of file omssascore.hpp.
#define USING_OMSSA_SCOPE USING_NCBI_SCOPE; USING_SCOPE(objects); USING_SCOPE(omssa); |
Definition at line 49 of file omssascore.hpp.
typedef signed char TMSCharge |
charge type
Definition at line 64 of file omssascore.hpp.
typedef double TMSExpIons |
density of experimental ions type
Definition at line 70 of file omssascore.hpp.
typedef unsigned TMSIntensity |
intensity type
Definition at line 58 of file omssascore.hpp.
typedef signed char TMSIonSeries |
m/z type
Definition at line 55 of file omssascore.hpp.
typedef short TMSNumber |
ion sequence number, starting from 0.
Definition at line 67 of file omssascore.hpp.
intensity rank
Definition at line 73 of file omssascore.hpp.