|
GM2Calc 2.3.1
|
configuration for the calculation of 
#include <gm2_config_options.hpp>
Public Types | |
| enum | E_output_format : unsigned { Minimal = 0 , Detailed = 1 , NMSSMTools = 2 , SPheno = 3 , GM2Calc = 4 , NUMBER_OF_OUTPUT_FORMATS } |
Public Attributes | |
| E_output_format | output_format {Minimal} |
| output format | |
| unsigned | loop_order {2} |
| loop order | |
| bool | tanb_resummation {true} |
| tan(beta) resummation | |
| bool | force_output {false} |
| print output even if error occured | |
| bool | verbose_output {false} |
| print additional information | |
| bool | calculate_uncertainty {false} |
| calculate uncertainty | |
| bool | running_couplings {true} |
| use running couplings | |
configuration for the calculation of 
Definition at line 28 of file gm2_config_options.hpp.
| Enumerator | |
|---|---|
| Minimal | |
| Detailed | |
| NMSSMTools | |
| SPheno | |
| GM2Calc | |
| NUMBER_OF_OUTPUT_FORMATS | |
Definition at line 29 of file gm2_config_options.hpp.
calculate uncertainty
Definition at line 43 of file gm2_config_options.hpp.
print output even if error occured
Definition at line 41 of file gm2_config_options.hpp.
| unsigned gm2calc::Config_options::loop_order {2} |
loop order
Definition at line 39 of file gm2_config_options.hpp.
| E_output_format gm2calc::Config_options::output_format {Minimal} |
output format
Definition at line 38 of file gm2_config_options.hpp.
use running couplings
Definition at line 44 of file gm2_config_options.hpp.
tan(beta) resummation
Definition at line 40 of file gm2_config_options.hpp.
print additional information
Definition at line 42 of file gm2_config_options.hpp.