OpenMS
CommonEnums.h File Reference
#include <string_view>
Include dependency graph for CommonEnums.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenMS
 Main OpenMS namespace.
 

Enumerations

enum class  DIM_UNIT {
  RT = 0 , MZ , INT , IM_MS ,
  IM_VSSC , FAIMS_CV , SIZE_OF_DIM_UNITS
}
 

Variables

std::string_view DIM_NAMES [(int) DIM_UNIT::SIZE_OF_DIM_UNITS] = {"RT [s]", "m/z [Th]", "intensity", "IM [milliseconds]", "IM [vs / cm2]", "FAIMS CV"}
 
std::string_view DIM_NAMES_SHORT [(int) DIM_UNIT::SIZE_OF_DIM_UNITS] = {"RT", "m/z", "int", "IM", "IM", "FCV"}