49 if (
os_) *
os_ <<
"test()\n";
54 test(translator,
" Total \t\n iOn @#$CurRENT",
MS_TIC);
70 if (
os_) *
os_ <<
"collision caught: " << boolalpha << caught << endl;
80 int main(
int argc,
char* argv[])
86 if (argc>1 && !strcmp(argv[1],
"-v"))
os_ = &cout;
MS_TIC
TIC (total ion current): The sum of all the separate ion currents carried by the ions of different m/...
PWIZ_API_DECL const CVTermInfo & cvTermInfo(CVID cvid)
returns CV term info for the specified CVID
MS_FT_ICR
FT_ICR (fourier transform ion cyclotron resonance mass spectrometer): A mass spectrometer based on th...
translates text to CV terms
MS_software
software: Software related to the recording or transformation of spectra.
int main(int argc, char *argv[])
cv::CVID translate(const std::string &text) const
translate text -> CVID
MS_m_z
m/z: Three-character symbol m/z is used to denote the quantity formed by dividing the mass of an ion ...
void insert(const std::string &text, cv::CVID cvid)
insert a text-cvid pair into the dictionary
void test(const CVTranslator &translator, const string &text, CVID correct)
MS_ion_trap
ion trap: A device for spatially confining ions using electric and magnetic fields alone or in combin...
#define TEST_PROLOG(argc, argv)