NAIA
|
Enumerations | |
enum | RichMeasType { NONE = 0, NaF, Agl } |
enum | BetaType { CIEMAT, LIP } |
Variables | |
constexpr unsigned int | numBetaTypes = 2 |
constexpr std::array< BetaType, numBetaTypes > | betaTypes {BetaType::CIEMAT, BetaType::LIP} |
static const std::array < std::string, numBetaTypes > | betaNames {"CIEMAT", "LIP"} |