![]() |
MaCh3
2.4.2
Reference Guide
|
KS: Class containing information for a single MaCh3Mode. More...
#include <Manager/MaCh3Modes.h>
Public Member Functions | |
| bool | IsMode (const int GenMode) const |
| KS: Checks MaCh3 modes is associated with a given generator mode. More... | |
Public Attributes | |
| std::string | Name |
| Mode name. More... | |
| std::string | FancyName |
| Mode fancy name. More... | |
| int | PlotColor |
| Mode color for plotting purposes. More... | |
| std::vector< int > | GeneratorMaping |
| Mapping between mode and generator integers. More... | |
| bool | IsNC |
| IsNC check. More... | |
| std::string | SplineSuffix |
| Spline suffix. More... | |
KS: Class containing information for a single MaCh3Mode.
Definition at line 17 of file MaCh3Modes.h.
|
inline |
KS: Checks MaCh3 modes is associated with a given generator mode.
Definition at line 31 of file MaCh3Modes.h.
| std::string MaCh3ModeInfo::FancyName |
Mode fancy name.
Definition at line 21 of file MaCh3Modes.h.
| std::vector<int> MaCh3ModeInfo::GeneratorMaping |
Mapping between mode and generator integers.
Definition at line 25 of file MaCh3Modes.h.
| bool MaCh3ModeInfo::IsNC |
IsNC check.
Definition at line 27 of file MaCh3Modes.h.
| std::string MaCh3ModeInfo::Name |
Mode name.
Definition at line 19 of file MaCh3Modes.h.
| int MaCh3ModeInfo::PlotColor |
Mode color for plotting purposes.
Definition at line 23 of file MaCh3Modes.h.
| std::string MaCh3ModeInfo::SplineSuffix |
Spline suffix.
Definition at line 29 of file MaCh3Modes.h.